summaryrefslogtreecommitdiffstats
path: root/src/schema
AgeCommit message (Expand)Author
2017-05-25Term as a wrapperPaul Masurel
2017-05-18Better APIPaul Masurel
2017-05-18ClippyPaul Masurel
2017-05-18FormatPaul Masurel
2017-05-18Code cleaningPaul 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-17clippy: fix match_same_arms warningsLaurentiu Nicola
2017-05-17clippy: fix needless_borrow warningsLaurentiu Nicola
2017-05-17clippy: fix match_ref_pats warningsLaurentiu Nicola
2017-05-16Make rustfmt happyLaurentiu Nicola
2017-05-15formatPaul Masurel
2017-05-12issue/136 Fix following CRPaul Masurel
2017-05-11NOBUG Hiding methods making it possible to build a incorrect Term.Paul Masurel
2017-05-11Fix broke compilePaul Masurel
2017-05-11Merge branch 'master' into issue/136Paul Masurel
2017-05-11Code cleaningPaul Masurel
2017-05-11Make Term::with_capacity crate-publicPaul Masurel
2017-05-11FIXED inconsistent Term's field serialization.Paul Masurel
2017-05-10Added commentPaul Masurel
2017-05-10BugfixPaul Masurel
2017-05-09Merge branch 'master' into issue/indexing-refactoringPaul Masurel
2017-05-09workingPaul Masurel
2017-05-08update underflow testAshley Mannix
2017-05-08Remove old serialization codeLaurentiu Nicola
2017-05-08Use the proper error type on u64 overflowLaurentiu Nicola
2017-05-08Fix i64 overflow check and merge NotJSON with NotJSONObjectLaurentiu Nicola
2017-05-07Replace rustc_serialize with serdeAshley Mannix
2017-05-06issues/65 Added commentsPaul Masurel
2017-05-06issues/65 Phrase query for untokenized fields are not tokenized.Paul 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-04Compiling... fastfield not implemented yetPaul Masurel
2017-05-04Added int optionsPaul Masurel
2017-05-04Renamed u64optionsPaul Masurel
2017-05-04issue/65 Switching to u64.Paul Masurel
2017-04-19NOBUG Remove 256 num fields limitPaul Masurel
2017-04-15Using u32 for field idsPaul Masurel
2017-04-05issue/96 Rename FileError -> OpenReadErrorPaul Masurel
2017-04-04issue/96 Added unit test, documentation and various tiny improvements.Paul Masurel
2017-03-29Added helper to create Vec with a given sizePaul Masurel
2017-02-26NOBUG misc ...Paul Masurel
2017-02-25Fixes #91Paul Masurel
2017-02-25Merge branch 'issue/43'Paul Masurel
2017-02-25TODO huntPaul Masurel
2017-02-24Closes #92. ByteOrder of u32 terms.Paul Masurel
2017-02-23Fixes #82 Renamed and commented the function to create Term from &[u8]Paul Masurel
2017-02-19issue/43 test passingPaul Masurel
2017-01-09NOBUG Pinned some version, removed import warning.Paul Masurel