Thanks Erick for reply.it will help us.
Regards,
Amit
-Original Message-
From: Erick Erickson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 05, 2006 6:32 PM
To: java-user@lucene.apache.org; [EMAIL PROTECTED]
Subject: Re: Function writing using lucene
Amit:
You can make
Amit:
You can make arbitrarily complex boolean clauses, see BooleanQuery. For
that, you don't need a filter. You can add boolean clauses with MUST, SHOULD
and MUST NOT (AND, OR, NOT). Filters are for restricting queries that
create (under the covers) a large BooleanQuery. You shouldn't think abo