Re: Phrase Search not returning results

2007-08-23 Thread Spencer Tickner
Hi Grant, Thanks for the advice.. It turns out it was all my own stupidity,, I had commented out (for whatever reason) setPositionIncrement(0) on my synonym analyzer.. Cheers, Spence On 8/23/07, Grant Ingersoll <[EMAIL PROTECTED]> wrote: > I would suggest starting with: http://wiki.apache.org/l

Re: Phrase Search not returning results

2007-08-23 Thread Grant Ingersoll
I would suggest starting with: http://wiki.apache.org/lucene-java/ LuceneFAQ#head-3558e5121806fb4fce80fc022d889484a9248b71 especially the part on Luke. Luke will let you try out the various queries and show you what they look like before being submitted. Cheers, Grant On Aug 23, 2007, at

Phrase Search not returning results

2007-08-23 Thread Spencer Tickner
Hi List, Thanks in advance for the help. I'm creating a simple searching test based on Query Parser and from what I've read it should have no problems with a Phrase Search. However I can't seem to get any results back. I'm doing a simple index using the StandardAnalyzer. Output from the indexing