Re: Stop words in index

2006-09-04 Thread Jason Polites
ECTED] > wrote: : > > : > > They shouldn't be in the index. You must be using StandardAnalyzer : > > incorrectly, or maybe you think you are using it, but are really using : > > something else. : > > : > > Otis : > > : > > - Original Messa

Re: Stop words in index

2006-09-03 Thread Chris Hostetter
r maybe you think you are using it, but are really using : > > something else. : > > : > > Otis : > > : > > - Original Message : > > From: Jason Polites <[EMAIL PROTECTED]> : > > To: java-user@lucene.apache.org : > > Sent: Saturday, Septemb

Re: Stop words in index

2006-09-03 Thread Jason Polites
Analyzer > incorrectly, or maybe you think you are using it, but are really using > something else. > > Otis > > - Original Message > From: Jason Polites <[EMAIL PROTECTED]> > To: java-user@lucene.apache.org > Sent: Saturday, September 2, 2006 9:05:27

Re: Stop words in index

2006-09-02 Thread Jason Polites
Original Message From: Jason Polites <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Saturday, September 2, 2006 9:05:27 AM Subject: Stop words in index Hey all, I am using the StandardAnalyzer with my own list of stop words (which is more comprehensive than the default list), and m

Re: Stop words in index

2006-09-02 Thread Otis Gospodnetic
ber 2, 2006 9:05:27 AM Subject: Stop words in index Hey all, I am using the StandardAnalyzer with my own list of stop words (which is more comprehensive than the default list), and my expectation was that this would omit these stop words from the index when data is indexed using this analyzer. Ho

Stop words in index

2006-09-02 Thread Jason Polites
Hey all, I am using the StandardAnalyzer with my own list of stop words (which is more comprehensive than the default list), and my expectation was that this would omit these stop words from the index when data is indexed using this analyzer. However, I am seeing stop words in the term vector fo