On 15-Jul-07, at 1:59 PM, Sergey Dryganets (JIRA) wrote:
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?
Note that the above query has three clauses field_name:value1 <default search field>:value2 <default>:value3 is this perhaps what you are looking for? field_name:(value1 value2 value3) -Mike
