Hi Suren, Unfortunately what you did is not the way to activate it. You need to add ComplexPhrase-4.2.1.jar inside of solr.war file and re-package solr.war file. There is a detailed ReadMe.txt file inside the zip-ball. Please follow instructions written in ReadMe.txt file.
Ahmet On Friday, January 3, 2014 2:32 AM, suren <gutti_re...@yahoo.com> wrote: Ahmet, It did not solve the problem. I added 1)ComplexPhrase-4.2.1.jar to my local solr "solr-4.3.1\example\solr\collection1\lib" 2)added the below content to "solrConfig.xml" <queryParser name="unorderedcomplexphrase" class="org.apache.solr.search.ComplexPhraseQParserPlugin"> <bool name="inOrder">false</bool> </queryParser> 3)re-started solr, appended the Query param "defType=unorderedcomplexphrase" and ran the query, still issue present. http://localhost:8983/solr/collection1/select?q=*%3A*&fq=ORGANIZATION_NAM%3A%22JOHNSON+%26+SO*%22&wt=xml&indent=true&defType=unorderedcomplexphrase Please let me know if i am missing anything? -- 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-tp4108399p4109221.html Sent from the Solr - User mailing list archive at Nabble.com.