Paul Masurel
|
da99bbcb9d
|
Merge branch 'issue/indexing-refactoring' into tantivy-imhotep
Conflicts:
src/common/mod.rs
|
2017-05-10 21:27:44 +09:00 |
|
Paul Masurel
|
54ab897755
|
Added comment
|
2017-05-10 19:30:24 +09:00 |
|
Paul Masurel
|
1369d2d144
|
Quadratic probing.
|
2017-05-10 10:38:47 +09:00 |
|
Paul Masurel
|
d3f829dc8a
|
Bugfix
|
2017-05-10 00:29:37 +09:00 |
|
Paul Masurel
|
e82ccf9627
|
Merge branch 'master' into issue/indexing-refactoring
|
2017-05-09 16:43:33 +09:00 |
|
Paul Masurel
|
3566717979
|
Merge pull request #134 from tantivy-search/chore/serde-rebase
Replace rustc_serialize with serde (updated)
|
2017-05-09 16:38:42 +09:00 |
|
Paul Masurel
|
90bc3e3773
|
Added limitation on term dictionary saturation
|
2017-05-09 14:10:33 +09:00 |
|
Paul Masurel
|
ffb62b6835
|
working
|
2017-05-09 10:17:05 +09:00 |
|
Ashley Mannix
|
4f9ce91d6a
|
update underflow test
|
2017-05-08 14:40:58 +10:00 |
|
Laurentiu Nicola
|
3c3a2fbfe8
|
Remove old serialization code
|
2017-05-08 07:36:15 +03:00 |
|
Laurentiu Nicola
|
0508571d1a
|
Use the proper error type on u64 overflow
|
2017-05-08 07:35:33 +03:00 |
|
Laurentiu Nicola
|
7b733dd34f
|
Fix i64 overflow check and merge NotJSON with NotJSONObject
|
2017-05-08 07:09:54 +03:00 |
|
Ashley Mannix
|
2c798e3147
|
Replace rustc_serialize with serde
|
2017-05-07 20:21:22 +03:00 |
|
Paul Masurel
|
33f9426dd6
|
Merge branch 'master' into tantivy-imhotep
|
2017-05-07 15:58:13 +09:00 |
|
Paul Masurel
|
2c13f210bc
|
Bugfix on merging i64 fast fields
|
2017-05-07 15:57:29 +09:00 |
|
Paul Masurel
|
647c97fa3d
|
Expose common
|
2017-05-07 14:31:56 +09:00 |
|
Paul Masurel
|
8029aea548
|
Exposing store
|
2017-05-07 14:24:36 +09:00 |
|
Paul Masurel
|
3b33484cf8
|
compatibility with tantivy-imhotep
|
2017-05-07 14:19:38 +09:00 |
|
Paul Masurel
|
2a909ddcc7
|
Merge branch 'master' into tantivy-imhotep
Conflicts:
src/collector/mod.rs
src/common/bitpacker.rs
src/common/mod.rs
src/core/segment_reader.rs
src/fastfield/mod.rs
src/fastfield/reader.rs
src/fastfield/writer.rs
src/functional_test.rs
src/indexer/merger.rs
src/indexer/segment_writer.rs
src/lib.rs
src/postings/serializer.rs
src/query/query_parser/query_parser.rs
src/schema/document.rs
src/schema/field_entry.rs
src/schema/field_type.rs
src/schema/int_options.rs
src/schema/mod.rs
src/schema/named_field_document.rs
src/schema/schema.rs
src/schema/value.rs
|
2017-05-07 14:03:18 +09:00 |
|
Paul Masurel
|
0dad02791c
|
issues/65 Added comments
Closes #65
Closes #132
|
2017-05-06 23:09:45 +09:00 |
|
Paul Masurel
|
2947364ae1
|
issues/65 Phrase query for untokenized fields are not tokenized.
|
2017-05-06 22:14:26 +09:00 |
|
Paul Masurel
|
05111599b3
|
Removed several TODOs
|
2017-05-05 16:08:09 +08:00 |
|
Paul Masurel
|
83263eabbb
|
issues/65 Updated changelog added some doc.
|
2017-05-04 17:13:14 +08:00 |
|
Paul Masurel
|
5cb5c9a8f2
|
issues/65 Added i64 fast fields
|
2017-05-04 16:46:14 +08:00 |
|
Paul Masurel
|
9ab92b7739
|
i64 fast field working
|
2017-05-04 16:46:14 +08:00 |
|
Paul Masurel
|
962bddfbbf
|
Merge with panicks.
|
2017-05-04 16:46:14 +08:00 |
|
Paul Masurel
|
26cfe2909f
|
FastField with different types
|
2017-05-04 16:46:13 +08:00 |
|
Paul Masurel
|
afdfb1a69b
|
Compiling... fastfield not implemented yet
|
2017-05-04 16:46:13 +08:00 |
|
Paul Masurel
|
b26ad1d57a
|
Added int options
|
2017-05-04 16:46:13 +08:00 |
|
Paul Masurel
|
1dbd54edbb
|
Renamed u64options
|
2017-05-04 16:46:13 +08:00 |
|
Paul Masurel
|
deb04eb090
|
issue/65 Switching to u64.
|
2017-05-04 16:46:13 +08:00 |
|
Paul Masurel
|
bed34bf502
|
Merge branch 'issues/122'
|
2017-04-23 16:14:40 +08:00 |
|
Paul Masurel
|
3e68b61d8f
|
issue/122 Adds a garbage collect method
|
2017-04-23 15:51:06 +08:00 |
|
Paul Masurel
|
925b9063a7
|
Bugfix in the streamdictionary. Impl of Sync and Send for FastFieldReader
|
2017-04-23 10:50:14 +08:00 |
|
Paul Masurel
|
5e1ce381fe
|
Merge branch 'issues/65' into tantivy-imhotep
Conflicts:
src/core/segment_reader.rs
src/fastfield/reader.rs
|
2017-04-21 09:53:14 +09:00 |
|
Paul Masurel
|
67381e448f
|
Renamed u64options
|
2017-04-21 09:13:26 +09:00 |
|
Paul Masurel
|
19d535c28e
|
issue/65 Switching to u64.
|
2017-04-20 13:32:59 +09:00 |
|
Paul Masurel
|
95bfb71901
|
NOBUG Remove 256 num fields limit
|
2017-04-19 22:37:34 +09:00 |
|
Paul Masurel
|
e00d6538fa
|
NOBUG Improve interface
|
2017-04-19 22:35:52 +09:00 |
|
Paul Masurel
|
8d7445f08a
|
removing the 255 fields limit
|
2017-04-19 20:07:38 +09:00 |
|
Paul Masurel
|
74e10843a7
|
issue/120 Disabled SIMD vbyte compression for msvc
|
2017-04-17 22:36:32 +09:00 |
|
Paul Masurel
|
1b922e6d23
|
issue 120. Using streamvbyte codec for the vbyte part of the encoding
|
2017-04-16 18:49:53 +09:00 |
|
Paul Masurel
|
202e69b7e0
|
BUGFIX the thing observed on windows
|
2017-04-15 19:41:14 +09:00 |
|
Paul Masurel
|
a650969509
|
Merge branch 'master' into tantivy-imhotep
|
2017-04-15 13:11:58 +09:00 |
|
Paul Masurel
|
8a28d1643d
|
Using u32 for field ids
|
2017-04-15 13:04:33 +09:00 |
|
Paul Masurel
|
c8d06d63b9
|
Test on UTF-8
|
2017-04-15 09:43:12 +09:00 |
|
Paul Masurel
|
7eec9f038d
|
Merge branch 'master' into tantivy-imhotep
Conflicts:
src/common/mod.rs
src/core/segment_reader.rs
src/datastruct/fstmap.rs
src/indexer/merger.rs
src/postings/mod.rs
src/postings/segment_postings.rs
src/postings/serializer.rs
src/query/boolean_query/mod.rs
src/query/term_query/term_scorer.rs
src/query/term_query/term_weight.rs
|
2017-04-15 00:21:56 +09:00 |
|
Paul Masurel
|
57870fdcef
|
Added a stream builder.
|
2017-04-14 23:23:26 +09:00 |
|
Paul Masurel
|
c0f2055e32
|
Added dictionary optimized for streaming
|
2017-04-11 23:07:34 +09:00 |
|
Paul Masurel
|
dc43135fe0
|
NOBUG Remove .info
|
2017-04-08 18:49:37 +09:00 |
|