You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by "Biswas, Goutam_Kumar" <Go...@deshaw.com> on 2002/02/19 14:17:41 UTC

does lucene support OR and AND queries ?

Lucene Friends

     Does Lucene support OR and AND queries. If it does can someone tell me
which api to use? 

Thanks in advace
Goutam

-D.E.Shaw India Software Private Limited.-

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: does lucene support OR and AND queries ?

Posted by Brian Goetz <br...@quiotix.com>.
>      Does Lucene support OR and AND queries. If it does can someone tell me
> which api to use? 

The query parser supports AND, OR, &&, and || (as well as NOT and !). 
Keywords must be upper case.


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: does lucene support OR and AND queries ?

Posted by Karl Øie <ka...@gan.no>.
Yes it does support boolean queries, you can read about its features here:
http://jakarta.apache.org/lucene/docs/index.html

mvh karl



-----Original Message-----
From: Biswas, Goutam_Kumar [mailto:Goutam-Kumar-Biswas@deshaw.com]
Sent: 19. februar 2002 14:18
To: Lucene-User (E-mail)
Subject: does lucene support OR and AND queries ?


Lucene Friends

     Does Lucene support OR and AND queries. If it does can someone tell me
which api to use?

Thanks in advace
Goutam

-D.E.Shaw India Software Private Limited.-

--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>