Paul Masurel
9370427ae2
Terminfo blocks ( #244 )
...
* Using u64 key in the store
* Using Option<> for the next element, as opposed to u64
* Code simplification.
* Added TermInfoStoreWriter.
* Added a TermInfoStore
* Added FixedSized for BinarySerialized.
2018-02-12 10:24:58 +09:00
Paul Masurel
1fc7afa90a
Issue/range query ( #242 )
...
BitSet and RangeQuery
2018-02-05 09:33:25 +09:00
Paul Masurel
6a104e4f69
Cargo fmt
2018-02-03 11:59:34 +09:00
Paul Masurel
920f086e1d
Clippy
2018-02-03 11:46:01 +09:00
Paul Masurel
13aaca7e11
Merge branch 'master' into merge-facets
2018-02-03 11:13:02 +09:00
Paul Masurel
df53dc4ceb
Format
2018-02-03 00:21:05 +09:00
Paul Masurel
dd028841e8
Added documentation / test and change the contract of .add_facet()
2018-02-03 00:17:51 +09:00
Paul Masurel
b78efdc59f
NOBUG Use the skipping logic of segment postings in
2018-02-01 18:36:55 +09:00
Paul Masurel
930010aa88
Unit test passing
2018-01-28 00:03:51 +09:00
Paul Masurel
7f5b07d4e7
Fixing unit tests
2018-01-25 14:55:29 +09:00
Paul Masurel
3edb3dce6a
Test not passing
2018-01-25 12:46:32 +09:00
Paul Masurel
1edaf7a312
Closes #236 . Removes dependency to version.
2018-01-20 12:12:43 +09:00
Paul Masurel
137906ff29
Fixing PhraseQuery, broken due to the reordering of the intersection clauses.
...
Closes #234
2018-01-12 21:01:28 +09:00
Paul Masurel
143a143cde
issue/232 added unit test. ( #233 )
2018-01-11 23:37:45 +09:00
Paul Masurel
7224f58895
Merge branch 'issue/218'
...
Conflicts:
src/directory/mmap_directory.rs
src/lib.rs
2018-01-04 18:47:10 +09:00
Paul Masurel
49519c3f61
added comments
2018-01-04 12:53:20 +09:00
Paul Masurel
cb11b92505
Added comments
2018-01-04 12:27:14 +09:00
Paul Masurel
7b2dcfbd91
Merge branch 'issue/227'
2018-01-04 12:12:00 +09:00
Paul Masurel
d2e30e6681
Merge branch 'master' of github.com:tantivy-search/tantivy
2018-01-04 12:09:44 +09:00
Paul Masurel
ef109927b3
rustfmt
2018-01-04 12:08:34 +09:00
Paul Masurel
44e5c4dfd3
Added alphanum only token filter
2017-12-31 13:43:10 +09:00
Paul Masurel
6f223253ea
Made load_metas public
2017-12-31 08:57:19 +09:00
Paul Masurel
f7b0392bd5
issue/230 Add an optional commit message. ( #231 )
...
Closes #230
2017-12-27 12:27:02 +09:00
Paul Masurel
442bc9a1b8
Fixes the computation of the memory size of a hashtable with a key of n bits. ( #229 )
...
Closes #228
2017-12-25 13:04:10 +09:00
Paul Masurel
db7d784573
Issue 227 Faster merge when there are no deletes
2017-12-21 22:04:05 +09:00
Paul Masurel
79132e803a
NOBUG Switched to 64 bits addr
2017-12-21 11:06:46 +09:00
Paul Masurel
9e132b7dde
NOBUG QueryParser does not need to be mut. Code cleanup
2017-12-16 15:43:35 +09:00
Paul Masurel
1e55189db1
NOBUG rustfmt
2017-12-14 19:30:31 +09:00
Paul Masurel
8b1b389a76
NOBUG Clippy
2017-12-14 19:25:12 +09:00
Paul Masurel
46f3ec87a5
Removed packed memory layout.
2017-12-14 18:37:04 +09:00
Paul Masurel
f24e5f405e
NOBUG intellij misc lint
2017-12-14 18:23:35 +09:00
Paul Masurel
2589be3984
BUGFIX Serialization of schema got broken after serde's update
2017-12-14 17:37:20 +09:00
Paul Masurel
8023445b63
docs
2017-11-26 11:52:03 +09:00
Paul Masurel
05ce093f97
doc
2017-11-26 11:43:11 +09:00
Paul Masurel
6937e23a56
fixing doctest
2017-11-26 11:06:34 +09:00
Paul Masurel
974c321153
cargo fmt
2017-11-26 11:02:02 +09:00
Paul Masurel
f30ec9b36b
Merge branch 'master' of github.com:tantivy-search/tantivy
...
Conflicts:
src/analyzer/mod.rs
src/schema/index_record_option.rs
src/tokenizer/lower_caser.rs
src/tokenizer/tokenizer.rs
2017-11-26 10:54:05 +09:00
Paul Masurel
acd7c1ea2d
Added comments
2017-11-26 10:44:49 +09:00
Paul Masurel
aaeeda2bc5
Editing rustdoc
2017-11-25 13:23:32 +09:00
Paul Masurel
ac4d433fad
Renamed analyzer to tokenizer
2017-11-24 16:50:32 +09:00
Paul Masurel
a298c084e6
Analyzer's Analyzer::token_stream does not need to me &mut self
2017-11-22 20:37:34 +09:00
Paul Masurel
74d32e522a
Stopped using mmap in tantivy. Caching MmapReadOnly.
...
Closes #218
2017-10-08 17:07:19 +09:00
Paul Masurel
2c9302290f
#191 Analyzer
2017-09-20 22:56:55 +09:00
Paul Masurel
426cc436da
Test passing
2017-09-10 17:48:41 +09:00
Paul Masurel
68d42c9cf2
Added raw tokenizer, using the right analyzer in query parser.
2017-09-10 16:58:50 +09:00
Paul Masurel
ca49d6130f
Test not passing
2017-09-09 17:32:47 +09:00
Paul Masurel
3588ca0561
Integrated with the merge branch
2017-09-09 15:27:19 +09:00
Paul Masurel
a3247ebcfb
issue/197 Remove logic that prevents leak from csossbeam MsQueue.
2017-09-02 15:53:07 +09:00
Paul Masurel
3ec13a8719
Readded fix for non-simd
2017-08-28 23:18:56 +09:00
Paul Masurel
f8593c76d5
Merge branch 'imhotep-new-codec'
...
Conflicts:
src/common/bitpacker.rs
src/compression/pack/compression_pack_nosimd.rs
src/indexer/log_merge_policy.rs
2017-08-28 19:30:01 +09:00