tantivy/examples
PSeitz 2e369db936
switch to Aggregation without serde_untagged (#2003)
* refactor result handling

* remove Internal stuff

* merge different accessors

* switch to Aggregation without serde_untagged

* fix doctests
2023-04-25 08:54:51 +02:00
..
aggregation.rs switch to Aggregation without serde_untagged (#2003) 2023-04-25 08:54:51 +02:00
basic_search.rs re-enable examples (#1860) 2023-02-10 14:51:37 +01:00
custom_collector.rs Renaming .values(DocId) to .values_for_doc(DocId) (#1906) 2023-02-27 12:15:13 +09:00
custom_tokenizer.rs update examples for literate docs (#1880) 2023-02-17 11:48:22 +01:00
date_time_field.rs update examples for literate docs (#1880) 2023-02-17 11:48:22 +01:00
deleting_updating_documents.rs re-enable examples (#1860) 2023-02-10 14:51:37 +01:00
faceted_search.rs re-enable examples (#1860) 2023-02-10 14:51:37 +01:00
faceted_search_with_tweaked_score.rs update examples for literate docs (#1880) 2023-02-17 11:48:22 +01:00
fuzzy_search.rs Clippy warnings fixes (#1885) 2023-02-20 19:04:13 +09:00
index_from_multiple_threads.rs update examples for literate docs (#1880) 2023-02-17 11:48:22 +01:00
index_with_json.rs update examples for literate docs (#1880) 2023-02-17 11:48:22 +01:00
integer_range_search.rs re-enable examples (#1860) 2023-02-10 14:51:37 +01:00
ip_field.rs update examples for literate docs (#1880) 2023-02-17 11:48:22 +01:00
iterating_docs_and_positions.rs re-enable examples (#1860) 2023-02-10 14:51:37 +01:00
json_field.rs re-enable examples (#1860) 2023-02-10 14:51:37 +01:00
pre_tokenized_text.rs refactor tokenization pipeline to use GATs (#1924) 2023-03-09 09:39:37 +01:00
snippet.rs re-enable examples (#1860) 2023-02-10 14:51:37 +01:00
stop_words.rs refactor tokenization pipeline to use GATs (#1924) 2023-03-09 09:39:37 +01:00
warmer.rs update examples for literate docs (#1880) 2023-02-17 11:48:22 +01:00