Re: AWS S3 bucket backup issue

2022-02-18 Thread Houston Putman
I've opened a PR to make the documentation much clearer for this: https://github.com/apache/solr/pull/652 Please leave any notes if you think it can be improved! - Houston On Tue, Feb 8, 2022 at 12:18 PM Eric Charles wrote: > I was not pre-creating the folder in the S3 bucket in my previous t

unexpected wildcard results

2022-02-18 Thread Matthew Roth
Hi List, We are noting unexpected wildcard results. For example, the following query text:"witch*" will match witch, witches, but not witchcraft. We would anticipate witchcraft would also be matched. I suspect the issue may lie with the field definition.

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:

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 "