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-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org