Yep, words less than 3 chars will not be indexed. But if "Al Abbas" text can be
separated into a token "Abbas" (and "Al" but it is not counted as a token as
it has 2 chars only) then we can apply OR condition in the query?
On 2021/10/22 14:37:51, Andy C wrote:
> The issue looks to me to be
Why ever would you not index less than three characters?
“To be or not to be”
Seems like a significant search
> On Oct 23, 2021, at 7:28 AM, son hoang wrote:
>
> Yep, words less than 3 chars will not be indexed. But if "Al Abbas" text can
> be separated into a token "Abbas" (and "Al" but it
Agreed. There is a simple fix. Index all the words. Also, stop using
EdgeNgramFilter.
That is only used for completion, not word search.
wunder
Walter Underwood
wun...@wunderwood.org
http://observer.wunderwood.org/ (my blog)
> On Oct 23, 2021, at 4:31 AM, Dave wrote:
>
> Why ever would you no
Hello,
I posted this question on the java-lucene group but not sure if my email
was noticed/made it through. Hence posting here. Apologies if this is
against the guidelines/best practices.
I am running Solr on a Windows server and mmap doesn't quite work well
there, so I have been using SimpleFS.