Index the original with only basic tokenization into another field, or index the originals into the same field with a zero position increment to allow for accurate phrase querying. I personally would put the original words into the same field and the same position, along with the lexed tokens.

        Erik


On Mar 6, 2006, at 6:56 AM, Waleed Tayea wrote:


I'm working on Arabic text, so the example might not be understandable.
What I mean is that with the morphologial analysis the tokens are
reduced to their lexems. And those lexems are the terms that are stored
in the index. So when I perform an extact search and get a result, I
will not be able to know wheather the original text exactly matches my
query or not.

Thanks.
Waleed,

-----Original Message-----
From: Erik Hatcher [mailto:[EMAIL PROTECTED]
Sent: Monday, March 06, 2006 1:31 PM
To: java-user@lucene.apache.org
Subject: Re: Exact Search

Could you please provide an example of 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.



Thanks in advance

Waleed,







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



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

Reply via email to