🦹 Advanced
autocomplete
This seems an aluring one to run with, but understand that it uses some advanced Lucene analysis techniques with shingling and ngramming that apply differently between index and search time. It's recommended to explore and understand the capabilities and limitations with other textual analysis configurations and query constructions and then come back to this one with good understanding of the tradeoffs of hyper-indexing to facilitate direct short query to index lookup to simpler indexing with more complex query-time searches.
text.fuzzy
options
A myriad of parameters. Just don't forget about mixing and matching different levels of "fuzzy" or inexact matching into a robust relevance-savvy query. Too fuzzy of a match can be spurious and weird; it can be better to as-they-type guide them if you're reaching for this to compensate for users close but not quite queries.
queryString
yeah, why not! TODO
moreLikeThis
TODO