Commit Graph

  • 0cea706f10 Add docs to new Query methods (#307) Jason Wolfe 2018-05-18 13:53:29 +09:00
  • ad81e131ec Merge branch 'master' into staged_collector_with_multi jwolfe 2018-05-18 12:22:44 +09:00
  • 656f31fa0f Automatic Travis documentation build Travis CI User 2018-05-18 01:23:26 +00:00
  • c1c1df5d32 Automatic Travis documentation build Travis CI User 2018-05-18 01:18:28 +00:00
  • 71d41ca209 Added Google to the license Paul Masurel 2018-05-18 10:13:23 +09:00
  • bc69dab822 cargo fmt Paul Masurel 2018-05-18 10:08:05 +09:00
  • 2ef4686603 Automatic Travis documentation build Travis CI User 2018-05-18 01:03:38 +00:00
  • 72acad0921 Add box_clone() and downcast::Any to Query (#303) Jason Wolfe 2018-05-18 09:53:11 +09:00
  • 60d8bbc717 Automatic Travis documentation build Travis CI User 2018-05-18 00:47:01 +00:00
  • c9459f74e8 Update docs about TermDict. Paul Masurel 2018-05-18 09:20:39 +09:00
  • 7e5261fc04 Suggestion on how to solve the borrow problem dss/automaton-weight-suggestion Paul Masurel 2018-05-17 09:52:35 +09:00
  • 327ca2ab02 Make Weight Send+Sync for parallelization purposes jwolfe 2018-05-16 10:49:38 +09:00
  • 16ca6a0e5c Fix test jwolfe 2018-05-14 16:40:00 +09:00
  • 8c07ae653d Merge branch 'master' into staged_collector_with_multi jwolfe 2018-05-14 15:35:23 +09:00
  • 3d483f8711 Fix chained collector jwolfe 2018-05-14 14:20:07 +09:00
  • 56b2e9731f working. Chained collector is broken though Paul Masurel 2018-05-12 16:00:58 -07:00
  • 77004af1db Hacking around ownership issues Dru Sellers 2018-05-12 12:00:31 -05:00
  • 4cc0979793 Add AutomatonWeight to a fuzzy_search module Dru Sellers 2018-05-11 18:47:16 -05:00
  • 3861d65b9d Automatic Travis documentation build Travis CI User 2018-05-11 20:06:54 +00:00
  • 08d2cc6c7b Make it possible to stream the terms matching an Automaton (#297) Dru Sellers 2018-05-11 14:41:14 -05:00
  • c85668cabe Attempt to add MultiCollector back Jason Wolfe 2018-05-11 22:18:43 +09:00
  • 34706a7fd9 Automatic Travis documentation build Travis CI User 2018-05-10 02:02:44 +00:00
  • 82d87416c2 Implement StopWords Filter (#292) Dru Sellers 2018-05-09 20:40:42 -05:00
  • d725d36f59 Automatic Travis documentation build Travis CI User 2018-05-09 16:35:05 +00:00
  • d24f57aa35 Automatic Travis documentation build Travis CI User 2018-05-09 16:23:20 +00:00
  • 96b2c2971e Testing actual doc ids in unit test Paul Masurel 2018-05-09 09:14:22 -07:00
  • 162afd73f6 Alive docs iterator (#293) Dru Sellers 2018-05-09 11:03:27 -05:00
  • 179dfb6cb6 Automatic Travis documentation build Travis CI User 2018-05-08 07:30:37 +00:00
  • ddfd87fa59 Merge branch 'master' of github.com:tantivy-search/tantivy Paul Masurel 2018-05-08 00:08:17 -07:00
  • 24050d0eb5 Remove some unsafe stuff, justified some of it. Paul Masurel 2018-05-07 23:57:53 -07:00
  • 2230eb658f Automatic Travis documentation build Travis CI User 2018-05-08 03:42:17 +00:00
  • 89eb209ece #294: Make fieldnorm module public, add documentation (#295) Jason Wolfe 2018-05-08 12:20:38 +09:00
  • 61ba426874 Automatic Travis documentation build Travis CI User 2018-05-08 03:16:14 +00:00
  • e0c6dfeb62 Automatic Travis documentation build Travis CI User 2018-05-08 02:50:41 +00:00
  • 9a0b7f9855 Rustfmt Paul Masurel 2018-05-07 19:50:35 -07:00
  • 8e343b1ca3 Add fast field for associating arbitrary bytes to a document (#275) Jason Wolfe 2018-05-08 11:30:31 +09:00
  • 82f2dbb1ae Automatic Travis documentation build Travis CI User 2018-05-06 17:09:14 +00:00
  • 99c0b84036 Integrating #274, #280, #289 into master (#290) Paul Masurel 2018-05-06 09:48:25 -07:00
  • ca74c14647 Simple Implementation of NGram Tokenizer (#278) Dru Sellers 2018-05-06 11:47:49 -05:00
  • d40ef06dde Edited changelog and bumped version. 0.5.2 Paul Masurel 2018-05-05 20:59:10 -07:00
  • 384917c17b Added comments from code review. Paul Masurel 2018-05-05 20:51:40 -07:00
  • 7b87eee931 Automatic Travis documentation build Travis CI User 2018-05-03 07:28:39 +00:00
  • 68ee18e4e8 Add Index::open_directory function (#285) Dru Sellers 2018-05-03 02:07:46 -05:00
  • cbca95aee3 Removed large block Paul Masurel 2018-05-02 23:05:42 -07:00
  • 2b8618afc2 Added unit test for multivalued u64 fastfields. u64 fastfields are not dictionary encoded. Paul Masurel 2018-05-02 22:33:38 -07:00
  • 967cf2cb02 AllQuery handling deletes, better tests Paul Masurel 2018-05-01 21:12:17 -07:00
  • 8a33ddaca7 Split Collector into an overall Collector and a per-segment SegmentCollector. Precursor to cross-segment parallelism, and as a side benefit cleans up any per-segment fields from being Option<T> to just T. Jason Wolfe 2018-05-02 14:08:52 +09:00
  • 0e68c4ac34 Test passing. Paul Masurel 2018-05-01 13:20:47 -07:00
  • e09192b0ab issue-274 Added unit test testing if facet handle merging Paul Masurel 2018-04-30 12:12:08 +09:00
  • 5ef2401f3d Automatic Travis documentation build Travis CI User 2018-04-25 10:38:38 +00:00
  • 6c7cbae87f Automatic Travis documentation build Travis CI User 2018-04-25 10:30:09 +00:00
  • 5637657c2f Removed ptr dereference for explicit ptr::read_unaligned Paul Masurel 2018-04-25 19:15:32 +09:00
  • 2e3c9a8878 Bugfix in murmurhash. Paul Masurel 2018-04-25 19:06:31 +09:00
  • 59158861bd Automatic Travis documentation build Travis CI User 2018-04-21 11:28:46 +00:00
  • 78673172d0 Cargo fmt Paul Masurel 2018-04-21 20:05:36 +09:00
  • 175b76f119 Removed streamdict Paul Masurel 2018-04-21 17:12:14 +09:00
  • 040ee11808 Automatic Travis documentation build Travis CI User 2018-04-19 04:25:59 +00:00
  • 9b79e21bd7 Returning error when schema is not valid for a given query. Paul Masurel 2018-04-19 12:29:14 +09:00
  • 5e38ae336f Bump tantivy version and readded win deps Paul Masurel 2018-04-17 18:27:57 +09:00
  • 49c62bc1d5 Automatic Travis documentation build Travis CI User 2018-04-17 04:49:05 +00:00
  • 8604351f59 Hide some of the API Added some doc. Paul Masurel 2018-04-17 13:31:22 +09:00
  • d3f9c6bf2f Automatic Travis documentation build Travis CI User 2018-04-17 01:17:51 +00:00
  • 6a48953d8a Closes #266 (#268) Paul Masurel 2018-04-17 10:03:15 +09:00
  • 16e4409cbf Automatic Travis documentation build Travis CI User 2018-04-16 12:13:51 +00:00
  • 0804b42afa Checking the type of range queries pmasurel 2018-04-16 09:56:13 +09:00
  • 8083bc6eef bench working Paul Masurel 2018-04-15 12:25:38 +09:00
  • 0156f88265 Compiles in stable rust Paul Masurel 2018-04-15 11:03:44 +09:00
  • a1c07bf457 Added iterator for facet collector Paul Masurel 2018-04-14 20:22:02 +09:00
  • 9de74b68d1 Remove range argument Paul Masurel 2018-04-13 17:18:28 +09:00
  • 57c7073867 Removed Paul Masurel 2018-04-13 09:43:36 +09:00
  • 121374b89b Removed the need for AtomicU64 Paul Masurel 2018-04-12 13:09:39 +09:00
  • e44782bf14 No more Paul Masurel 2018-04-12 13:01:11 +09:00
  • c9fcdeb54e Automatic Travis documentation build Travis CI User 2018-04-10 12:44:23 +00:00
  • dfafb24fa6 Bumped bitpacker's version Paul Masurel 2018-04-10 21:21:47 +09:00
  • 232ca5c06c Added convert to static [u8] wasm Paul Masurel 2018-04-10 21:18:32 +09:00
  • c6f6e3a682 Automatic Travis documentation build Travis CI User 2018-04-10 03:43:54 +00:00
  • 4c6f9541e9 #263: Make MultiValueIntFastFieldWriter public, expose via FastFieldsWriter (#264) jason-wolfe 2018-04-10 12:27:34 +09:00
  • 958783759a Automatic Travis documentation build Travis CI User 2018-04-10 01:26:48 +00:00
  • 743ae102f1 Using bitpacker@3 Paul Masurel 2018-04-10 10:05:42 +09:00
  • e78af20375 remove comment Paul Masurel 2018-04-09 21:51:17 +09:00
  • 30637f7a7f Ok on wasm Paul Masurel 2018-03-31 17:42:26 +09:00
  • 0107fe886b Removed timer Paul Masurel 2018-03-31 15:40:16 +09:00
  • e5aad126e0 Automatic Travis documentation build Travis CI User 2018-03-31 04:42:51 +00:00
  • 1d9566e73c Making mmap a feature Paul Masurel 2018-03-31 13:23:43 +09:00
  • 39e5c50326 Automatic Travis documentation build Travis CI User 2018-03-28 00:00:00 +00:00
  • 8006f1df11 Added comments Paul Masurel 2018-03-28 08:28:49 +09:00
  • ffa03bad71 TermScorer does not handle deletes Paul Masurel 2018-03-27 17:35:20 +09:00
  • 98cf4ba63a Small refactor of postings's skip method Paul Masurel 2018-03-27 16:14:28 +09:00
  • 5a189a8a94 Automatic Travis documentation build Travis CI User 2018-03-26 09:32:45 +00:00
  • 4d65771e04 field norm reader is not an option anymore. Paul Masurel 2018-03-26 13:25:29 +09:00
  • f17e46b97d Automatic Travis documentation build Travis CI User 2018-03-25 04:24:40 +00:00
  • 436e9a5fe2 Automatic Travis documentation build Travis CI User 2018-03-25 03:58:45 +00:00
  • 9712a75399 Added unit test for intersection score Paul Masurel 2018-03-25 12:58:24 +09:00
  • 3ae03b91ae PhraseScorer's score aligned with that of Lucene.) Paul Masurel 2018-03-25 12:35:39 +09:00
  • 238b02ce7d Bugfixed Paul Masurel 2018-03-23 18:50:57 +09:00
  • 3091459777 Fixed main bug. Unit test still not passing because of altered scoring Paul Masurel 2018-03-23 13:52:10 +09:00
  • b7f8884246 Closes #245 = BM25. (#260) Paul Masurel 2018-03-22 15:06:56 +09:00
  • e22f767fda Backmerge Paul Masurel 2018-03-21 21:18:46 +09:00
  • 3ecfc36e53 Total field norm fixed. Paul Masurel 2018-03-21 19:21:21 +09:00
  • 1c9450174e Fieldnorm reader working except merge Paul Masurel 2018-03-21 17:36:16 +09:00