I believe what you want is to use the setOperator function:

QueryParser qp = new QueryParser("contents", analyzer);
qp.setOperator(QueryParser.DEFAULT_OPERATOR_AND);

Brian

----- Original Message -----
From: "Sebastien X" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 04, 2003 5:19 PM
Subject: AND instead OR for the search


Hi everybody,

When I make a search, for example : "Jakarta lucene"

The search engine interpret the query like "Jakarta OR lucene"

I wish this could be "Jakarta AND lucene" (like the most of internet search
engine) because the OR clause is not very intuitive for the users.

Could we use a method for using AND instead OR when we use Lucene?

Tanks for advance

Sébastien



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to