quickwit-oss/tantivy

Explain the purpose of the query-grammar subcrate

Open

#651 aberto em 8 de set. de 2019

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)Rust (499 forks)batch import
Hacktoberfestgood first issue

Métricas do repositório

Stars
 (8.354 stars)
Métricas de merge de PR
 (Mesclagem média 12d 14h) (20 fundiu PRs em 30d)

Description

Since query-grammar has been moved to a separate crate, we should explain what it's responsible for and how it fits with the rest of the library architecture.

We also moved the recursion_limit to this subcrate, the value of 100 is still prone to failure, which we should test https://github.com/tantivy-search/tantivy/blob/master/query-grammar/src/lib.rs#L1

  • Add a test for recursion limit in query-grammar
  • Add a Readme to query-grammar to explain what it does
  • Edit query-grammar/Cargo.toml to reflect correct keywords etc

Guia do colaborador