Hi Suren, With https://issues.apache.org/jira/browse/SOLR-1604 it is possible but it requires re-packaging solr.war. Your query will be : ORGANIZATION_NAM:"JOHNSON & SO*"
Ahmet On Friday, December 27, 2013 9:03 PM, suren <gutti_re...@yahoo.com> wrote: 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.