tantivy/examples
PSeitz ee1f2c1f28
add aggregation support for date type (#1693)
* add aggregation support for date type
fixes #1332

* serialize key_as_string as rfc3339 in date histogram
* update docs
* enable date for range aggregation
2022-11-28 09:12:08 +09:00
..
aggregation.rs add aggregation support for date type (#1693) 2022-11-28 09:12:08 +09:00
basic_search.rs Adding an IndexingContext object (#1268) 2022-02-04 15:08:01 +09:00
custom_collector.rs switch get_val() to u32 2022-10-24 19:05:57 +08:00
custom_tokenizer.rs Documentation improvements. 2022-09-18 18:05:37 +07:00
date_time_field.rs Updated DateTime to hold timestamp in microseconds, while making date field precision configurable (#1396) 2022-07-12 10:04:28 +09:00
deleting_updating_documents.rs docs: "associated to" -> "associated with" (#1557) 2022-09-26 20:23:37 +09:00
faceted_search.rs Closes #1195 (#1222) 2021-12-02 14:37:19 +09:00
faceted_search_with_tweaked_score.rs Minor refactoring (#1266) 2022-01-28 15:55:55 +09:00
integer_range_search.rs Issue/1198 (#1201) 2021-11-11 16:42:19 +09:00
iterating_docs_and_positions.rs docs: "associated to" -> "associated with" (#1557) 2022-09-26 20:23:37 +09:00
json_field.rs remove useless example 2022-05-23 19:49:31 +02:00
multiple_producer.rs Minor refactoring (#1266) 2022-01-28 15:55:55 +09:00
pre_tokenized_text.rs Issue/1198 (#1201) 2021-11-11 16:42:19 +09:00
snippet.rs Minor refactoring (#1266) 2022-01-28 15:55:55 +09:00
stop_words.rs Issue/1198 (#1201) 2021-11-11 16:42:19 +09:00
warmer.rs switch get_val() to u32 2022-10-24 19:05:57 +08:00
working_with_json.rs cargo fmt 2021-07-01 18:17:08 +02:00