RE: After upgrade to solr4, search doesn't work

2013-03-07 Thread David Parks
David Parks Subject: Re: After upgrade to solr4, search doesn't work I imagine that you had a "qf" parameter in your old query request handler, so add "qf" it to the new query request handler. "df" is used only if "qf" is missing. -- Jack Krupan

Re: After upgrade to solr4, search doesn't work

2013-03-06 Thread Jack Krupansky
ay, March 06, 2013 2:18 AM To: solr-user@lucene.apache.org ; David Parks Subject: Re: After upgrade to solr4, search doesn't work Ah, I think I see the issue, in the debug results it's only searching the id field, which is the unique ID, that must have gotten changed in the upgrade. In fact I th

Re: After upgrade to solr4, search doesn't work

2013-03-05 Thread David Parks
ied a comma separated list of my fields here but that was invalid. dvddvdid:dvdid:dvd From: David Parks To: "solr-user@lucene.apache.org" Sent: Wednesday, March 6, 2013 1:52 PM Subject: Re: After upgrade to solr4, search doesn't work Good th

Re: After upgrade to solr4, search doesn't work

2013-03-05 Thread David Parks
Oops, I didn't include the full XML there, hopefully this formats ok. From: David Parks To: "solr-user@lucene.apache.org" Sent: Wednesday, March 6, 2013 1:58 PM Subject: Re: After upgrade to solr4, search doesn't work All but the uni

Re: After upgrade to solr4, search doesn't work

2013-03-05 Thread David Parks
itted). From: mani arasu To: solr-user@lucene.apache.org Sent: Wednesday, March 6, 2013 1:37 PM Subject: Re: After upgrade to solr4, search doesn't work You should probably be looking at which Analyzer you used in solr version 3.x and which one you are using in solr version 4.x. If there is any

Re: After upgrade to solr4, search doesn't work

2013-03-05 Thread David Parks
x27;t changed and they're certainly indexed: From: Jack Krupansky To: solr-user@lucene.apache.org Sent: Wednesday, March 6, 2013 1:34 PM Subject: Re: After upgrade to solr4, search doesn't work You may simply need to set the default value of the &q

Re: After upgrade to solr4, search doesn't work

2013-03-05 Thread mani arasu
You should probably be looking at which Analyzer you used in solr version 3.x and which one you are using in solr version 4.x. If there is any change in that you may have to do either of the following: - Do a full-import so that documents are created according to your new schema - Do a se

Re: After upgrade to solr4, search doesn't work

2013-03-05 Thread Jack Krupansky
You may simply need to set the default value of the "df" parameter in the /select request handler in solrconfig.xml to be your default query field name if it is not "text". -- Jack Krupansky -Original Message- From: David Parks Sent: Wednesday, March 06, 2013 1:26 AM To: solr-user@lu