Hi,
I am facing a small problem, some one please help me,
I am using Whitespace analyzer, while both indexing and searching the files.
While indexing the analyzer is recognizing <token>Ajit_(Agarkar)</token>(I
found it using LUKE) as a single token.
But while searching{QueryParser parser = new QueryParser(field, analyzer);},
it is divided into two tokens <token>Ajit_</token>,<token>Agarkar</token>.
"""
Enter query:
Ajit_(Agarkar)
Searching for: Ajit_ Agarkar
0 total matching documents
"""
--Saikrishna.