defaultSearchField is deprecated in Solr 3.6. It is still supported, but the
"df" query request parameter overrides it. So, go into solrconfig.xml and
change the "df" parameter value from "text" to "Title".
-- Jack Krupansky
-Original Message-
From: Lakshmi Bhargavi
Sent: Monday, Aug
Lakschmi - The field(s) used for querying needs to be specified somewhere,
either as a default field or as a qf parameter to (e)dismax, etc.
Erik
On Aug 6, 2012, at 10:48 , Lakshmi Bhargavi wrote:
> Hi ,
>
> I have a question on the default search field defined in schema.xml or in
> th