yeah that is possible, I just tried on one of my solr instances..let's say
you have an index of player names:

(first-name:Tim AND last-name:Anderson) OR (first-name:Anwar AND
last-name:Johnson) OR (conference:Mountain West)

will give you the results that logically match this query..

HTH.

Alessandro Ferrucci :)

On 9/17/07, Dilip.TS <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I would like to know if we can build a complex filter queryString in SOLR
> using the following condition.
>          (Field1 = "abc" AND Field2 = "def") OR (Field3 = "abcd" AND
> Field4
> = "defgh" AND (.......)).
>   so on...
>
> Thanks in advance
>
> Regards,
> Dilip TS
>
>

Reply via email to