You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Christine Poerschke (Jira)" <ji...@apache.org> on 2020/09/04 14:38:00 UTC

[jira] [Created] (SOLR-14831) remove deprecated-and-unused "facet.distrib.mco" constant

Christine Poerschke created SOLR-14831:
------------------------------------------

             Summary: remove deprecated-and-unused "facet.distrib.mco" constant
                 Key: SOLR-14831
                 URL: https://issues.apache.org/jira/browse/SOLR-14831
             Project: Solr
          Issue Type: Task
          Components: SolrJ
            Reporter: Christine Poerschke
            Assignee: Christine Poerschke


This is ready for removal e.g. as per the https://github.com/apache/lucene-solr/blob/releases/lucene-solr/8.6.2/solr/solrj/src/java/org/apache/solr/common/params/FacetParams.java#L139-L144 comment:

{code}
   * @deprecated
   * This option is no longer used nor will if affect any queries as the fix has been built in. (SOLR-11711)
   * This will be removed entirely in 8.0.0
   */
  @Deprecated
  public static final String FACET_DISTRIB_MCO = FACET_DISTRIB + ".mco";
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org