Re: Search By Phrase Not Working

2009-10-08 Thread sadronmeldir
Hello, apologies for the typo before. I mean "Rain of Fire" but sleep deprivation had gotten the better of me. I've used Luke to get more details about the problem. Below, I've listed one of the docs that I would expect to return a hit on a query of (text:"rain fire"). stored/uncompressed,indexe

Re: Search By Phrase Not Working

2009-10-08 Thread Christian Reuschling
Hi, I had similar behaviour. On an self-build index on german wikipedia I searched for the phrase "blaue blume". I've got 2 results. When I searched for +"blaue blume" "vogel" I've got 59 results...strange. I found out that when I create a plain BooleanQuery with just the phrase "blaue blume" give

Re: Search By Phrase Not Working

2009-10-08 Thread Ian Lea
Could it be as simple as the fact that "Heart of Fire" != "Rain of Fire"? Have you checked, with Luke for example, that the phrases really are in the index? Can't spot anything obviously wrong with the code. You could cut down your example code to a minimal self contained program that demonstrat