Re: Modify the querySearch to q=*:*

2013-11-13 Thread Jack Krupansky
ssage- From: Alvaro Cabrerizo Sent: Wednesday, November 13, 2013 4:16 AM To: solr-user@lucene.apache.org Subject: Re: Modify the querySearch to q=*:* Hi: First of all I have to say that I had never heard about *\* as the query to get all the documents in a index but *:* (maybe I'm w

Re: Modify the querySearch to q=*:*

2013-11-13 Thread Alvaro Cabrerizo
Hi: First of all I have to say that I had never heard about *\* as the query to get all the documents in a index but *:* (maybe I'm wrong) . Re-reading "Apache Solr 4 cookbook", "Solr 1.4 Enterprise Search Server" and " Apache Solr 3 Enterprise Search Server" there is no trace for the query *\* a

Re: Modify the querySearch to q=*:*

2013-11-12 Thread Shawn Heisey
On 11/12/2013 6:03 PM, Abhijith Jain -X (abhijjai - DIGITAL-X INC at Cisco) wrote: I am trying to set the query to q=*:* permanently. I tried to set q=*:* in SolrConfig.xml file as follows. none *:*

Re: Modify the querySearch to q=*:*

2013-11-12 Thread Jack Krupansky
see how the parameters are being processed. -- Jack Krupansky -Original Message- From: Abhijith Jain -X (abhijjai - DIGITAL-X INC at Cisco) Sent: Tuesday, November 12, 2013 8:03 PM To: solr-user@lucene.apache.org Subject: RE: Modify the querySearch to q=*:* Thanks for the quick reply. I

RE: Modify the querySearch to q=*:*

2013-11-12 Thread Abhijith Jain -X (abhijjai - DIGITAL-X INC at Cisco)
Abhi -Original Message- From: Jack Krupansky [mailto:j...@basetechnology.com] Sent: Tuesday, November 12, 2013 4:33 PM To: solr-user@lucene.apache.org Subject: Re: Modify the querySearch to q=*:* Usually we use the “/select” handler now – check your solrconfig.xml and see if you

Re: Modify the querySearch to q=*:*

2013-11-12 Thread Jack Krupansky
Usually we use the “/select” handler now – check your solrconfig.xml and see if you have that as well. And check to see how “handleSelect” is set if you intend not to use the “/select” handler. Overall, read the new Solr 4.4 solrconfig file carefully and try to switch to all of the new style of