I have a autocomplete index on a title field, and it works fine.
But i realize that it shoud be optimized to not return results that are hitting danish stopwords eg. ‘og’ (danish for and.
How is it possible to exclude stopwords in a autocomplete search index ?
You raise a good point because it is not possible to specify a language analyzer for autocomplete. Today, that will change. If you check back on this page, we will release the ability to specify a language analyzer.