quickwit-oss/tantivy

Support for autocompletion

Open

#1.174 geöffnet am 9. Okt. 2021

Auf GitHub ansehen
 (2 Kommentare) (8 Reaktionen) (0 zugewiesene Personen)Rust (499 Forks)batch import
help wanted

Repository-Metriken

Stars
 (8.354 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 12T 14h) (20 gemergte PRs in 30 T)

Beschreibung

Is your feature request related to a problem? Please describe. Modern search engines have a functionality called autocompletion. For example, when user types in "tan", the search engine suggest the word "tantivy"; when user types in "tantivy", the search engine suggest the phrase "tantivy search engine". For frontend, this is often seen as a drop down list below the search area.

Lucene has a module Lucene suggest which provides such functionality.

Describe the solution you'd like Implement a module which provides such functionality.

Contributor Guide