Re: wildcard search doesn't fetch results when field has white spaces and special charecters

2019-03-30 Thread Erick Erickson
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 , >

wildcard search doesn't fetch results when field has white spaces and special charecters

2019-03-30 Thread ahemad.sh...@yahoo.com.INVALID
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.