Re: Don't snowball depending on terms

2011-11-30 Thread Erick Erickson
>>> unstemmed:perl or java >>>> would be parsed as >>>> unstemmed:perl OR default_search_field:java >>>> >>>> FWIW >>>> Erick >>>> >>>> On Wed, Nov 30, 2011 at 7:39 AM, Rob Brown wrote: >>>>> I gu

Re: Don't snowball depending on terms

2011-11-30 Thread Robert Brown
va >>> would be parsed as >>> unstemmed:perl OR default_search_field:java >>> >>> FWIW >>> Erick >>> >>> On Wed, Nov 30, 2011 at 7:39 AM, Rob Brown wrote: >>>> I guess I could do a bit of pre-processing, look for any words tha

Re: Don't snowball depending on terms

2011-11-30 Thread Erick Erickson
ry like this formulated? >>> >>> q=unstemmed:perl or java&q=stemmed:manager >>> >>> >>> -- >>> >>> IntelCompute >>> Web Design and Online Marketing >>> >>> http://www.intelcompute.com >>> >>>

Re: Don't snowball depending on terms

2011-11-30 Thread Robert Brown
temmed:perl or java&q=stemmed:manager >> >> >> -- >> >> IntelCompute >> Web Design and Online Marketing >> >> http://www.intelcompute.com >> >> >> -Original Message- >> From: Tomas Zerolo >> Reply-to: solr-

Re: Don't snowball depending on terms

2011-11-30 Thread Erick Erickson
this formulated? > > q=unstemmed:perl or java&q=stemmed:manager > > > -- > > IntelCompute > Web Design and Online Marketing > > http://www.intelcompute.com > > > -Original Message- > From: Tomas Zerolo > Reply-to: solr-user@lucene.apache.org

Re: Don't snowball depending on terms

2011-11-30 Thread Rob Brown
inal Message- From: Tomas Zerolo Reply-to: solr-user@lucene.apache.org To: solr-user@lucene.apache.org Subject: Re: Don't snowball depending on terms Date: Wed, 30 Nov 2011 08:49:37 +0100 On Tue, Nov 29, 2011 at 01:53:44PM -0500, François Schiettecatte wrote: > It won't and depe

Re: Don't snowball depending on terms

2011-11-29 Thread Tomas Zerolo
On Tue, Nov 29, 2011 at 01:53:44PM -0500, François Schiettecatte wrote: > 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 EnglishM

Re: Don't snowball depending on terms

2011-11-29 Thread Rob Brown
nçois Schiettecatte 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 coul

Re: Don't snowball depending on terms

2011-11-29 Thread François Schiettecatte
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 wro

Don't snowball depending on terms

2011-11-29 Thread Robert Brown
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 di