mirror of https://github.com/apache/lucene.git
DF is defined in CommonParams instead of SolrParams
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@814109 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
26efaadaf1
commit
fc1892279f
|
@ -183,7 +183,7 @@ public class SimpleFacets {
|
|||
|
||||
NamedList res = new SimpleOrderedMap();
|
||||
|
||||
/* Ignore SolrParams.DF - could have init param facet.query assuming
|
||||
/* Ignore CommonParams.DF - could have init param facet.query assuming
|
||||
* the schema default with query param DF intented to only affect Q.
|
||||
* If user doesn't want schema default for facet.query, they should be
|
||||
* explicit.
|
||||
|
|
Loading…
Reference in New Issue