Re: Maximum Term Frequency and Minimum Document Length

2009-02-05 Thread Jonah Schwartz
On Feb 4, 2009, at 7:29 PM, Jonah Schwartz wrote: > > We want to configure solr so that fields are indexed with a maximum term >> frequency and a minimum document length. If a term appears more than N >> times >> in a field it will be considered to have appeared only N times. I

Maximum Term Frequency and Minimum Document Length

2009-02-04 Thread Jonah Schwartz
We want to configure solr so that fields are indexed with a maximum term frequency and a minimum document length. If a term appears more than N times in a field it will be considered to have appeared only N times. If a document length is under M terms, it will be considered to exactly M terms. We h