Hi Harsh,
DictionaryCompoundWordTokenFilter could be used.
On Friday, November 29, 2013 1:25 PM, harsh kapoor
wrote:
I am indexing data in Solr.
My search keyword is "bieber"
Then a word like justinbieber, Solr is unable to tokenize it and highlight
the searched
keyword.
I am familar with
I am indexing data in Solr.
My search keyword is "bieber"
Then a word like justinbieber, Solr is unable to tokenize it and highlight
the searched
keyword.
I am familar with NGramFilterFactory. I just want the specific keyword to
get filtered out from the lowercase word.
Can anyone help me out.