Paul Masurel
45bb1c5ab8
Working... Test passing. Indexing wikipediua in 4min37
2016-08-30 00:52:52 +09:00
Paul Masurel
619b65b0f3
ISSUE-8 Replacing Vec by an Unrolled Linked List.
2016-08-28 15:38:56 +09:00
Paul Masurel
e6200e85af
Schema now:
...
- internally wrapped by an Arc, cloning aggressively is ok.
- a field in schema, redundant with metas
- read-only. Needs to be built via a SchemaBuilder.
2016-08-23 22:23:47 +09:00
Paul Masurel
0639911cc3
Moved index code to another module.
2016-08-20 15:29:27 +09:00
Paul Masurel
043b1945af
Closes #12 - parse json array as multiple values for the field
...
... Also adds some unit tests.
2016-08-16 19:02:23 +09:00
Paul Masurel
ed38007e9f
NOBUG made building index from directory public
2016-08-16 11:55:10 +09:00
Paul Masurel
1f4fafd964
Added usage snippet for tantivy
2016-08-16 00:58:11 +09:00
Paul Masurel
cf50b97f8e
FieldType::Text -> Str
2016-08-14 23:29:00 +09:00
Paul Masurel
4773c8581c
Moved cli to another project
2016-08-14 23:08:17 +09:00
Paul Masurel
e847de1ebb
Refactoring, and making server working with a dynamic schema
2016-08-14 14:28:36 +09:00
Paul Masurel
1807e0710c
Bugfix in schema json decoder
2016-08-14 10:58:04 +09:00
Paul Masurel
29abea07d4
Refactoring
2016-08-14 10:26:56 +09:00
Paul Masurel
32aad98c15
Added test cases for parse_document.
2016-08-14 01:48:34 +09:00
Paul Masurel
9a65b0a8e9
Changed the serialization format.
2016-08-14 00:30:35 +09:00
Paul Masurel
4c42c314e3
Changed serialization of field_entry
2016-08-13 23:45:12 +09:00
Paul Masurel
e017840377
BUGFIX - every field was recording term frequency. (no position)
2016-08-12 00:46:22 +09:00
Paul Masurel
86449deba5
Updated schema doc. Fixed test cases.
2016-08-11 14:36:17 +09:00
Paul Masurel
ca24daae51
Added CLI wizard for index new
2016-08-11 00:37:07 +09:00
Paul Masurel
c53a930389
Reintroduced cli command in tantivy
2016-08-10 10:08:18 +09:00
Paul Masurel
140f6fd2b4
explanation kind of working in an ugly way.
2016-08-05 12:02:13 +09:00
Paul Masurel
2b571729a1
Merge branch 'master' of github.com:fulmicoton/tantivy
2016-08-04 17:02:27 +09:00
Paul Masurel
16dc695614
Added some tests
2016-08-03 23:05:38 +09:00
Paul Masurel
316bdcf835
Added test for term
2016-08-03 22:46:16 +09:00
Paul Masurel
b1056b6455
Added bench cli
2016-08-02 10:21:28 +09:00
Paul Masurel
4c5a332ad1
Some doc
2016-08-01 22:26:03 +09:00
Paul Masurel
97c6be1882
Added fieldnorms
2016-07-31 20:19:36 +09:00
Paul Masurel
e486495cb8
Code cleaning.
2016-07-31 15:34:32 +09:00
Paul Masurel
5f64e1ec9c
added a simple query parser
2016-07-28 17:48:43 +09:00
Paul Masurel
053e9c7863
Term(Vec)
2016-06-22 17:30:08 +09:00
Paul Masurel
754f8cb132
Fixed merger. FstMap now simply iters on keys when merging. Hope it is not too slow
2016-06-22 10:22:33 +09:00
Paul Masurel
0c230c9ebf
fixed reading docfreq
2016-06-21 10:07:12 +09:00
Paul Masurel
55507a8e0f
Added read_postings.
2016-06-20 09:41:17 +09:00
Paul Masurel
b93fa39910
Added test for field entry json ser/deser
2016-06-19 23:01:24 +09:00
Paul Masurel
9d8b3759d8
Test passing
2016-06-19 16:08:55 +09:00
Paul Masurel
19b3835b53
Fixed fastfield.
2016-06-19 12:37:52 +09:00
Paul Masurel
6d30546517
Swith to copy semantics for Field
2016-06-19 00:37:03 +09:00
Paul Masurel
3a8d566563
Started refactoring
2016-06-19 00:19:17 +09:00
Paul Masurel
cdcc72a0c9
test passing
2016-05-19 11:08:50 +09:00
Paul Masurel
45746e4175
test passing again
2016-05-06 18:25:17 +09:00
Paul Masurel
7ede24a957
block encoding is handled in rust.
2016-05-02 18:26:50 +09:00
Paul Masurel
4cb3a7f077
moved common
2016-05-01 11:26:34 +09:00
Paul Masurel
99cc544720
moved schema in a different mod
2016-05-01 09:54:51 +09:00