Yes, it looks like I'll have to do some pre-processing outside of Solr. I don't mind giving users the option to query a differently indexed field, ie, same content, but not stemmed, although this would apply to all keywords they enter, so they couldn't allow stemming on one keyword, but not another.
ie, "manage" and exec = manage and (exec or executive) My current config is using the example "text" fieldtype, so stemmed at index time. -- IntelCompute Web Design and Online Marketing http://www.intelcompute.com -----Original Message----- From: François Schiettecatte <fschietteca...@gmail.com> Reply-to: solr-user@lucene.apache.org To: solr-user@lucene.apache.org Subject: Re: Don't snowball depending on terms Date: Tue, 29 Nov 2011 13:53:44 -0500 It won't and depending on how your analyzer is set up the terms are most likely stemmed at index time. You could create a separate field for unstemmed terms though, or use a less aggressive stemmer such as EnglishMinimalStemFilterFactory. François On Nov 29, 2011, at 12:33 PM, Robert Brown wrote: > Is it possible to search a field but not be affected by the snowball filter? > > ie, searching for "manage" is matching "management", but a user may want to > restrict results to only containing "manage". > > I was hoping that simply quoting the term would do this, but it doesn't > appear to make any difference. > > > > > -- > > IntelCompute > Web Design & Local Online Marketing > > http://www.intelcompute.com >