Re: Problem regarding queries enclosed in double quotes in Solr 3.4

2013-10-06 Thread Kunal Mittal
Upayavira thanks for replying. When we run the quoted query in edismax, we get correct results. The only problem is that the quoted queries are very slow. Can you please point me to a link which talks about the quoted queries in the edismax parser? -- View this message in context: http://l

Problem regarding queries with numbers with a decimal point

2013-09-30 Thread Kunal Mittal
We have a Solr 3.4 setup. When we try to do queries with a decimal point like : "web 2.0" , the query takes a long time to execute. One fix we did was to set generateNumberParts="0" in the "solr.WordDelimiterFilterFactory" This reduced the query time greatly but we want to reduce it further. Is th

Problem regarding queries enclosed in double quotes in Solr 3.4

2013-09-30 Thread Kunal Mittal
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 wit