Bug in solr.KeywordMarkerFilterFactory?

2011-04-20 Thread Demian Katz
I've just started experimenting with the solr.KeywordMarkerFilterFactory in Solr 3.1, and I'm seeing some strange behavior. It seems that every word subsequent to a protected word is also treated as being protected. For testing purposes, I have put the word spelling in my protwords.txt. If I

Re: Bug in solr.KeywordMarkerFilterFactory?

2011-04-20 Thread Yonik Seeley
On Wed, Apr 20, 2011 at 2:01 PM, Demian Katz demian.k...@villanova.edu wrote: I've just started experimenting with the solr.KeywordMarkerFilterFactory in Solr 3.1, and I'm seeing some strange behavior.  It seems that every word subsequent to a protected word is also treated as being

Re: Bug in solr.KeywordMarkerFilterFactory?

2011-04-20 Thread Robert Muir
No, this is only a bug in analysis.jsp. you can see this by comparing analysis.jsp's dontstems bees to using the query debug interface: lst name=debug str name=rawquerystringdontstems bees/str str name=querystringdontstems bees/str str name=parsedqueryPhraseQuery(text:dontstems bee)/str

RE: Bug in solr.KeywordMarkerFilterFactory?

2011-04-20 Thread Demian Katz
...@gmail.com] Sent: Wednesday, April 20, 2011 2:54 PM To: solr-user@lucene.apache.org; yo...@lucidimagination.com Subject: Re: Bug in solr.KeywordMarkerFilterFactory? No, this is only a bug in analysis.jsp. you can see this by comparing analysis.jsp's dontstems bees to using the query