I was looking at the SOLR-908 port of nutch CommonGramsFilter as an approach for having phrase searches be sensitive to stop words within a query. So a search on "car on street" wouldn't match the text "car in street".
>From what I can tell the query version of the filter will *always* create stop-word-grams, not just in a phrase context. I want non-phrase searches to ignore stop words as usual. Can someone tell me how to make an analyzer (or token filter) "phrase aware" so I only create grams when I know I'm inside of a phrase? Thanks. Mike -- View this message in context: http://www.nabble.com/Making-Analyzer-Phrase-aware--tp24306862p24306862.html Sent from the Solr - User mailing list archive at Nabble.com.