revert previous accidental commit

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@779413 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2009-05-28 02:41:51 +00:00
parent 00a33b5adc
commit 3e7361e964
1 changed files with 1 additions and 3 deletions

View File

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