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)
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
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
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?
>
> 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
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:
> >