With the edismax query handler, is it possible to provide a query parameter which will specify a field (already defined in the qf parameter in solrconfig.xml) to ignore. E.g. can you tell Solr to not search a specific field?
An example may be where in solrconfig.xml qf is configured to search: title, author, description, fulltext And in some circumstance, maybe a basic search you want to ignore the field 'fulltext', or perhaps even multiple fields such as both 'description' and 'fulltext'. In the situation I'm thinking of there are many more qf fields than this simple example, so defining a new query handler or specifying all the fields to search at query time would be a less than ideal solution. -- View this message in context: http://lucene.472066.n3.nabble.com/edismax-ignore-override-qf-field-tp4107058.html Sent from the Solr - User mailing list archive at Nabble.com.