From 7b7f818386d05a18c65d2af36f248cf8c49b46a9 Mon Sep 17 00:00:00 2001 From: Yonik Seeley Date: Thu, 21 May 2009 22:11:01 +0000 Subject: [PATCH] SOLR-1179: add DocSet.getTopFilter() git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@777285 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index de83d925599..de65f5125d3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -221,6 +221,9 @@ New Features 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 ---------------------- 1. SOLR-374: Use IndexReader.reopen to save resources by re-using parts of the