Commit Graph

  • 5563eb806d NOBUG simdcompression Paul Masurel 2016-11-26 23:56:08 +09:00
  • 121a20950b issue/55 Fixed readme and remove the comments. Paul Masurel 2016-11-26 13:13:33 +09:00
  • 044880ea9b issue/55 working. Paul Masurel 2016-11-25 20:18:10 +09:00
  • b493051fe4 Compression working without simd working Paul Masurel 2016-11-24 23:11:30 +09:00
  • a87c7a6400 issue/55 externalizing the bitpacker Paul Masurel 2016-11-24 00:48:20 +09:00
  • b875b18bd6 issue/55 simdcompression is a feature. Paul Masurel 2016-11-23 19:24:19 +09:00
  • 382ed2763a Merge pull request #61 from tantivy-search/issue/57 Paul Masurel 2016-11-17 23:28:21 +09:00
  • 0e342b3880 NOBUG Added gitter badge Paul Masurel 2016-11-17 23:22:46 +09:00
  • 69e11d3779 issue/57 Cleaning. Paul Masurel 2016-11-17 23:18:24 +09:00
  • 3f20788a36 issue/57 TermQuery take parameter Paul Masurel 2016-11-17 09:20:50 +09:00
  • 50712c4594 issue/57 Added Debug to SegmentPostingsOption Paul Masurel 2016-11-16 23:37:42 +09:00
  • 831ed4caf6 issue/57 Switch to the new query parser. Paul Masurel 2016-11-16 00:53:04 +09:00
  • 0fc265eb2d issue/57 Almost working Paul Masurel 2016-11-14 09:45:51 +09:00
  • 1b6bd80557 issue/57 simplified intersection, benchmark on a smaller amount of data. Paul Masurel 2016-11-12 17:34:42 +09:00
  • a5482952f7 issue/57 Switched to combine 2.0 Paul Masurel 2016-11-10 09:09:15 +09:00
  • 15a82360ad issue/57 First shot at the query -> ast parser Paul Masurel 2016-11-09 10:09:08 +09:00
  • 7ec327ebb9 NOBUG Added Bench for segment postings. Paul Masurel 2016-11-04 23:21:58 +09:00
  • 123436302a NOBUG removed simple merge policy Paul Masurel 2016-11-04 17:57:07 +09:00
  • ff8e32c946 Merging issue/46 Paul Masurel 2016-11-04 17:53:26 +09:00
  • de0c699e22 Merge remote-tracking branch 'currymj/issue/46' Paul Masurel 2016-11-04 17:09:47 +09:00
  • 46a56a4c51 NOBUG Use searcher.search instead of query.search Paul Masurel 2016-11-04 15:06:42 +09:00
  • 57c0d4e130 NOBUG Added unit test, removed explanation.rs Paul Masurel 2016-11-04 14:48:14 +09:00
  • d7b8757a35 Merge branch 'issue/50' Paul Masurel 2016-11-04 12:40:33 +09:00
  • 805dd85d3d issue/50 NOBUG Paul Masurel 2016-11-04 12:37:47 +09:00
  • f7c882f3da issue/50 Added use case for BooleanQuery Paul Masurel 2016-11-04 12:23:27 +09:00
  • 05569c6a32 NOBUG Fixing badges Paul Masurel 2016-11-04 09:26:13 +09:00
  • aaae15666a NOBUG Edited Cargo.toml with the new repo url. Paul Masurel 2016-11-04 09:11:56 +09:00
  • eee0b22557 clip segment size floor Michael J. Curry 2016-11-03 17:12:31 -04:00
  • 7b102f2bcf Added a minimum size for a segment merge. Michael J. Curry 2016-11-03 12:44:09 -04:00
  • f2df0bf0e9 issue/50 Small formatting change. Paul Masurel 2016-11-04 00:11:46 +09:00
  • 9d3c9999cb issue/50 PhraseQuery working Paul Masurel 2016-11-03 23:00:02 +09:00
  • 627e4f1f60 issue/50 Test broken. PhraseQuery uses Intersection DocSet Paul Masurel 2016-11-03 16:56:09 +09:00
  • a2c6ec93e0 issue/50 Fixed VecPostings... Changed intersections. Paul Masurel 2016-11-03 14:28:14 +09:00
  • 5cf154c30a Added a few more tests Michael J. Curry 2016-11-02 19:21:19 -04:00
  • f51e6ddbd4 sorting in correct order Michael J. Curry 2016-11-02 11:53:37 -04:00
  • 59d1b9e2bb issue/50 Added phrase query Paul Masurel 2016-11-02 22:28:08 +09:00
  • 6229a92730 issue/50 Removed SegmentPostingsTestFactory for just using VecPostings Paul Masurel 2016-11-02 12:54:06 +09:00
  • c2c65d311d issue/50 Added SegmentPostingsTestFactory Paul Masurel 2016-11-02 10:41:07 +09:00
  • 249759c878 issue/50 Test broken Paul Masurel 2016-11-01 11:42:29 +09:00
  • 5f96823e80 issue/50 Switched to BooleanQueryScorer Paul Masurel 2016-10-31 10:12:58 +09:00
  • 7421e0a48d issue/50 going on Paul Masurel 2016-10-30 18:47:24 +09:00
  • 893932dff8 issue/50 Implementation ooleanScorer. Paul Masurel 2016-10-30 17:03:37 +09:00
  • fa78baf278 issue/50 Introducing Term Query / Boolean Query Paul Masurel 2016-10-30 17:03:00 +09:00
  • 8b5f7af688 issue/50 Added documentation for the query object. Paul Masurel 2016-10-30 10:06:51 +09:00
  • 767fa94d18 issue/50 Removed StandardQuery Paul Masurel 2016-10-29 17:13:12 +09:00
  • 332be6d581 issue/50 Removed ScoredDoc Paul Masurel 2016-10-29 15:09:46 +09:00
  • 67b1071412 issue/50 Moved segment local collection to the DocSet object. Paul Masurel 2016-10-29 14:41:50 +09:00
  • 0ca7832875 issue/50 First try Paul Masurel 2016-10-29 13:00:08 +09:00
  • b191092965 added another simple test for LogMergePolicy, minor reformatting Michael J. Curry 2016-10-28 16:02:59 -04:00
  • 532799f2e4 Added rudimentary test for empty input Michael J. Curry 2016-10-28 12:52:32 -04:00
  • d46d453c4a Merge branch 'master' into issue/46 Michael J. Curry 2016-10-26 14:29:52 -04:00
  • c0c7912964 Finished but probably wrong LogMergePolicy Michael J. Curry 2016-10-26 14:28:01 -04:00
  • 2694134a90 unfinished first shot at LogMergePolicy Michael J. Curry 2016-10-26 13:35:31 -04:00
  • a788cdb4a0 issue#47 Fixed bug in docstore. Also, cache the last decompressed block. Paul Masurel 2016-10-26 10:11:56 +09:00
  • c4f00c180e NOBUG Bugfix the last segment updates are not saved. save_metas must happen before removing the segments. Paul Masurel 2016-10-25 10:40:59 +09:00
  • 91b8402e61 NOBUG Using BufWriter<Box<Write>> Paul Masurel 2016-10-25 10:27:43 +09:00
  • 99ca43fd22 NOBUG introduced DefaultMergePolicy type Paul Masurel 2016-10-24 22:41:14 +09:00
  • 1f5ed8a2b6 Merge branch 'issue/38' Paul Masurel 2016-10-24 22:33:59 +09:00
  • 6dcac90f49 issue38 Slightly cleaner code. Paul Masurel 2016-10-24 22:14:28 +09:00
  • 5b3a5ce6f8 ISSUE-38 StoreWriter working with skiplist. Paul Masurel 2016-10-21 09:35:37 +09:00
  • 8534443dfb NOBUG Added NoMergePolicy Paul Masurel 2016-10-21 08:45:50 +09:00
  • 1d741df7b1 #38 splitting DataSource. Paul Masurel 2016-10-18 20:16:34 +09:00
  • da656312ef Merge branch 'master' of github.com:fulmicoton/tantivy Paul Masurel 2016-10-17 10:10:12 +09:00
  • 6d92c1a442 NOBUG added link to example Paul Masurel 2016-10-16 23:51:49 +09:00
  • f76f5abc09 NOBUG Added logo in rustdoc Paul Masurel 2016-10-16 23:47:09 +09:00
  • 8f6633d41b Merge pull request #35 from fulmicoton/bug/4 Paul Masurel 2016-10-16 23:35:03 +09:00
  • 9358eb32f0 bug/4 Removed useless use of Cursor. Paul Masurel 2016-10-16 23:25:03 +09:00
  • 20c089b9f1 bug/4 fixed for clippy Paul Masurel 2016-10-16 18:31:29 +09:00
  • 2b7444b11a bug/4 Removed race condition in SegmentUpdater Paul Masurel 2016-10-16 15:45:19 +09:00
  • e5b51e57b4 Merge branch 'master' into bug/4 Paul Masurel 2016-10-15 22:59:36 +09:00
  • 21192db593 bug/4 Fixed race condition in pool. Paul Masurel 2016-10-15 19:20:10 +09:00
  • 0f246ba908 bug/4 Introduce segment_updater Paul Masurel 2016-10-15 12:16:30 +09:00
  • 746d6284d9 #4 Using peek_mut API from binary heap instead of replace Paul Masurel 2016-10-14 15:30:36 +09:00
  • b499d76f91 bug/4 Added docstamp in segment manager to make it possible for index_writer to wait for the segmetn manager to be up to date Paul Masurel 2016-10-13 10:45:46 +09:00
  • e1ed36f646 Merge pull request #34 from White-Oak/doc-macro Paul Masurel 2016-10-12 18:24:35 +09:00
  • 69d1bbb70b Added a macro to define document simply White-Oak 2016-10-12 11:44:30 +03:00
  • 3bc9978d95 bug/4 Pretty bad race condition remaining 1 Paul Masurel 2016-10-12 10:41:41 +09:00
  • 97099e9911 bug/4 Allocating heap in a slightly less unsafe way Paul Masurel 2016-10-11 10:32:15 +09:00
  • fe905ff18b bug/4 Bugfix, and made unit test way faster Paul Masurel 2016-10-11 08:59:41 +09:00
  • 513b44eb93 Merge branch 'bug/4' of github.com:fulmicoton/tantivy into bug/4 Paul Masurel 2016-10-10 16:06:37 +09:00
  • 9b5185b8d5 bug/4 Bugfix. Committing was throwing away the segment's state (InMerge or Ready). Paul Masurel 2016-10-10 11:41:25 +09:00
  • ac35a83eeb Merge branch 'bug/4' of github.com:fulmicoton/tantivy into bug/4 Paul Masurel 2016-10-07 19:23:56 +09:00
  • 1435327ad1 NOBUG Changed tantivy logo Paul Masurel 2016-10-06 09:56:26 +09:00
  • 2007633115 Merge pull request #33 from currymj/lockfile Paul Masurel 2016-10-04 14:29:43 +09:00
  • 9cc1e47a06 bug/4 Paul Masurel 2016-10-04 10:41:10 +09:00
  • 90cec84f95 bug/4 Paul Masurel 2016-10-04 10:41:10 +09:00
  • 21a058ec02 clarify that it is safe to delete the lockfile manually if needed [skip ci] Michael J. Curry 2016-10-03 11:40:53 -04:00
  • 964e56a190 document errors and panics when creating IndexWriter [skip ci] Michael J. Curry 2016-10-03 11:30:45 -04:00
  • cd0464346c bug/4 Do not handle error in SegmentManager. Paul Masurel 2016-10-03 20:43:01 +09:00
  • e0240609ab 📎 small change for clippy Michael J. Curry 2016-10-02 22:08:15 -04:00
  • 6fc412f70a formatting and removing some unused vars and imports Michael J. Curry 2016-10-02 22:04:04 -04:00
  • 1fb75a8627 check for specific error rather than any panic Michael J. Curry 2016-10-02 21:56:01 -04:00
  • bb42606a9b added tests for correct handling of lockfiles Michael J. Curry 2016-10-02 21:32:49 -04:00
  • d580b8a5ac don't actually store a pointer to the lockfile, there's no need Michael J. Curry 2016-10-02 21:19:25 -04:00
  • f8011c73ed delete lockfile on drop IndexWriter Michael J. Curry 2016-10-02 21:15:57 -04:00
  • 5986f729ee acquire and create lockfile when creating IndexWriter Michael J. Curry 2016-10-02 21:08:47 -04:00
  • 9298a6ad9e bug/4 Paul Masurel 2016-10-01 17:30:02 +09:00
  • 5e030ac6bb bug/4 Paul Masurel 2016-10-01 11:38:24 +09:00
  • 21a442fc13 Merge pull request #32 from currymj/pedantry Paul Masurel 2016-10-01 00:33:04 +09:00
  • ac9aa5cb5e literally one character changed Michael J. Curry 2016-09-30 11:19:00 -04:00