My field type is text and i am using WhitespaceTokenizer. I want to search like SQL like search ie I want to search for ORGANIZATION_NAME field ORGANIZATION_NAM:"JOHNSON & SO"*
should return "JOHNSON & SON", "JOHNSON & SONS", "JOHNSON & SONS COMPANY"... I tried ORGANIZATION_NAM:"JOHNSON &" AND ORGANIZATION_NAM:SON* Problem with this is It will bring "SWANK & SON, INC. C/O EVELYN JOHNSON". I want the result to be like SQL like search. -- View this message in context: http://lucene.472066.n3.nabble.com/adding-wild-card-at-the-end-of-the-text-and-search-like-sql-like-search-tp4108399.html Sent from the Solr - User mailing list archive at Nabble.com.