Paul Masurel
6fd17e0ead
Code cleaning
2017-05-11 20:47:30 +09:00
Paul Masurel
54ab897755
Added comment
2017-05-10 19:30:24 +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
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
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
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
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
95bfb71901
NOBUG Remove 256 num fields limit
2017-04-19 22:37:34 +09:00
Paul Masurel
8a28d1643d
Using u32 for field ids
2017-04-15 13:04:33 +09:00
Paul Masurel
a84871468b
issue/96 Rename FileError -> OpenReadError
2017-04-05 10:01:49 +09:00
Paul Masurel
e0a39fb273
issue/96 Added unit test, documentation and various tiny improvements.
2017-04-04 22:43:35 +09:00
Paul Masurel
f0dc0de4b7
Added helper to create Vec with a given size
2017-03-29 11:26:24 +09:00
Paul Masurel
8bcfdb8e80
NOBUG misc ...
2017-02-26 21:35:18 +09:00
Paul Masurel
ca1617d3cd
Fixes #91
2017-02-25 20:32:26 +09:00
Paul Masurel
e4a102d859
Merge branch 'issue/43'
...
Conflicts:
src/directory/mmap_directory.rs
2017-02-25 19:36:21 +09:00
Paul Masurel
f326a2dafe
TODO hunt
2017-02-25 15:28:56 +09:00
Paul Masurel
78228ece73
Closes #92 . ByteOrder of u32 terms.
2017-02-24 23:41:46 +09:00
Paul Masurel
7f78d1f4ca
Fixes #82 Renamed and commented the function to create Term from &[u8]
2017-02-23 08:33:59 +09:00
Paul Masurel
72afbb28c7
issue/43 test passing
2017-02-19 22:39:04 +09:00
Paul Masurel
1b0b3051c2
NOBUG Pinned some version, removed import warning.
2017-01-09 15:30:50 +09:00
Paul Masurel
e1cb5e299d
NOBUG split field_type into 2
2016-12-20 16:51:34 +01:00
Paul Masurel
d3d34be167
issue/67 Added a advance interface to the term iterator
2016-12-20 11:25:52 +01:00
Paul Masurel
4d7d201f21
Issue #67 - Removed segment ord array from term iteration.
...
This was probably an early optimization.
2016-12-17 09:44:51 +01:00
Paul Masurel
ca5f3e1d46
issue/67 First stab. Iterator working.
2016-12-17 00:58:12 +01:00
Paul Masurel
57c0d4e130
NOBUG Added unit test, removed explanation.rs
2016-11-04 14:48:14 +09:00
Paul Masurel
20c089b9f1
bug/4 fixed for clippy
2016-10-16 18:31:29 +09:00
White-Oak
69d1bbb70b
Added a macro to define document simply
...
Added a test to cover that.
Added `impl From<&str> for Value` for dco macro usage.
2016-10-12 11:47:46 +03:00
Michael J. Curry
5443710544
more minor doc text changes
2016-09-29 21:51:12 -04:00
Paul Masurel
b337adbd78
NOBUG Added comments.
2016-09-21 00:52:31 +09:00
Paul Masurel
17715fe84c
Added documentation
2016-09-20 00:43:52 +09:00
Paul Masurel
578b8df288
NOBUG Added documentation
2016-09-19 18:45:50 +09:00
Paul Masurel
f3a24f5b3c
NOBUG Code cleaning , cargo clippy
2016-09-19 17:01:37 +09:00
Paul Masurel
b911c4dc98
Indexing works. 3'22
2016-09-13 00:36:42 +09:00
Paul Masurel
24d2e3f6c1
switching for the stacker datastructure
2016-09-05 10:27:14 +09:00
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