[ 
https://issues.apache.org/jira/browse/SOLR-302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexandre Rafalovitch closed SOLR-302.
--------------------------------------

Long resolved.

> 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
>            Priority: Major
>
> 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 was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to