tantivy-cli icon indicating copy to clipboard operation
tantivy-cli copied to clipboard

Results 19 tantivy-cli issues
Sort by recently updated
recently updated
newest added

The output of the example is incompatible with current tantivy.

Hello, I propose a docker file to build docker image with tantivy-cli

When creating a new index with tantivy, one of the questions is > Should the field be fast (Y/N)? I'd guess that noone would like to deny that question. Maybe...

Does not work: D:\Projects\tantivy-cli\target\debug>tantivy new -i wikipedia-index Creating new index Let's define it's schema! New field name ? title Error: Field name must match the pattern [_a-zA-Z0-9]+

Currently, passing a json file with fields that aren't indexable leads to an error like this ```bash Failed to add document doc NoSuchFieldInSchema("asin") ``` I think it will be more...

Going through the quickstart guide I noticed, the cli offers 2 field options - int or text, while core tantivy offers text, u64, i64, DateTime, Facet and Bytes. Most likely...

enhancement
help wanted

... Especially #23 made it clear that the fact that tantivy-cli is waiting for documents from `stdin` if no in put file is given can be confusing. We could also...

enhancement

A spiritual successor to https://github.com/tantivy-search/tantivy/issues/71 We can use [`trust`](https://github.com/japaric/trust/) to automatically publish portable binaries of the cli as GitHub releases.

enhancement