Re: RE: Index for text with space

2021-10-22 Thread son hoang
Thanks, Thamiz It seems that I have index=StandardTokenizerFactory causing the issue I do not want to re-index. Is there any solution ? Should I have query "OR" so that the search can return "Al Abbas" when I have "Al Abbas" in the query field (eg: there is a OR match "Abbas" ? Thanks On 2

Re: RE: Index for text with space

2021-10-22 Thread Andy C
The issue looks to me to be with the use of EdgeNGramFilterFactory in your field type. You have configured it with minGramSize="3" and have not specified preserveOriginal="true". So words less than 3 characters will not be indexed, and therefore can't be searched. See https://solr.apache.org/guid