summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
AgeCommit message (Expand)Author
2019-06-06Comments for IndexMeta (#560)Paul Masurel
2019-05-28Make IndexMeta public (#553)Stephen Carman
2019-05-08Merge branch 'stamper_refactor'Paul Masurel
2019-05-08Removed the mutex implementation of AtomicU64.Paul Masurel
2019-05-05Issue/542 (#543)Paul Masurel
2019-04-29Addressed code reviewpetr-tik
2019-03-20cleanup for nodefaultfeaturesPaul Masurel
2019-03-20Feature/reader (#517)Paul Masurel
2019-03-15WIP: date field (#487)barrotsteindev
2019-03-07Issue/513 (#514)Paul Masurel
2019-02-26cargo fmtPaul Masurel
2019-02-23Partially addresses #500 (#502)Paul Masurel
2019-01-28Issue/483 (#484)Paul Masurel
2019-01-28Clippy + cargo fmtPaul Masurel
2019-01-27Issue/468b (#482)Paul Masurel
2019-01-24Lower RAM usage in tests.Paul Masurel
2018-12-10Closes #449 (#450)Paul Masurel
2018-12-02Add accessors for Snippet and HighlightSection (#448)fdb-hiroshima
2018-11-30Cargo fmtPaul Masurel
2018-11-30Collector refactoring and multithreaded search (#437)Paul Masurel
2018-11-19Importing crossbeam_channel from crossbeam reexport.Paul Masurel
2018-11-16Update rand requirement from 0.5 to 0.6 (#440)dependabot[bot]
2018-10-15Compute space usage of a Searcher / SegmentReader / CompositeFile (#282)Jason Wolfe
2018-09-16Snippet term score (#423)Paul Masurel
2018-09-15Clippy (#422)Paul Masurel
2018-09-15Clippy (#421)Paul Masurel
2018-09-15Cargo Format (#420)Paul Masurel
2018-09-11Merge branch 'issue/368b'Paul Masurel
2018-09-11Added SnippetGeneratorPaul Masurel
2018-09-10Added snippet generatorPaul Masurel
2018-09-09Closes #387Paul Masurel
2018-09-07Merge branch 'master' into issue/368Vignesh Sarma K
2018-09-06Issue/389 (#405)Paul Masurel
2018-08-28add htmlescape and update to_html fn to use it.Vignesh Sarma K (വിഘ്നേഷ് ശ൪മ കെ)
2018-08-28Getting started on #368Paul Masurel
2018-08-20Switch from error-chain to failure crate (#376)Dru Sellers
2018-08-08Closes #364 (#365)Paul Masurel
2018-08-02Removing env_logger dependencyPaul Masurel
2018-08-02Updating rand to 0.5 (#363)Paul Masurel
2018-08-02Updated to combine-0.3 (#362)Paul Masurel
2018-08-02replace chan with crossbeam-channel (#361)Jacob Brown
2018-07-31Issue/333 (#335)Paul Masurel
2018-07-04Removed SourceRead. Relying on the new owned-read crate insteadPaul Masurel
2018-06-30Issue/325 (#330)Paul Masurel
2018-06-22Preparing for release.Paul Masurel
2018-06-16Add in simple regex query support (#319)Dru Sellers
2018-06-14Standardizes the Index::create_* APIs (#317)Dru Sellers
2018-06-12Issue/257 (#310)Paul Masurel
2018-06-04Better heap (#311)Paul Masurel
2018-05-11Make it possible to stream the terms matching an Automaton (#297)Dru Sellers