Re: Highlight an Greek

2008-06-30 Thread Eleanor Joslin
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

Re: Using a QueryParser with an untokenized field?

2008-02-01 Thread Eleanor Joslin
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

Using a QueryParser with an untokenized field?

2008-01-31 Thread Eleanor Joslin
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,