You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2020/09/09 12:24:21 UTC

[lucene-solr] branch branch_8x updated: SOLR-14831: mark FacetParams.FACET_DISTRIB as deprecated

This is an automated email from the ASF dual-hosted git repository.

cpoerschke pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new e07816e  SOLR-14831: mark FacetParams.FACET_DISTRIB as deprecated
e07816e is described below

commit e07816ed110959009ed728b6bc30d202bf24d807
Author: Christine Poerschke <cp...@apache.org>
AuthorDate: Wed Sep 9 13:21:41 2020 +0100

    SOLR-14831: mark FacetParams.FACET_DISTRIB as deprecated
---
 solr/solrj/src/java/org/apache/solr/common/params/FacetParams.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/solr/solrj/src/java/org/apache/solr/common/params/FacetParams.java b/solr/solrj/src/java/org/apache/solr/common/params/FacetParams.java
index 625de96..87a5c46 100644
--- a/solr/solrj/src/java/org/apache/solr/common/params/FacetParams.java
+++ b/solr/solrj/src/java/org/apache/solr/common/params/FacetParams.java
@@ -122,6 +122,7 @@ public interface FacetParams {
   public static final String FACET_OVERREQUEST_COUNT = FACET_OVERREQUEST + ".count";
 
 
+  @Deprecated
   public static final String FACET_DISTRIB = FACET + ".distrib";
   
   /**