We remove stopwords when indexing but find that "x and y" returns different results to "x y".
So, is removing stopwords from query terms a good or bad idea? When we tried we found that "+x" was reduced to "x" by the "stop" analyzer...hence, makes me think we are on the wrong track.