Re: Searcher and autoSoftCommits + softCommit

2021-11-24 Thread Dan Rosher
Hi Shawn, You were spot on, commitWithin was being set on each commit. I was able to verify by temporarily turning on debug logging for DirectUpdateHandler2. Thanks for your help. Kind regards, Dan On Tue, 23 Nov 2021 at 16:49, Shawn Heisey wrote: > On 11/23/21 8:31 AM, Dan Rosher wrote: > >

Re: Searcher and autoSoftCommits + softCommit

2021-11-24 Thread Andy Lester
> > You were spot on, commitWithin was being set on each commit. I was able to > verify by temporarily turning on debug logging for DirectUpdateHandler2 What did you do to enable that? I didn’t know you could do such a thing. Is it specific to that handler? Thanks Andy

Re: Searcher and autoSoftCommits + softCommit

2021-11-24 Thread Shawn Heisey
On 11/24/21 5:59 AM, Andy Lester wrote: You were spot on, commitWithin was being set on each commit. I was able to verify by temporarily turning on debug logging for DirectUpdateHandler2 What did you do to enable that? I didn’t know you could do such a thing. Is it specific to that handler?

White space at the end of a keyword return improper results

2021-11-24 Thread Thamizhazhagan B
Hi, When we give white space at the end, Solr gives random results. If we remove the white space at the end, returns exact matching results. For example: No whitespace at end: Keyword : "test result" Result: This is Test Result Whitespace at the end: Keyword: "test result " Result: This is te

Re: White space at the end of a keyword return improper results

2021-11-24 Thread Shawn Heisey
On 11/24/21 1:08 PM, Thamizhazhagan B wrote: When we give white space at the end, Solr gives random results. If we remove the white space at the end, returns exact matching results. I replied to this on solr-dev, didn't notice that it was cross-posted to solr-user as well.  FYI:  solr-user is

Re: White space at the end of a keyword return improper results

2021-11-24 Thread Walter Underwood
This is almost certainly not doing what you want. Instead, use StandardTokenizerFactory or WhitespaceTokenizerFactory. Remove StopFilterFactory, that can only cause problems. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog)