Paul Masurel
86b700fa93
Updated travis.yml
2018-02-12 12:13:36 +09:00
Paul Masurel
f3033a8469
Added sudo required to travis conf because of https://github.com/travis-ci/travis-ci/issues/9061
2018-02-12 11:19:12 +09:00
Paul Masurel
a7ffc0e610
Rustfmt
2018-02-12 10:31:29 +09:00
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
271b019420
added cargo doc
2018-01-30 15:18:19 +09:00
Paul Masurel
97782a9511
updated travis-cargo
2018-01-30 13:18:51 +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
4f5ce12a77
NOBUG removed cpp from patterns
0.4.3
2018-01-05 12:09:42 +09:00
Paul Masurel
813efa4ab3
NOBUG coveralls
2018-01-05 11:03:27 +09:00
Paul Masurel
c3b6c1dc0b
NOBUG coveralls
2018-01-05 00:31:57 +09:00
Paul Masurel
6f5e0ef6f4
NOBUG Simplify travis
2018-01-04 20:51:00 +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
a02a9294e4
removed doc in travis
2017-11-27 13:53:58 +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