Re: defaultSearchField not working after upgrade to solr3.6

2012-06-14 Thread Jack Krupansky
"text" and the code won't check the defaultSearchField if "df" is set. -- Jack Krupansky -Original Message- From: Chris Hostetter Sent: Thursday, June 14, 2012 4:05 PM To: solr-user@lucene.apache.org Subject: Re: defaultSearchField not working after upgrade to

Re: defaultSearchField not working after upgrade to solr3.6

2012-06-14 Thread Chris Hostetter
: Correct. In 3.6 it is simply ignored. In 4.x it currently does work. That's not true. the example cofigs in Solr 3.6 no longer mention defaultSearchField, but Solr 3.6 will still respect a declaration if it exists in your schema.xml -- I just verified this by running Solr 3.6 using hte Sol

Re: defaultSearchField not working after upgrade to solr3.6

2012-06-11 Thread Jack Krupansky
] Sent: 11 June 2012 20:35 To: solr-user@lucene.apache.org Subject: Re: defaultSearchField not working after upgrade to solr3.6 Just to clarify one point from my original response, the "df" parameter is already set for the default request handlers, so all you need to do is change it from

RE: defaultSearchField not working after upgrade to solr3.6

2012-06-11 Thread Rohit
@lucene.apache.org Subject: Re: defaultSearchField not working after upgrade to solr3.6 Just to clarify one point from my original response, the "df" parameter is already set for the default request handlers, so all you need to do is change it from the "text" field to your pre

Re: defaultSearchField not working after upgrade to solr3.6

2012-06-11 Thread Jack Krupansky
eld element is present. The issue is still open for 4.x. Feel free to comment directly on that Jira. -- Jack Krupansky -Original Message- From: Rohit Sent: Monday, June 11, 2012 9:49 AM To: solr-user@lucene.apache.org Subject: RE: defaultSearchField not working after upgrade to s

RE: defaultSearchField not working after upgrade to solr3.6

2012-06-11 Thread Rohit
...@basetechnology.com] Sent: 11 June 2012 18:49 To: solr-user@lucene.apache.org Subject: Re: defaultSearchField not working after upgrade to solr3.6 Add the "df" parameter to your query request handler. It names the default field. Or use "qf" for the edismax query parser. -- Jack Krup

Re: defaultSearchField not working after upgrade to solr3.6

2012-06-11 Thread Jack Krupansky
Add the "df" parameter to your query request handler. It names the default field. Or use "qf" for the edismax query parser. -- Jack Krupansky -Original Message- From: Rohit Sent: Monday, June 11, 2012 8:58 AM To: solr-user@lucene.apache.org Subject: defaultSearchField not working afte