mirror of https://github.com/apache/lucene.git
SOLR-8259: Remove deprecated getDispatchFilter() method from trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1713602 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9cbae39ab8
commit
aa34b6f794
|
@ -136,6 +136,8 @@ Other Changes
|
||||||
|
|
||||||
* SOLR-8261: Change SchemaSimilarityFactory default to BM25Similarity (hossman)
|
* SOLR-8261: Change SchemaSimilarityFactory default to BM25Similarity (hossman)
|
||||||
|
|
||||||
|
* SOLR-8259: Remove deprecated JettySolrRunner.getDispatchFilter()
|
||||||
|
|
||||||
================== 5.4.0 ==================
|
================== 5.4.0 ==================
|
||||||
|
|
||||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release
|
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release
|
||||||
|
|
|
@ -353,14 +353,6 @@ public class JettySolrRunner {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @deprecated Use {@link #getSolrDispatchFilter()} or {@link #getCoreContainer()}
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
public FilterHolder getDispatchFilter() {
|
|
||||||
return dispatchFilter;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return the {@link SolrDispatchFilter} for this node
|
* @return the {@link SolrDispatchFilter} for this node
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue