Re: Strange StopFilter and stop words behaviour

2011-07-26 Thread Dawn Zoë Raison
Are you using QueryAnalyser...? If so remember that NOT is a reserved word. Dawn On 26/07/2011 04:25, SBS wrote: If I enter a query of just the word "not" I get no matches. If I run a query with just the word "included" I get lots of matches. If I run the query "not included" (without surroun

Re: Strange StopFilter and stop words behaviour

2011-07-26 Thread Ian Lea
for the word "not" by itself or in > a quote?  Similar behaviour happens for other words like "the" but I am > explicitly telling the analyzer not to remove any words (or so I believe). > How can I achieve a StandardAnalyzer where every word in the query is > significant?

Strange StopFilter and stop words behaviour

2011-07-26 Thread SBS
to remove any words (or so I believe). How can I achieve a StandardAnalyzer where every word in the query is significant? Thanks, -sbs -- View this message in context: http://lucene.472066.n3.nabble.com/Strange-StopFilter-and-stop-words-b