Paul Masurel
a707967453
Merge pull request #984 from vishalsodani/main
...
Fixed spelling
2021-02-09 09:08:13 +09:00
Vishal Sodani
b2f2097239
Fixed spelling
2021-02-08 20:29:10 +05:30
Vishal Sodani
6ae96038c2
Fixed spelling
2021-02-08 20:18:45 +05:30
Paul Masurel
2c6a0d0a19
Merge pull request #983 from vishalsodani/main
...
Fixed grammar
2021-02-08 23:36:18 +09:00
Vishal Sodani
4bcdca8545
Fixed spelling
2021-02-08 19:51:36 +05:30
Vishal Sodani
67f8e91395
Fixed grammar
2021-02-08 18:26:24 +05:30
Paul Masurel
b209763a55
Added ARCHITECTURE.md
2021-02-08 16:40:20 +09:00
Paul Masurel
5ef96795dc
Added minor comment on DocId
2021-02-08 16:14:05 +09:00
Paul Masurel
784717749f
Removing unused imports.
0.14
2021-02-05 23:04:17 +09:00
Paul Masurel
945bcc5bd3
Bump tantivy-grammar version
2021-02-05 22:58:21 +09:00
Paul Masurel
51aa9c319e
Bumped version to 0.14
2021-02-05 22:55:26 +09:00
Paul Masurel
74d8d2946b
Merge pull request #980 from lengyijun/patch-8
...
Update segment_postings.rs
2021-02-05 22:52:29 +09:00
lyj
0a160cc16e
Update segment_postings.rs
2021-02-05 21:32:25 +08:00
Paul Masurel
f099f97daa
Merge pull request #979 from slckl/main
...
FacetCounts are now pub use in tantivy::collector (Closes #978 )
2021-02-05 17:05:20 +09:00
alif
769e9ba14d
added simple docs to FacetCounts now-public API
2021-02-05 09:18:20 +02:00
alif
a482c0e966
pub use FacetCounts in tantivy::collector module
2021-02-05 09:00:48 +02:00
Paul Masurel
86d92a72e7
Renaming MultiValueIntFastField* to MultiValuedIntFastField*
2021-01-21 22:47:00 +09:00
Paul Masurel
ef618a5999
Made fast field reader clonable.
2021-01-21 22:15:24 +09:00
Paul Masurel
94d3d7a89a
Rename FastFieldReaders::load_all
2021-01-21 18:38:48 +09:00
Paul Masurel
aa9e79f957
Clippy warnings.
2021-01-21 18:23:20 +09:00
Paul Masurel
84a2f534db
Merge pull request #976 from tantivy-search/issue/fastfield_no_load
...
Fast field are not loaded on the opening of a segment.
2021-01-21 18:14:55 +09:00
Paul Masurel
1b4be24dca
Fast field are not loaded on the opening of a segment.
...
They are instead loaded lazily when they are request.
2021-01-21 18:13:08 +09:00
Paul Masurel
824ccc37ae
Merge pull request #975 from jamescorbett/patch-1
...
Change from serde::export to std::marker
2021-01-12 10:04:23 +09:00
Paul Masurel
5231651020
Closes #974
2021-01-12 10:03:37 +09:00
James Corbett
fa2c6f80c7
Change from serde::export to std::marker
...
For some reason under a docker build I get a build error under docker only saying that `serde::export` is private. This fixes it for me.
```
error[E0603]: module `export` is private
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/tantivy-0.13.2/src/collector/top_collector.rs:5:12
|
5 | use serde::export::PhantomData;
| ^^^^^^ private module
|
note: the module `export` is defined here
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.119/src/lib.rs:275:5
|
275 | use self::__private as export;
| ^^^^^^^^^^^^^^^^^^^^^^^^^
```
2021-01-12 00:25:54 +00:00
Paul Masurel
43c7b3bfec
Bugfix in the RAMDirectory.
...
There was a state where the meta.json was empty.
2021-01-11 14:11:42 +09:00
Paul Masurel
b17a10546a
Minor change in unit test.
2021-01-11 11:33:59 +09:00
Paul Masurel
bf6e6e8a7c
Merge pull request #972 from tantivy-search/issue/969
...
Issue/969
2021-01-07 22:49:31 +09:00
Paul Masurel
203b0256a3
Minor renaming
2021-01-07 22:47:57 +09:00
Paul Masurel
caf2a38b7e
Closes #969 .
...
The segment stacking optimization is not updating "first_doc_in_block".
2021-01-07 22:43:56 +09:00
Paul Masurel
96f24b078e
Added failing unit test.
2021-01-07 22:43:28 +09:00
Paul Masurel
332b50a4eb
Merge pull request #970 from tantivy-search/functional-test-store
...
Added a functional long running test to test store merging.
2021-01-07 14:27:08 +09:00
Paul Masurel
8ca0954b3b
Added a functional long running test to test store merging.
2021-01-07 14:07:15 +09:00
Paul Masurel
36343e2de8
Merge pull request #968 from tantivy-search/add-bench-analyzer
...
added a simple bench for the default analyzer
2021-01-06 21:33:39 +09:00
Paul Masurel
2f14a892ca
added a simple bench for the default analyzer
2021-01-06 19:11:26 +09:00
Paul Masurel
9c3cabce40
Updated version of the rand crate.
2021-01-06 18:09:00 +09:00
Paul Masurel
f8d71c2b10
Merge pull request #964 from mosuka/deserializable
...
Make NamedFieldDocument deserializable
2021-01-06 17:43:53 +09:00
Paul Masurel
394dfb24f1
Merge pull request #965 from lewisdiamond/patch-1
...
Fix spelling
2021-01-06 13:38:31 +09:00
Lewis Diamond
b0549a229d
Fix spelling
2021-01-05 22:34:56 -05:00
Minoru Osuka
670b6eaff6
Make NamedFieldDocument deserializable
2020-12-21 16:51:31 +09:00
Paul Masurel
a4f33d3823
Added comment to f64 conversion to u64.
...
- Added proptest
- Added comment to Lemire blog post.
2020-12-15 13:40:31 +09:00
Paul Masurel
c7841e3da5
Merge pull request #953 from barrotsteindev/filter-collector-tpredicatevalue
...
Generic filter collector
2020-12-14 10:35:46 +09:00
barrotsteindev
e7b4a12bba
cargo fmt
2020-12-10 14:10:55 +02:00
barrotsteindev
0aaa929d6e
Merge branch 'main' into filter-collector-tpredicatevalue
2020-12-10 11:27:19 +02:00
barrotsteindev
1112797c18
added a line to CHANGELOG.md
2020-12-10 11:25:08 +02:00
barrotsteindev
920481e1c1
change unit test
2020-12-10 11:24:53 +02:00
Paul Masurel
55f7b84966
Merge pull request #952 from tantivy-search/bm25-on-onebyte
...
Encode blockwand on a single byte.
2020-12-10 18:09:31 +09:00
Paul Masurel
09ab4df1fe
Encode blockwand on a single byte.
2020-12-10 18:08:52 +09:00
barrotsteindev
0c2cf81b37
cargo fmt
2020-12-10 11:08:35 +02:00
barrotsteindev
d864430bda
final edits
2020-12-10 11:08:15 +02:00