Re: Problem with stemming

2007-08-13 Thread Chris Hostetter
: Message-ID: : <[EMAIL PROTECTED]> : In-Reply-To: <[EMAIL PROTECTED]> http://people.apache.org/~hossman/#threadhijack When starting a new discussion on a mailing list, please do not reply to an existing message, instead start a fresh email. Even if you change the subject line of your emai

Re: Problem with stemming

2007-08-13 Thread Yonik Seeley
On 8/13/07, David Whalen <[EMAIL PROTECTED]> wrote: > So I shut it off by removing these tags from my schema.xml > file? Seems like it's this Porter thing that's messing > me up. Yes. As I said in my first email, if you want very exact matching, you may just want a whitespace tokenizer followed

RE: Problem with stemming

2007-08-13 Thread David Whalen
t; > on my coffee table > > > > > > > > > >> -Original Message- > >> From: Lance Norskog [mailto:[EMAIL PROTECTED] > >> Sent: Monday, August 13, 2007 4:37 PM > >> To: solr-user@lucene.apache.org > >> Subject: RE

Re: Problem with stemming

2007-08-13 Thread Tom Mastre
o:[EMAIL PROTECTED] >> Sent: Monday, August 13, 2007 4:37 PM >> To: solr-user@lucene.apache.org >> Subject: RE: Problem with stemming >> >> (Oops, try again.) >> >> You need this book: >> >> http://www.amazon.com/Lucene-Action-Erik-Hatcher/d

RE: Problem with stemming

2007-08-13 Thread David Whalen
ED] > Sent: Monday, August 13, 2007 4:37 PM > To: solr-user@lucene.apache.org > Subject: RE: Problem with stemming > > (Oops, try again.) > > You need this book: > > http://www.amazon.com/Lucene-Action-Erik-Hatcher/dp/1932394281 > /ref=pd_bbs_sr > _1/103-4871137

RE: Problem with stemming

2007-08-13 Thread Lance Norskog
erstand what Lucene does and how it works. Until then you will not really get anywhere. Cheers, Lance -Original Message- From: David Whalen [mailto:[EMAIL PROTECTED] Sent: Monday, August 13, 2007 1:00 PM To: solr-user@lucene.apache.org Subject: RE: Problem with stemming Yonik: I onl

RE: Problem with stemming

2007-08-13 Thread Lance Norskog
You need this book: -Original Message- From: David Whalen [mailto:[EMAIL PROTECTED] Sent: Monday, August 13, 2007 1:00 PM To: solr-user@lucene.apache.org Subject: RE: Problem with stemming Yonik: I only raised the question to the group after I had looked in the schema.xml. There are

Re: Problem with stemming

2007-08-13 Thread Yonik Seeley
On 8/13/07, David Whalen <[EMAIL PROTECTED]> wrote: > Yonik: > > I only raised the question to the group after I had looked in > the schema.xml. There are a lot of comments in that file, but > they make no sense to me. > > I'd appreciate some specific help on what to do... Every field has a field

RE: Problem with stemming

2007-08-13 Thread David Whalen
L PROTECTED] On Behalf > Of Yonik Seeley > Sent: Monday, August 13, 2007 3:28 PM > To: solr-user@lucene.apache.org > Subject: Re: Problem with stemming > > On 8/13/07, David Whalen <[EMAIL PROTECTED]> wrote: > > Hi All. > > > > We're running into a p

Re: Problem with stemming

2007-08-13 Thread Yonik Seeley
On 8/13/07, David Whalen <[EMAIL PROTECTED]> wrote: > Hi All. > > We're running into a problem with stemming that I can't > figure out. For example, searching for the word "transit" > (whether in quotes or not) returns documents with the word > "transition" in them. > > How do I disable this? We