RE: SynonymFilterFactory case changes

2011-04-27 Thread Robert Petersen
-user@lucene.apache.org Subject: Re: SynonymFilterFactory case changes Ahhh, I mis-read your post.. First, it's not the synonymfilterfactory that's lowercasing anything. The ingorecase="true" affects the matching, not the output. The output is probably lowercased because yo

Re: SynonymFilterFactory case changes

2011-04-26 Thread Erick Erickson
ssage- > From: Erick Erickson [mailto:erickerick...@gmail.com] > Sent: Tuesday, April 26, 2011 3:39 PM > To: solr-user@lucene.apache.org > Subject: Re: SynonymFilterFactory case changes > > Yes, order does matter.  You're right, putting, say, lowercase in front > of Wor

RE: SynonymFilterFactory case changes

2011-04-26 Thread Robert Petersen
, April 26, 2011 3:39 PM To: solr-user@lucene.apache.org Subject: Re: SynonymFilterFactory case changes Yes, order does matter. You're right, putting, say, lowercase in front of WordDelimiter... will mess up the operations of WDFF. The admin/analysis page is *extremely* useful for understa

Re: SynonymFilterFactory case changes

2011-04-26 Thread Erick Erickson
Yes, order does matter. You're right, putting, say, lowercase in front of WordDelimiter... will mess up the operations of WDFF. The admin/analysis page is *extremely* useful for understanding what happens in the analysis of input. Make sure to check the "verbose" checkbox. Best Erick On Tue, Ap

SynonymFilterFactory case changes

2011-04-26 Thread Robert Petersen
So if there is a hit in the synonym filter factory, do I need to put the various case changes for a term so that the following WordDelimiterFilter analyzer can do its 'split on case changes' work? Here we see SynonymFilterFactory makes all terms lowercase because this is what is in my synonmyms.txt