It does not work.

Even with the synonyms indexed it is not found.

That's why my guess was to remove the "" but I don’t know how.

-----Original Message-----
From: Daniel Naber [mailto:[EMAIL PROTECTED] 
Sent: terça-feira, 5 de dezembro de 2006 18:34
To: java-user@lucene.apache.org
Subject: Re: Customized Analyzer

On Tuesday 05 December 2006 20:14, Alice wrote:

> It returns
> content:"(wind window)"

That might be the correct representation of a MultiPhraseQuery. So does 
your query work anyway? It's just that you cannot use QueryParser again to 
parse this output (similar to some other queries like SpanQueries whose 
toString() representation also cannot be parsed again).

Regards
 Daniel

-- 
http://www.danielnaber.de

---------------------------------------------------------------------
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