mirror of https://github.com/apache/lucene.git
SOLR-14831: remove deprecated FacetParams.FACET_DISTRIB constant
This commit is contained in:
parent
4716a0b2fa
commit
12dab0f80e
|
@ -121,10 +121,6 @@ public interface FacetParams {
|
|||
*/
|
||||
public static final String FACET_OVERREQUEST_COUNT = FACET_OVERREQUEST + ".count";
|
||||
|
||||
|
||||
@Deprecated
|
||||
public static final String FACET_DISTRIB = FACET + ".distrib";
|
||||
|
||||
/**
|
||||
* Comma separated list of fields to pivot
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue