Author: yonik
Date: Thu May 28 02:41:51 2009
New Revision: 779413
URL: http://svn.apache.org/viewvc?rev=779413&view=rev
Log:
revert previous accidental commit
Modified:
lucene/solr/trunk/src/java/org/apache/solr/search/SolrIndexSearcher.java
Modified:
lucene/solr/trunk/src/java/org/apache/solr/search/SolrIndexSearcher.java
URL:
http://svn.apache.org/viewvc/lucene/solr/trunk/src/java/org/apache/solr/search/SolrIndexSearcher.java?rev=779413&r1=779412&r2=779413&view=diff
==============================================================================
--- lucene/solr/trunk/src/java/org/apache/solr/search/SolrIndexSearcher.java
(original)
+++ lucene/solr/trunk/src/java/org/apache/solr/search/SolrIndexSearcher.java
Thu May 28 02:41:51 2009
@@ -619,9 +619,7 @@
}
// 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) {