Paul Masurel
6f4b24e30e
Moved BlockSegmentPostings to a different file.
2020-05-08 14:56:36 +09:00
Paul Masurel
e12d6fe6f1
Moving the pruning vs not pruning API on the weight collection level
2020-05-07 21:15:51 +09:00
Paul Masurel
6cad0e34ce
removed useless lifetime
2020-05-05 00:28:52 +09:00
Paul Masurel
c3ccb8aa81
Using the regular segment collector in blockwand. Removing the condition function from blockwand
2020-05-05 00:22:36 +09:00
Paul Masurel
61fc1e353a
Refactoring to let top collector drives the collection and possible prune by score
2020-05-04 17:02:25 +09:00
Paul Masurel
ef77523145
Small changes
2020-05-03 23:34:33 +09:00
Paul Masurel
a16497fb69
Merge branch 'bmw' of https://github.com/elshize/tantivy into elshize-bmw
2020-05-03 15:36:22 +09:00
Paul Masurel
c55db83609
Closes #805 ( #820 )
...
Added TryInto implementation for IndexReaderBuilder
2020-04-27 12:01:17 +09:00
Paul Masurel
1e5ebdbf3c
Format and remove useless import ( #819 )
2020-04-27 11:56:49 +09:00
Paul Masurel
9a2090ab21
Create the MMapDirectory does not return a Directory. ( #818 )
2020-04-27 11:42:20 +09:00
Paul Masurel
e4aaacdb86
Minor change in README.md
2020-04-21 21:30:34 +09:00
Paul Masurel
29acf1104d
Update README's claim on performance.
2020-04-21 14:44:26 +09:00
Michal Siedlaczek
c59dfd75e9
Fix broken tests
2020-04-19 10:11:26 -04:00
Michal Siedlaczek
2a41d62285
Merge remote-tracking branch 'upstream/master' into bmw
2020-04-19 09:57:08 -04:00
Paul Masurel
3d34fa0b69
Fixed changelog
2020-04-19 15:55:54 +09:00
Rob Young
77f363987a
Make TweakScore and CustomScore mutable at the segment level ( #807 )
...
* Make TweakScore and CustomScore mutable
Make TweakScore and CustomScore mutable at the segment level.
Addresses issue #806
* Add example to show tweak_score working for facets
2020-04-19 15:54:00 +09:00
Paul Masurel
c0be461191
Removing tantivy-fst conf and removing warning. ( #813 )
2020-04-18 20:19:23 +09:00
Michal Siedlaczek
a4f21691be
Remove debug code
2020-04-17 16:23:02 -04:00
Michal Siedlaczek
b86308ff19
Block-Max WAND implementation proof of concept
2020-04-17 16:19:27 -04:00
dependabot-preview[bot]
1fb562f44a
Update fail requirement from 0.3 to 0.4 ( #810 )
...
Updates the requirements on [fail](https://github.com/tikv/fail-rs ) to permit the latest version.
- [Release notes](https://github.com/tikv/fail-rs/releases )
- [Changelog](https://github.com/tikv/fail-rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tikv/fail-rs/compare/v0.3.0...v0.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-17 07:14:19 +09:00
Rob Young
c591d0e591
Switch fst dependency to git ( #808 )
...
Closes #803
This allows the package to be built without first cloning the
tantivy-search/fst repo into the expected place. This should fix CI.
2020-04-16 23:05:12 +09:00
Paul Masurel
186d7fc20e
Fix build
2020-04-01 09:32:45 +09:00
Paul Masurel
cfbdef5186
Using tantivy-fst version 0.3.
2020-03-31 23:24:54 +09:00
Paul Masurel
d04368b1d4
Closes #788 . OR not working when using conjunction by default. ( #802 )
2020-03-31 21:13:50 +09:00
Chen Xu
b167058028
Fix prefix option for FuzzyTermQuery ( #797 )
...
* Fix prefix option for FuzzyTermQuery
* Update changelog
2020-03-19 20:19:32 +09:00
Paul Masurel
262957717b
unit test fix and use of matches
2020-03-15 00:20:17 +09:00
Paul Masurel
873a808321
Removed itertools ( #792 )
2020-03-11 18:41:04 +09:00
dependabot-preview[bot]
6fa8f9330e
Update base64 requirement from 0.11.0 to 0.12.0 ( #791 )
...
Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64 ) to permit the latest version.
- [Release notes](https://github.com/marshallpierce/rust-base64/releases )
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md )
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.11.0...v0.12.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-11 17:51:22 +09:00
Paul Masurel
b3f0ef0878
Avoid writing a new delete file if there was no actual deletes. ( #787 )
...
When applying the delete operations in the delete queue, it is possible
that there was no new deleted document.
In this case, avoid creating a new delete file, and updating the delete
opstamp.
2020-03-08 13:04:21 +09:00
Paul Masurel
04304262ba
cargo fmt
2020-03-08 09:58:42 +09:00
Paul Masurel
920ced364a
Added a method to persist the RAMDirectory into a different directory.
2020-03-07 17:00:50 +09:00
Paul Masurel
e0499118e2
Minor refactoring
2020-03-07 15:56:03 +09:00
Paul Masurel
50b5efae46
Added derive feature to serde crate
2020-03-06 23:46:29 +09:00
Paul Masurel
486b8fa9c5
Removing serde-derive dependency ( #786 )
2020-03-06 23:33:58 +09:00
Minoru Osuka
b2baed9bdd
Add Lindera to README.md ( #785 )
...
* Add Lindera to README.md
* Put lindera in first place
2020-03-03 20:23:59 +09:00
Paul Masurel
b591542c0b
Removing err.description() before deprecation.
2020-03-03 09:58:49 +09:00
Paul Masurel
a83fa00ac4
Faster compilation of query-grammar. ( #784 )
2020-03-02 22:12:42 +09:00
Paul Masurel
7ff5c7c797
Removing the fst feature in the levenshtein_automata crate.
2020-03-02 21:47:05 +09:00
Paul Masurel
1748602691
ignore -> compile_fail
2020-03-02 09:59:48 +09:00
Paul Masurel
6542dd5337
Removing parenthesis.
2020-03-01 09:41:53 +09:00
Nicholas Connor
c64a44b9e1
Slight re-organization to increase contrast of "Getting Started" ( #783 )
2020-02-28 08:42:38 +09:00
Paul Masurel
fccc5b3bed
Closes #758
2020-02-27 17:58:43 +09:00
Paul Masurel
98b9d5c6c4
Closes #780 . Will be fixed on the next published release.
2020-02-21 09:41:52 +09:00
Paul Masurel
afd2c1a8ad
Merge branch 'master' of github.com:tantivy-search/tantivy
0.12
2020-02-19 22:08:44 +09:00
Paul Masurel
81f35a3ceb
Bumped tantivy-grammar version
2020-02-19 22:08:31 +09:00
Paul Masurel
7e2e765f4a
Bumped tantivy-grammar version
2020-02-19 22:07:54 +09:00
Paul Masurel
7d6cfa58e1
[WIP] Alternative take on boosted queries ( #772 )
...
* Alternative take on boosted queries
* Fixing unit test
* Added boosting to the query grammar.
* Made BoostQuery public.
* Added support for boosting field in QueryParser
Closes #547
2020-02-19 11:04:38 +09:00
Paul Masurel
14735ce3aa
Update snap version to 1. ( #781 )
2020-02-17 10:41:44 +09:00
Paul Masurel
72f7cc1569
Closes #777 ( #779 )
2020-02-17 09:53:38 +09:00
Paul Masurel
abef5c4e74
Updating combine to version 4 ( #775 )
2020-02-06 23:02:48 +09:00