SOLR-14831: remove deprecated FacetParams.FACET_DISTRIB constant

This commit is contained in:
Christine Poerschke 2020-09-09 13:22:31 +01:00
parent 4716a0b2fa
commit 12dab0f80e
1 changed files with 0 additions and 4 deletions

View File

@ -121,10 +121,6 @@ public interface FacetParams {
*/ */
public static final String FACET_OVERREQUEST_COUNT = FACET_OVERREQUEST + ".count"; 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 * Comma separated list of fields to pivot
* *