-
**Describe the bug**
Not sure if meilisearch has been benchmarked by large scale apps as i have tried to find evidence of other users and most implementations talk about the size of the data and not …
-
Similar project can do regex search, Set operations and more :
https://blog.burntsushi.net/transducers/#regular-expressions
https://blog.burntsushi.net/transducers/#set-operations
https://blog.b…
-
Right now if a single split fails, we fail. We need to at least retry this split, or return partial results and point out the failed split.
-
One of Solr's killer features are dynamic fields (like `*_t`). I also saw that your project blast is essentially able to do something similar (by guessing the type of field). Any plans to do something…
-
We want to offer all people using MeiliSearch in their companies the possibility to do it without worrying about potential crashes. We want to provide a fault-tolerant search engine. One way to achiev…
-
Right now, tantivy relies on compile-time feature flags to decide which store compression format (lz4, snappy, brotli) should be used.
The store compression algorithm is serialized within VersionFoot…
-
I opened a bug report in tantivy-cli because it the benchmark command printed 4 header columns but only 3 values.
The missing column was num_terms.
Which lead me to add code to print the Terms (whic…
-
One of Solr's killer features is dynamic fields (e.g. `*_t`for text fields). You simply post a field called description_t and it becomes a text field as defined by your schema. Are there plans to incl…
-
I do create f64 field, it creates text field
```
sandbox/samples/tantivy » tantivy new -i csmobile-index2 …
-
**Describe the bug**
- What did you do?
Configured the LogMergePolicy with max merge size and inserted 38M documents with a single final commit in the end.
```rust
let writer = index
.writer(…