summaryrefslogtreecommitdiffstats
path: root/examples
AgeCommit message (Expand)Author
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
2017-03-13fixupClaus Matzinger
2017-03-12fixes #100 and improves #99Claus Matzinger
2017-02-27NOBUG add_document does not return resultPaul Masurel
2016-11-04NOBUG Use searcher.search instead of query.searchPaul Masurel
2016-10-29issue/50 Removed StandardQueryPaul Masurel
2016-10-16bug/4 fixed for clippyPaul Masurel
2016-09-29minor fixes to grammar and usage in example fileMichael J. Curry
2016-09-26NOBUG Build failingPaul Masurel
2016-09-23Added literate programming for the examplePaul Masurel