Re: copyField: String vs Text Field

2008-08-28 Thread Walter Underwood
stemmed and stopped is short for using a stemmer and removing stopwords. Specifically, StopFilterFactory and EnglishPorterFilterFactory are in the analysis chain. wunder On 8/27/08 10:26 PM, Jake Conk [EMAIL PROTECTED] wrote: Hi Walter, What do you mean by when you stemmed and stopped your

Re: copyField: String vs Text Field

2008-08-27 Thread Yonik Seeley
On Wed, Aug 27, 2008 at 7:47 PM, Jake Conk [EMAIL PROTECTED] wrote: Thanks for the reply. Does that mean that if I were to edit the data then the field it was copied to will not be updated? You can't really edit a document in Lucene or Solr, really just overwrite an old document with an

Re: copyField: String vs Text Field

2008-08-27 Thread Walter Underwood
On 8/27/08 5:54 PM, Yonik Seeley [EMAIL PROTECTED] wrote: That's really only one use case though... the other being to have a single stored field that is analyzed multiple different ways. We are the other use case. We take a title and put it in three fields: one merely lowercased, one stemmed