On Dienstag, 15. April 2008, palexv wrote: > I have not tokenized phrases in index. > What query should I use? > Simple TermQuery does not work.
Probably PhraseQuery with an argument like "java dev" (no asterisk). > If I try to use QueryParser , what analyzer should I use? Probably KeywordAnalyzer. Please see the instructions in the FAQ that describe how to debug search problems if it doesn't work. Regards Daniel -- http://www.danielnaber.de --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]