Perfect.  Thanks!

Jack Krupansky-2 wrote
> 
> You should simply set the default value for the "df" request parameter in 
> your Solr request handlers in solrconfig.xml. It is set to "text" out of
> the 
> box, but you can set it to your desired field.
> 
> If you still want to set/override "df" from SolrJ anyway, use the 
> SolrQuery.setParam method:
> 
> solrQuery.setParam("df", "SearchText");
> 
> -- Jack Krupansky
> 
> 




--
View this message in context: 
http://lucene.472066.n3.nabble.com/Setting-df-default-field-from-solrj-tp3999794p3999916.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to