Try complexphrasequeryparser. If (and only if) you always want to search
from the beginning of the content, you might be able to use string rather
than text-based Fields but make sure to escape whitespace...
Best,
Erick
On Sat, Mar 30, 2019, 10:33 ahemad.sh...@yahoo.com.INVALID
wrote:
> Hi ,
>
Hi ,
I have field with white spaces and special characters on which indexing needs
to be done to do wildcard querying.
It works for most of the scnearios with wildcard search.
e.g. if my data is "ali.abc" and "abc_pqr" and "ali abc" and "ahemad ali" then
search with ali* gives this three results.