summaryrefslogtreecommitdiffstats
path: root/examples
AgeCommit message (Expand)Author
2019-09-05Moving queyr grammar to a different crate. (#645)Paul Masurel
2019-08-19Update import statements in examples, doctests (#633)Joshua Dutton
2019-08-19Fixing typos (#634)Joshua Dutton
2019-08-08cargo fmtPaul Masurel
2019-08-05Bump deps (#613)Kornel
2019-07-01Tiqb feature/2018 (#583)Paul Masurel
2019-05-28Remove mut in add_document and delete_term. Made stamper ordering rel… (#551)Paul Masurel
2019-05-05Fix buildPaul Masurel
2019-05-05Issue/542 (#543)Paul Masurel
2019-03-20Feature/reader (#517)Paul Masurel
2019-03-07Issue/513 (#514)Paul Masurel
2019-02-05Add integer range search example (#490)petr-tik
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-09-15Clippy (#422)Paul Masurel
2018-09-15Cargo Format (#420)Paul Masurel
2018-09-14Remove Searcher dereference (#419)Paul Masurel
2018-09-13Fixing snippet examplePaul Masurel
2018-09-11Added SnippetGeneratorPaul Masurel
2018-09-10Added snippet generatorPaul Masurel
2018-09-09Merge branch 'issue/368' into issue/368bPaul Masurel
2018-09-06Issue/378 (#392)Paul Masurel
2018-08-31small changesPaul Masurel
2018-08-30Extracting terms matching query in the documentPaul Masurel
2018-08-21Added example to show how to access the inverted list directlyPaul Masurel
2018-08-21Remove generate html script. It moved to tantivy-search.github.ioPaul Masurel
2018-08-19Add a basic faceted search example (#383)Dru Sellers
2018-08-17Add an example of using the stopwords filter (#377)Dru Sellers
2018-08-17Added example showing how to delete/update documentsPaul Masurel
2018-08-16Simplified examplesPaul Masurel
2018-06-14Standardizes the Index::create_* APIs (#317)Dru Sellers
2018-05-07RustfmtPaul Masurel
2018-05-06Simple Implementation of NGram Tokenizer (#278)Dru Sellers
2018-04-21Cargo fmtPaul Masurel
2018-01-04rustfmtPaul Masurel
2017-12-16NOBUG QueryParser does not need to be mut. Code cleanupPaul Masurel
2017-12-14NOBUG ClippyPaul Masurel
2017-11-26cargo fmtPaul Masurel
2017-11-16Closes #224. Fixes documentation about STORED in the example.Paul Masurel
2017-09-09Integrated with the merge branchPaul Masurel
2017-08-28FormatPaul Masurel
2017-06-20issue/191 Added an analyzer manager.Paul Masurel
2017-06-07issue/191 Added proper analyzerPaul Masurel
2017-05-16Make rustfmt happyLaurentiu Nicola
2017-05-15Check the result of wait_merging_threadsLaurentiu Nicola
2017-05-14issue/148 Wait for the index writer threads to shut down in simple_searchLaurentiu Nicola
2017-05-07Replace rustc_serialize with serdeAshley Mannix
2017-03-14NOBUG updated simple_search.htmlPaul Masurel