1. 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 · 13 years ago
  2. e3a54f5 Refactoring and continuing work on inverted index ops. by alexander.behm · 13 years ago
  3. 69b3e9d Starting implementation of Inverted Index operators. Did some refactoring of the BTree in the process. by alexander.behm · 13 years ago
  4. 0d161a0 Merged trunk -r 363:437 into branch by alexander.behm · 13 years ago
  5. 007290c 1. Fixed bugs in TOccurrenceSearcher related to low occurrence thresholds. by alexander.behm · 14 years ago
  6. 37a2496 1. Added the following search modifiers for the inverted index: Conjunctive, Jaccard, Edit Distance. by alexander.behm · 14 years ago
  7. f83ff0a Starting to Add BTree utilities like stats gathering. by alexander.behm · 14 years ago
  8. a2a9570 Improved inverted index search performance. Added searcher variants for performance comparison. by alexander.behm · 14 years ago
  9. b3b4318 First working version of inverted index search. by alexander.behm · 14 years ago
  10. 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
  11. abf2cba Started work on improved inverted index. Implemented bulk load procedure. by alexander.behm · 14 years ago
  12. c764bb6 Refactored BTree code to allow better code sharing with RTree. by alexander.behm · 14 years ago
  13. 0295f94 More refactoring of BTree code to allow better reusability. by alexander.behm · 14 years ago
  14. feba368 [maven-release-plugin] prepare release hyracks-0.1.4 by vinayakb · 14 years ago
  15. 74c7207 Merged r289:290 from the hyracks_io_management branch by vinayakb · 14 years ago
  16. 8024c92 [maven-release-plugin] prepare for next development iteration by vinayakb · 14 years ago
  17. e7388ac [maven-release-plugin] prepare release hyracks-0.1.3 by vinayakb · 14 years ago
  18. b19569f [maven-release-plugin] rollback the release of hyracks-0.1.3 by vinayakb · 14 years ago
  19. b1aa280 [maven-release-plugin] prepare for next development iteration by vinayakb · 14 years ago
  20. 53275ce [maven-release-plugin] prepare release hyracks-0.1.3 by vinayakb · 14 years ago
  21. 2daa123 Formatted code in Asterix style and added copyright info to all files. by alexander.behm · 14 years ago
  22. 4e09438 1. Changed BTree code to use the new IBufferCache and IStorageManagerInterface to cleanly deal with the lifecycle of files. by alexander.behm · 14 years ago
  23. d301105 Merged r248:249 from trunk by alexander.behm · 14 years ago
  24. 05ab473 Ported changes in storage common by vinayakb · 14 years ago
  25. 1429814 Bugfixes related to combining compressed BTree leaf frames with TypeAwareTupleWriter. by alexander.behm · 14 years ago
  26. 3b374bd Improved BTree ops to generate less objects. For example, BTreeOpContext can now be reused for multiple operations. by alexander.behm · 14 years ago
  27. 7287026 Added support for open intervals in BTree searches. by alexander.behm · 14 years ago
  28. da00758 added simple inverted index based on btree. conjunctive queries supported. by alexander.behm · 14 years ago