summaryrefslogtreecommitdiffstats
path: root/src/indexer/segment_writer.rs
AgeCommit message (Expand)Author
2019-10-04fmt (#661)Paul Masurel
2019-08-15Introducing a wrapper struct instead of Boxed<BoxableTokenizer> (#631)Paul Masurel
2019-07-27add support for float (#603)fdb-hiroshima
2019-07-17Refactor deletes (#597)Paul Masurel
2019-07-17Introduce a small refactoring of the sgment writer. (#596)Paul Masurel
2019-07-01Tiqb feature/2018 (#583)Paul Masurel
2019-06-12Petr tik n510 clear index (#566)Paul Masurel
2019-05-08Merge branch 'stamper_refactor'Paul Masurel
2019-05-05Issue/542 (#543)Paul Masurel
2019-04-29Addressed code reviewpetr-tik
2019-04-24Tidied up the Stamper module and upgraded to a 1.34 dependencypetr-tik
2019-03-15WIP: date field (#487)barrotsteindev
2018-12-17Facet remove unsafe (#454)Paul Masurel
2018-12-10Closes #449 (#450)Paul Masurel
2018-09-15Clippy (#422)Paul Masurel
2018-06-04Better heap (#311)Paul Masurel
2018-05-07Remove some unsafe stuff, justified some of it.Paul Masurel
2018-05-07Add fast field for associating arbitrary bytes to a document (#275)Jason Wolfe
2018-04-21Cargo fmtPaul Masurel
2018-03-21Total field norm fixed.Paul Masurel
2018-03-21Fieldnorm reader working except mergePaul Masurel
2018-02-20Multivalue u64 field / i64 field.Paul Masurel
2018-02-03Cargo fmtPaul Masurel
2018-02-03ClippyPaul Masurel
2018-02-03FormatPaul Masurel
2018-01-25Fixing unit testsPaul Masurel
2018-01-25Test not passingPaul Masurel
2017-12-16NOBUG QueryParser does not need to be mut. Code cleanupPaul Masurel
2017-12-14NOBUG rustfmtPaul Masurel
2017-12-14NOBUG ClippyPaul Masurel
2017-12-14NOBUG intellij misc lintPaul Masurel
2017-11-26docPaul Masurel
2017-11-26cargo fmtPaul Masurel
2017-11-24Renamed analyzer to tokenizerPaul Masurel
2017-09-09Test not passingPaul Masurel
2017-09-09Integrated with the merge branchPaul Masurel
2017-08-28FormatPaul Masurel
2017-07-19Closes #199. Unindexed fields are indexed as untokenizedPaul Masurel
2017-07-13NOBUG splitting the per-thread memory between the table and the heapPaul Masurel
2017-06-20issue/191 Added an analyzer manager.Paul Masurel
2017-05-19Renamed fstmap to termdictPaul Masurel
2017-05-18FormatPaul 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-16Make rustfmt happyLaurentiu Nicola
2017-05-15formatPaul Masurel
2017-05-12issue/136 Fix following CRPaul Masurel
2017-05-11Code cleaningPaul Masurel
2017-05-10Added commentPaul Masurel