I have a question about phrase query with stop words

2007-04-12 Thread Bill Taylor
I found some discussions of this question from back in 2003, but that was many updates ago. I have built an index using the standard stop analyser which uses the standard list of stop words. "will" and :the" are stop words. As I understand analyzers and phrase queries, when I search for you wi

Re: I have a question about phrase query with stop words

2007-04-12 Thread Erick Erickson
As I understand it, there really is no "space indicator". I think of it as replacing the stop word with a space, which is then discarded. so, you're indexing 'you find answer', and both your searches are looking for 'you find answer', the stop words are just gone as though they never were. So bo

Re: I have a question about phrase query with stop words

2007-04-13 Thread Paul Elschot
On Friday 13 April 2007 04:04, Erick Erickson wrote: > As I understand it, there really is no "space indicator". I think of it > as replacing the stop word with a space, which is then discarded. You can replace all stop words by your own special term value to have space indicator. It is also pos