summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
AgeCommit message (Expand)Author
2017-05-30made ResultExt publicPaul Masurel
2017-05-29Removed pointer in fastfieldPaul Masurel
2017-05-29re-export ErrorKindAshley Mannix
2017-05-29initial error-chainAshley Mannix
2017-05-25Added documentationPaul Masurel
2017-05-25Avoid exposing common. Exposes u64 to i64 conversion instead.Paul Masurel
2017-05-25Exposing the remaining APIPaul Masurel
2017-05-22Using the $crate thing to make the macro usable in and outside tantivyPaul Masurel
2017-05-22issue/168 Make doc! macro usable outside tantivyPaul Masurel
2017-05-21issue/162 Docs and unit testsPaul Masurel
2017-05-20issue/162 Create block postingsPaul Masurel
2017-05-19Moving to termdictPaul Masurel
2017-05-18ClippyPaul Masurel
2017-05-18Issue 155 - Trying to avoid term lookup when merging termsPaul Masurel
2017-05-17Merge branch 'master' into issue/136Paul Masurel
2017-05-17Remove unneeded suppressions, make clippy lints explicitLaurentiu Nicola
2017-05-17clippy: fix inline_always warningsLaurentiu Nicola
2017-05-16Make rustfmt happyLaurentiu Nicola
2017-05-15Merge branch 'master' of github.com:tantivy-search/tantivy into issue/130Laurentiu Nicola
2017-05-15Move the random sampling helpers to the tests moduleLaurentiu Nicola
2017-05-15formatPaul Masurel
2017-05-11Code cleaningPaul Masurel
2017-05-07Replace rustc_serialize with serdeAshley Mannix
2017-05-06issues/65 Added commentsPaul Masurel
2017-05-04issues/65 Added i64 fast fieldsPaul Masurel
2017-05-04i64 fast field workingPaul Masurel
2017-05-04FastField with different typesPaul Masurel
2017-05-04issue/65 Switching to u64.Paul Masurel
2017-03-27master merged in feature branchPaul Masurel
2017-03-25issue/109 Showing debug! if test failsPaul Masurel
2017-03-19Getting the FLAG from the winapi module.Paul Masurel
2017-03-12baby step 3Paul Masurel
2017-03-07NOBUG added rustdocPaul Masurel
2017-02-27NOBUG add_document does not return resultPaul Masurel
2017-02-27Bugfix related with deletes, rollback and the index opstamp.Paul Masurel
2017-02-26Nobug hidding doc, filling docPaul Masurel
2017-02-25NOBUG Adding doc.Paul Masurel
2017-02-25Closes #64 - Improve Index creationg API / documentationPaul Masurel
2017-02-22NOBUG TODO hunt, and cleanupsPaul Masurel
2017-02-19issue/43 Removed notifyPaul Masurel
2017-02-19issue/43 made the delete queue shareablePaul Masurel
2017-02-19issue/43 simplification. removed the notion of delete cursor.Paul Masurel
2017-02-19issue/43 deletesPaul Masurel
2017-02-19issue/43 docstamp -> opstampPaul Masurel
2017-02-19issue/43 Refactoring of SegmentUpdaterPaul Masurel
2017-02-19issue/43 refactoring in order to remove the segment updater non sense for sim...Paul Masurel
2017-02-19issue/43 unit test running. segment updater uses futures.Paul Masurel
2017-02-19issue/43 fixed on unit test. need big refactoring of segment updaterPaul Masurel
2017-02-19issue/43 DeleteQueue.Paul Masurel
2017-01-11Merge branch 'master' of github.com:tantivy-search/tantivyPaul Masurel