revert accidental commit

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@788955 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2009-06-27 11:17:24 +00:00
parent 0abe46a197
commit 23d7c016ee
1 changed files with 0 additions and 1 deletions

View File

@ -624,7 +624,6 @@ public class SolrIndexSearcher extends IndexSearcher implements SolrInfoMBean {
// query must be positive
protected DocSet getDocSetNC(Query query, DocSet filter) throws IOException {
query = QueryUtils.simplifyQuery(query);
DocSetCollector collector = new DocSetCollector(maxDoc()>>6, maxDoc());
if (filter==null) {