benmayersohn commented on issue #51622:
URL: https://github.com/apache/doris/issues/51622#issuecomment-2960119292

   Actually it seems like in my case this can be remedied by omitting stopwords 
and/or setting lowercase to false. I don't think `us` is in the stopword list 
so that shouldn't matter, but by adding `PROPERTIES("lower_case" = "false", 
"stopwords" = "none")` to the country index I now get consistent query results. 
I'll close this for now and re-open if I find any cases where the issue 
persists.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to