Commit Graph
833 Commits
Author SHA1 Message Date
Ashley Mannix da61baed3b run fmt 2017-05-29 18:29:39 +09:00
Ashley Mannix b6140d2962 drop some patch bounds 2017-05-29 18:29:39 +09:00
Ashley Mannix 6a9a71bb1b re-export ErrorKind 2017-05-29 18:29:39 +09:00
Ashley Mannix e8fc4c77e2 fix delete error msg 2017-05-29 18:29:39 +09:00
Ashley Mannix 80837601ea remove error::* imports 2017-05-29 18:29:39 +09:00
Ashley Mannix 2b2703cf51 run cargo fmt 2017-05-29 18:29:39 +09:00
Ashley Mannix d79018a7f8 fix build warnings 2017-05-29 18:29:39 +09:00
Ashley Mannix d8a7c428f7 impl std error for directory errors 2017-05-29 18:29:39 +09:00
Ashley Mannix 45595234cc fix error match 2017-05-29 18:29:39 +09:00
Ashley Mannix 1bcebdd29e initial error-chain 2017-05-29 18:29:39 +09:00
Paul Masurel ed0333a404 Optimized streamer 2017-05-28 19:58:28 +09:00
Paul Masurel ac0b1a21eb Term as a wrapper
Small changes

Plastic
2017-05-25 23:49:54 +09:00
Paul Masurel 6bbc789d84 Fmt fix 2017-05-25 23:49:54 +09:00
Paul Masurel 87152daef3 issue/174 Added doc, and made field private 2017-05-25 23:49:54 +09:00
Paul Masurel e0fce4782a Added documentation 2017-05-25 23:49:54 +09:00
Paul Masurel a633c2a49a Avoid exposing common. Exposes u64 to i64 conversion instead. 2017-05-25 23:49:54 +09:00
Paul Masurel 51623d593e Avoid exposign schema from segment_reader 2017-05-25 23:49:54 +09:00
Paul Masurel 29bf740ddf Exposing the remaining API 2017-05-25 23:49:54 +09:00
Paul Masurel 511bd25a31 trailing whitespace 2017-05-25 18:17:37 +09:00
Paul Masurel 66e14ac1b1 clippy 2017-05-25 18:17:37 +09:00
Paul Masurel 09e94072ba Cargo fmt 2017-05-25 18:17:37 +09:00
Paul Masurel 6c68136d31 Reorganized code 2017-05-25 18:17:37 +09:00
Paul Masurel aaf1b2c6b6 Reorganized code and added documentation. 2017-05-25 18:17:37 +09:00
Paul Masurel 8a6af2aefa Added unit test and bugfix 2017-05-25 18:17:37 +09:00
Paul Masurel 7a6e62976b Added stream dictionary code, merge unit test 2017-05-25 18:17:37 +09:00
Paul Masurel 2712930bd6 Added the feature 2017-05-25 18:17:37 +09:00
Paul Masurel cb05f8c098 Prevent execution of the code in the macro doc 2017-05-22 10:55:45 +09:00
Paul Masurel c0c9d04ca9 Added extra doc 2017-05-22 10:55:45 +09:00
Paul Masurel 7ea5e740e0 Using the $crate thing to make the macro usable in and outside tantivy 2017-05-22 10:55:45 +09:00
Paul Masurel 2afa6c372a issue/168 Make doc! macro usable outside tantivy 2017-05-22 10:55:45 +09:00
Paul Masurel c7db8866b5 Merge branch 'facets' 2017-05-21 22:57:01 +09:00
Paul Masurel 02d992324a simplified facets. 2017-05-21 22:56:43 +09:00
Paul Masurel 4ab511ffc6 Merging 2017-05-21 22:15:02 +09:00
Paul Masurel f318172ea4 Merge branch 'issue/162' 2017-05-21 20:04:03 +09:00
Paul Masurel 581449a824 issue/162 Docs and unit tests 2017-05-21 18:58:04 +09:00
Maciej Dziardziel 272589a381 faceting for fast numerical fields 2017-05-21 12:04:29 +03:00
Laurentiu Nicola 73d54c6379 Inline block_len 2017-05-21 10:44:49 +03:00
Paul Masurel 3e4606de5d Simplifying, and reordering the members 2017-05-21 16:31:52 +09:00
Laurentiu Nicola 020779f61b Make things faster 2017-05-20 20:56:37 +03:00
Laurentiu Nicola 835936585f Don't search whole blocks, but only the remaining part 2017-05-20 18:45:41 +03:00
Paul Masurel bdd05e97d1 Added bench for segment postings 2017-05-20 23:38:53 +09:00
Paul Masurel 2be5f08cd6 issue/162 Added block iteration API 2017-05-20 11:46:40 +09:00
Paul Masurel 3f49d65a87 issue/162 Create block postings 2017-05-20 00:46:23 +09:00
Paul Masurel f9baf4bcc8 Merge branch 'issue/155'
Conflicts:
	src/indexer/merger.rs
	src/indexer/segment_writer.rs
2017-05-19 20:14:36 +09:00
Paul Masurel 7ee93fbed5 Cleaning 2017-05-19 20:08:04 +09:00
Paul Masurel 57a5547ae8 Comments and cleaning up API 2017-05-19 11:20:27 +09:00
Paul Masurel c57ab6a335 Renamed fstmap to termdict 2017-05-19 09:26:18 +09:00
Paul Masurel 02bfa9be52 Moving to termdict 2017-05-19 08:43:52 +09:00
Paul Masurel b3f62b8acc Better API 2017-05-18 23:35:39 +09:00
Paul Masurel 2a08c247af Clippy 2017-05-18 23:20:41 +09:00