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

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