ingle word search string and the other morphological tokens. I just
want to make it return a BooleanQuery with Boolean clauses of all
tokens, each one with its own as a TermQuery.
Thanks.
Waleed Tayea
some sample text, the terms
that are emitted by the analyzer, and a query you'd like to work?
Erik
On Mar 6, 2006, at 5:50 AM, Waleed Tayea wrote:
> Dear All.
>
> How can I perform an exact search on an index constructed with a
> morphological analyzer.
>
>
>
Dear All.
How can I perform an exact search on an index constructed with a
morphological analyzer.
Thanks in advance
Waleed,
I think you should extend the Directory class to provide a direct access
to the zip file in which the index is stored, and then use that
implementation with IndexWriter and IndexSearcher.
Waleed Tayea
-Original Message-
From: Ahmed El