summaryrefslogtreecommitdiffstats
path: root/src/query
AgeCommit message (Expand)Author
2019-05-05Issue/542 (#543)Paul Masurel
2019-04-24Clippy2 (#534)Paul Masurel
2019-04-19Closes #527. (#529)Paul Masurel
2019-03-20Linear simd (#519)Paul Masurel
2019-03-20Rename try to attempt as try is becoming a keyword in rustPaul 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-02-05Code cleanupPaul Masurel
2019-01-30renamedPaul Masurel
2019-01-29RustfmtPaul Masurel
2019-01-28Issue/483 (#484)Paul Masurel
2019-01-28ClippyPaul Masurel
2019-01-24Lower RAM usage in tests.Paul Masurel
2018-12-10Closes #449 (#450)Paul Masurel
2018-11-30Cargo fmtPaul Masurel
2018-11-30Collector refactoring and multithreaded search (#437)Paul Masurel
2018-11-15Derive Clone for QueryParser (#442)Do Duy
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-14Remove Searcher dereference (#419)Paul Masurel
2018-09-14Top collector (#413)pentlander
2018-09-11Added SnippetGeneratorPaul Masurel
2018-09-10Added snippet generatorPaul Masurel
2018-09-10Phrase weightPaul Masurel
2018-09-09Merge branch 'issue/368' into issue/368bPaul Masurel
2018-09-07FragmentsPaul Masurel
2018-09-06Issue/378 (#392)Paul Masurel
2018-08-31small changesPaul Masurel
2018-08-30Added methods to extract the matching terms. First stabPaul Masurel
2018-08-30Extracting terms matching query in the documentPaul Masurel
2018-08-28Issue/246 (#393)Paul Masurel
2018-08-20Switch from error-chain to failure crate (#376)Dru Sellers
2018-08-20Added a full fledge empty query and relyign on it in QueryParser, instead of ...Paul Masurel
2018-08-15Update regex_query.rsPaul Masurel
2018-08-13add position_length to Token (#337)Vignesh Sarma K
2018-08-02Updated to combine-0.3 (#362)Paul Masurel
2018-06-30#328: Support parsing unbounded range queries (#329)Jason Wolfe
2018-06-30Issue/325 (#330)Paul Masurel
2018-06-25Support parsing RangeQuery and AllQuery in Queryparser (#323)Jason Wolfe
2018-06-22Preparing for releasePaul Masurel
2018-06-19Add some simple doc tests (#320)Dru Sellers
2018-06-16Add in simple regex query support (#319)Dru Sellers
2018-06-11Add AutomatonWeight to a fuzzy_search module and FuzzyQuery (#300)Dru Sellers
2018-05-19Expose parameters of RangeQuery for external usage (#309)Jason Wolfe
2018-05-18Add docs to new Query methods (#307)Jason Wolfe