Re: unexpected wildcard results

2022-02-18 Thread Andy C
I think the issue is the doublequotes around your query string. Try searching for text:witch* instead. It appears that when surrounded by doublequotes the * is treated as text and not a syntax character (wildcard). You can verify this by performing the query in the Solr Admin UI and checking the "

Re: unexpected wildcard results

2022-02-18 Thread Joel Bernstein
This is a great tool for understanding how analyzers are handling specific terms: https://solr.apache.org/guide/8_8/analysis-screen.html You'll be able to see how witchcraft was added to the index. Joel Bernstein http://joelsolr.blogspot.com/ On Fri, Feb 18, 2022 at 3:47 PM Matthew Roth wrote: