You should be using the same analyzer when you query as when you built
the index. I suspect that in this case you need to make an analyzer
that recognises both English and Greek.
I hope this helps,
Eleanor Joslin
[EMAIL PROTECTED] wrote:
Hello
i am having the following code to
contain upper characters.
Jan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Eleanor Joslin, Software Development DecisionSoft Ltd.
Telephone: +44-1865-203192 ht
ent is always a single term, is this really
necessary? What difference does it make? I know that the QueryParser has
to use a token stream, but for this field, tokenizing ought to be a no-op.
Or am I missing something?
Thanks,