English stop words

Is there any way to define usual stop words to be removed from the text? I've defined English as a language, using a Web crawler and have some API on my website, but when I try to search for "the, a, an ..." it shows me the results and suggestions with those words. Is there any way to remove those? Tnx

Hi @ansamHox !

App Search uses multiple strategies for analyzing text and combines them in searches according to the precision tuning settings.

Specifically, stop words are not filtered on precision less than 9. They won’t add a lot of difference to the score when combined with other more significant words, but they can change results score and ordering.

In case you want stop words to not be used for results, use a precision level higher than 8.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.