mirror of https://github.com/apache/lucene.git
SOLR-14831: mark FacetParams.FACET_DISTRIB as deprecated
This commit is contained in:
parent
04def94492
commit
4716a0b2fa
|
@ -122,6 +122,7 @@ 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";
|
public static final String FACET_DISTRIB = FACET + ".distrib";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue