mirror of https://github.com/apache/lucene.git
SOLR-1179: add DocSet.getTopFilter()
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@777285 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3c16e08dbd
commit
7b7f818386
|
@ -221,6 +221,9 @@ New Features
|
||||||
|
|
||||||
53. SOLR-1175: disable/enable replication on master side. added two commands 'enableReplication' and 'disableReplication' (noble)
|
53. SOLR-1175: disable/enable replication on master side. added two commands 'enableReplication' and 'disableReplication' (noble)
|
||||||
|
|
||||||
|
54. SOLR-1179: DocSets can now be used as Lucene Filters via
|
||||||
|
DocSet.getTopFilter() (yonik)
|
||||||
|
|
||||||
Optimizations
|
Optimizations
|
||||||
----------------------
|
----------------------
|
||||||
1. SOLR-374: Use IndexReader.reopen to save resources by re-using parts of the
|
1. SOLR-374: Use IndexReader.reopen to save resources by re-using parts of the
|
||||||
|
|
Loading…
Reference in New Issue