SolrIndexSearcher bug
---------------------

                 Key: SOLR-302
                 URL: https://issues.apache.org/jira/browse/SOLR-302
             Project: Solr
          Issue Type: Bug
    Affects Versions: 1.3
         Environment: Windows XP SP2 rus
jdk 1.6.0_u1
            Reporter: Sergey Dryganets


protected DocSet getDocSet(List<Query> queries) throws IOException {
    if (queries==null) return null;
    if (queries.size()==1) return getDocSet(queries.get(0));
                                                                                
   ^^^^^^^^^^^ -- why you use only first sub query
Can you put results of all queryes into the Set?

than I create query  field_name:value1 value2 value3

i recive only documents with field_name== value1

Now i trying to filter results of the query  by id list

may be there are some another way to filter results by id's list? 


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to