Paul Masurel
4cbcc59e8f
First stab at #396
2018-08-28 10:01:19 +09:00
Paul Masurel
ede97eded6
Removed use
2018-08-28 09:54:04 +09:00
Paul Masurel
4b7ff78c5a
Added fundamentalss
2018-08-28 08:09:27 +09:00
Paul Masurel
948758ad78
First commit for the documentation
2018-08-27 09:49:49 +09:00
Paul Masurel
d71fa43ca3
Moving emoticon on the right side of the parenthesis
2018-08-23 08:59:11 +09:00
Paul Masurel
1e5266d4c9
Merge branch 'master' of github.com:tantivy-search/tantivy
2018-08-23 08:55:30 +09:00
Paul Masurel
537fc27231
Added bench line in features
2018-08-23 08:55:13 +09:00
Dru Sellers
af593b1116
Add default EN stopwords to the default analyzer ( #381 )
...
* Add a default list of en stopwords
* Add the default en stopword filter to the standard tokenizers
* code review feedback
2018-08-22 10:49:39 +09:00
Paul Masurel
3d73c0c240
Update issue templates
2018-08-21 10:59:08 +09:00
Paul Masurel
3a8e524f77
Added example to show how to access the inverted list directly
2018-08-21 09:36:13 +09:00
Paul Masurel
c0641c2b47
Remove generate html script. It moved to tantivy-search.github.io
2018-08-21 08:26:46 +09:00
Dru Sellers
ef3a16a129
Switch from error-chain to failure crate ( #376 )
...
* Switch from error-chain to failure crate
* Added deprecated alias for
* Started editing the changeld
2018-08-20 09:40:45 +09:00
Paul Masurel
a0a284fe91
Added a full fledge empty query and relyign on it in QueryParser, instead of using an empty clause.
2018-08-20 09:21:32 +09:00
dependabot[bot]
0feeef2684
Update owning_ref requirement from 0.3 to 0.4 ( #379 )
...
Updates the requirements on [owning_ref](https://github.com/Kimundi/owning-ref-rs ) to permit the latest version.
- [Release notes](https://github.com/Kimundi/owning-ref-rs/releases )
- [Commits](https://github.com/Kimundi/owning-ref-rs/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-08-20 09:08:11 +09:00
Dru Sellers
cc50bdb06a
Add a basic faceted search example ( #383 )
...
* Add a basic faceted search example
* quieting the compiler
2018-08-19 08:07:54 +09:00
Paul Masurel
23c2c3ae7c
Building all examples on appveyor + running them on travis
2018-08-17 13:24:37 +09:00
Dru Sellers
674524ba91
Add an example of using the stopwords filter ( #377 )
2018-08-17 12:52:21 +09:00
Paul Masurel
60a9a7f837
Added example showing how to delete/update documents
2018-08-17 09:43:55 +09:00
Paul Masurel
5b5c706581
Simplified examples
2018-08-16 22:38:39 +09:00
Paul Masurel
3e14a76623
Update regex_query.rs
2018-08-15 16:38:32 +09:00
Paul Masurel
8cde1c81e5
Update README.md
2018-08-13 18:03:30 +09:00
Paul Masurel
8d0a29b137
Added sourcerer wall of fame
2018-08-13 18:02:49 +09:00
Paul Masurel
cbfb2fe19d
Avoid building twice when doing code coverage
2018-08-13 10:38:01 +09:00
Vignesh Sarma K
09e00f1d42
add position_length to Token ( #337 )
...
* add position_length to Token
refer #291
* Add term offset to `PhraseQuery`
ref #291
* Add new constructor for `PhraseQuery` that allows custom offset
* fix the method name as per pr comment
* Closes #291
Added unit test.
Using offsets from the analyzer in QueryParser.
2018-08-13 10:14:50 +09:00
Paul Masurel
290620fdee
Added slashes
2018-08-13 09:13:01 +09:00
petr-tik
f0d1b85bd8
N370 pr fix num searchers ( #371 )
...
* Change ordering to Acquire
* set_num_searchers now uses AtomicUsize.store
2018-08-13 08:56:30 +09:00
petr-tik
aaef546f91
Moved NUM_SEARCHERS into a local variable ( #369 )
...
* Moved NUM_SEARCHERS into a local variable
dynamically determined as the number of available cpus.
var name in lowercase (not a constant anymore).
updated it in docstring
* lowercased the varnames
* User can set number of logical cores in create_from_metas
* cargo fmt
* Num_searchers as Arc<AtomicUsize>
Retrieving the value with Relaxed ordering
Reverted create_from_metas signature. However, it calls num_cpus and
sets the Arc val
2018-08-12 20:08:14 +09:00
Paul Masurel
811ddf2226
Closes #364 ( #365 )
...
* Closes #364
* Trying to raise the recursion limit
* Better unit test and bug fix on token offsets
2018-08-08 11:15:20 +09:00
Paul Masurel
79a339d353
Removing env_logger dependency
2018-08-02 19:29:09 +09:00
Paul Masurel
e45e4c79d9
update crossbeam
2018-08-02 19:24:08 +09:00
Paul Masurel
848bf41bc9
Updating rand to 0.5 ( #363 )
2018-08-02 19:19:04 +09:00
Paul Masurel
d11cb087a7
Updated to combine-0.3 ( #362 )
2018-08-02 18:29:58 +09:00
Jacob Brown
2dd7422f42
replace chan with crossbeam-channel ( #361 )
...
* replace chan with crossbeam-channel
* Update Cargo.toml
2018-08-02 12:47:22 +09:00
Paul Masurel
e8707c02c0
Issue/333 ( #335 )
...
* Add skip information for posting list (skip to doc ids)
* Separate num bits from data for positions (skip n positions)
* Address in the position using a n-position offset
* Added a long skip structure to allow efficient opening of the position for a given term.
2018-07-31 10:51:53 +09:00
dependabot[bot]
55928d756a
Update rust-stemmers requirement to 1.0.2 ( #350 )
...
* Update rust-stemmers requirement to 1.0.2
Updates the requirements on [rust-stemmers](https://github.com/CurrySoftware/rust-stemmers ) to permit the latest version.
- [Release notes](https://github.com/CurrySoftware/rust-stemmers/releases )
- [Commits](https://github.com/CurrySoftware/rust-stemmers/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com >
* Update Cargo.toml
2018-07-31 09:32:57 +09:00
dependabot[bot]
a4370bca64
Update owned-read requirement to 0.4 ( #352 )
...
Updates the requirements on [owned-read](https://github.com/tantivy-search/owned-read ) to permit the latest version.
- [Release notes](https://github.com/tantivy-search/owned-read/releases )
- [Commits](https://github.com/tantivy-search/owned-read/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-07-31 09:32:01 +09:00
dependabot[bot]
5a5c5a8ca5
Update bit-set requirement to 0.5.0 ( #351 )
...
* Update bit-set requirement to 0.5.0
Updates the requirements on [bit-set](https://github.com/contain-rs/bit-set ) to permit the latest version.
- [Release notes](https://github.com/contain-rs/bit-set/releases )
- [Commits](https://github.com/contain-rs/bit-set/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com >
* Update Cargo.toml
* Update Cargo.toml
2018-07-31 09:31:41 +09:00
dependabot[bot]
1b470dd474
Update log requirement to 0.4.3 ( #353 )
...
* Update log requirement to 0.4.3
Updates the requirements on [log](https://github.com/rust-lang/log ) to permit the latest version.
- [Release notes](https://github.com/rust-lang/log/releases )
- [Changelog](https://github.com/rust-lang-nursery/log/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/log/commits/env_logger-0.4.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
* Update Cargo.toml
2018-07-31 09:31:19 +09:00
Paul Masurel
52b4575245
Issue/355 ( #358 )
...
* issue with top_k sorting (#356 )
* Closes #355
2018-07-31 08:24:55 +09:00
dependabot[bot]
ddd2d5b04c
Update lazy_static requirement to 1.0.2 ( #349 )
...
* Update lazy_static requirement to 1.0.2
Updates the requirements on [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs ) to permit the latest version.
- [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases )
- [Commits](https://github.com/rust-lang-nursery/lazy-static.rs/commits/v1.0.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
* Update Cargo.toml
2018-07-30 12:34:06 +09:00
dependabot[bot]
fa22b4041a
Update itertools requirement to 0.7.8 ( #346 )
...
* Update itertools requirement to 0.7.8
Updates the requirements on [itertools](https://github.com/bluss/rust-itertools ) to permit the latest version.
- [Release notes](https://github.com/bluss/rust-itertools/releases )
- [Commits](https://github.com/bluss/rust-itertools/commits/0.7.8 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
* Update Cargo.toml
2018-07-30 11:32:12 +09:00
dependabot[bot]
8faee143fa
Update regex requirement to 1.0 ( #347 )
...
Updates the requirements on [regex](https://github.com/rust-lang/regex ) to permit the latest version.
- [Release notes](https://github.com/rust-lang/regex/releases )
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/regex/commits/1.0.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-07-30 09:59:19 +09:00
dependabot[bot]
366ce98f08
Update tempfile requirement to 3.0 ( #348 )
...
Updates the requirements on [tempfile](https://github.com/Stebalien/tempfile ) to permit the latest version.
- [Release notes](https://github.com/Stebalien/tempfile/releases )
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/NEWS )
- [Commits](https://github.com/Stebalien/tempfile/commits/v3.0.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com >
2018-07-30 09:58:56 +09:00
Paul Masurel
190e60a41c
Closes #339 . ( #340 )
...
As required per the FacetCollector,
facet values needs to be sorted before being encoded in the
multivalued field.
2018-07-25 18:21:48 +09:00
Vignesh Sarma K
b9558801a1
Declare and implement separate Clone Traits ( #336 )
...
For traits, `Directory` and `MergePolicy`.
refer #306
2018-07-18 12:36:43 +09:00
Paul Masurel
36728215ac
Using the codecov badge
2018-07-10 21:19:59 +09:00
Paul Masurel
39551a0418
fix travis
2018-07-10 13:08:22 +09:00
Paul Masurel
39b98b2e76
fix travis
2018-07-10 13:07:15 +09:00
Paul Masurel
616162400d
Add missing space
2018-07-10 12:49:32 +09:00
Paul Masurel
694d164db6
fix travis.yml
2018-07-10 09:39:39 +09:00