Perhaps you can make a query parser to fix this? It would parse the incoming query and substitute "some_terms" with "some_terms" ~0
On Tue, Oct 1, 2013 at 7:43 AM, Kunal Mittal <kunalmitta...@gmail.com>wrote: > We have a Solr 3.4 setup. When we try to do queries with double quotes > like : > "semantic web" , the query takes a long time to execute. > One solution we are thinking about is to make the same query without the > quotes and set the phrase slop(ps) parameter to 0. That is quite quicker > than the query with the quotes and gives similar results to the query with > quotes. > Is there a way to fix this by modifying the schema.xml file? Any > suggestions > would be appreciated. > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Problem-regarding-queries-enclosed-in-double-quotes-in-Solr-3-4-tp4092856.html > Sent from the Solr - User mailing list archive at Nabble.com. >