tantivy-cli
tantivy-cli copied to clipboard
sniff the name and the type of the fields from a corpus sample
Like elastic 5.0 have done. https://www.elastic.co/guide/en/elasticsearch/reference/master/grok-processor.html. With regex support, the tantivy-cli should be more practical, eg. use the Nginx or Apache log directly as input file. @fulmicoton what about you...
Just fixed filename about inspect. Best regards,
The default port is being being handled by the `run_serve_cli` function.
Hi there, Apparently there's no way to remove a document from the index. Also, it looks like if you "push" an updated version of your document, it's indexed along with...
Compilation is broken with nightly. ``` $ cargo +nightly-2024-05-01 build error[E0635]: unknown feature `proc_macro_span_shrink` --> /home/sanxiyn/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.58/src/lib.rs:92:30 | 92 | feature(proc_macro_span, proc_macro_span_shrink) | ^^^^^^^^^^^^^^^^^^^^^^ ```
Nitpick, but this would make the interactive cli slightly easier to use ``` New field name ? myfield Choose Field Type (Text/u64/i64/f64/Date/Facet/Bytes/Json/bool/IpAddr) ? text Error: Invalid input. Options are (Text/u64/i64/f64/Date/Facet/Bytes/Json/bool/IpAddr)...