Gitiles
Code Review
Sign In
asterix-gerrit.ics.uci.edu
/
asterixdb
/
1c5b968f74d6c4d4605524b8bf5694b2d7b1385e
/
hyracks-tests
/
hyracks-storage-am-invertedindex-test
1c5b968
[maven-release-plugin] prepare release hyracks-0.1.7
by vinayakb
· 13 years ago
bb6a829
Merged -r 438:524 from trunk into branch
by salsubaiee
· 13 years ago
7c4db76
Removed dependency on fuzzyjoin. Moved tokenizers into invertedindex package.
by alexander.behm
· 13 years ago
8ee0fee
Took care of Sattam's comments from our code review.
by alexander.behm
· 13 years ago
58a635f
Refactored BTree ops to share them with the RTree. All ops except the search op are currently sharable. The search op needs more thinking.
by alexander.behm
· 14 years ago
69b3e9d
Starting implementation of Inverted Index operators. Did some refactoring of the BTree in the process.
by alexander.behm
· 14 years ago
78a1408
1. Modified BufferCache to have a maxOpenFiles parameter. 2. BufferCache will not invalidate and flush pages upon last close of a file. 3. Pages of unreferenced files are invalidated and flushed lazily during a new openFile request.
by alexander.behm
· 14 years ago
0d161a0
Merged trunk -r 363:437 into branch
by alexander.behm
· 14 years ago
007290c
1. Fixed bugs in TOccurrenceSearcher related to low occurrence thresholds.
by alexander.behm
· 14 years ago
37a2496
1. Added the following search modifiers for the inverted index: Conjunctive, Jaccard, Edit Distance.
by alexander.behm
· 14 years ago
9983922
Fixed excessive repeating of tests and printouts.
by alexander.behm
· 14 years ago
a2a9570
Improved inverted index search performance. Added searcher variants for performance comparison.
by alexander.behm
· 14 years ago
b3b4318
First working version of inverted index search.
by alexander.behm
· 14 years ago
00d9db1
1. Inverted lists are now more generic. An inverted list is a sorted list of fixed-size tuples.
by alexander.behm
· 14 years ago
abf2cba
Started work on improved inverted index. Implemented bulk load procedure.
by alexander.behm
· 14 years ago
6edfb2b
More BTree refactoring for better code sharing.
by alexander.behm
· 14 years ago
c764bb6
Refactored BTree code to allow better code sharing with RTree.
by alexander.behm
· 14 years ago
0295f94
More refactoring of BTree code to allow better reusability.
by alexander.behm
· 14 years ago
940c8e1
Beginning refactoring of BTree code to allow cleaner sharing with RTree. Factored out the free page manager in this commit.
by alexander.behm
· 14 years ago
feba368
[maven-release-plugin] prepare release hyracks-0.1.4
by vinayakb
· 14 years ago
01da06a
Merging branch with various btree fixes into trunk.
by alexander.behm
· 14 years ago
3d4c974
Added new scheduler. Temporarily disabled build of compat layer pending some changes
by vinayakb
· 14 years ago
74c7207
Merged r289:290 from the hyracks_io_management branch
by vinayakb
· 14 years ago