Re: Search for phrases

2008-04-14 Thread palexv
I have not tokenized phrases in index. What query should I use? Simple TermQuery does not work. If I try to use QueryParser , what analyzer should I use? Daniel Naber-10 wrote: > > On Montag, 14. April 2008, palexv wrote: > >> For example I need to search for "java de

Search for phrases

2008-04-14 Thread palexv
Hi all. I have an index with a set of phrases(one or several words). I need to make search for these phrases. I am confused as I can not find a good way to search for phrases. For example I need to search for "java de*" and recieve "java developers", "java development", "developed by java" etc.