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
of config settings. -- Jack Krupansky From: Abhijith Jain -X (abhijjai - DIGITAL-X INC at Cisco) Sent: Tuesday, November 12, 2013 7:22 PM To: solr-user@lucene.apache.org Subject: Modify the querySearch to q=*:* Hello, I upgraded Solr to 4.4.0(previous Solr version was 3.5). After the full

Modify the querySearch to q=*:*

2013-11-12 Thread Abhijith Jain -X (abhijjai - DIGITAL-X INC at Cisco)
Hello, I upgraded Solr to 4.4.0(previous Solr version was 3.5). After the full-import was run on Solr 4.4.0 I could see the expected number of records by accessing the URL http://myhost:7983/collection1/select/?q=*. But when I access my application I can find partial number of records. Later