Re: Applying term frequency thresholds on indexing time

2010-05-25 Thread Michael McCandless
Also have a look at the index pruning tool: https://issues.apache.org/jira/browse/LUCENE-1812 Mike On Mon, May 24, 2010 at 7:25 AM, Xaida wrote: > > Hi guys! > > does there exist a way to define some threshold on the terms I wanna store > in the index(before they are indexed). I need to sto

Re: Applying term frequency thresholds on indexing time

2010-05-24 Thread Erick Erickson
Why do you want to calculate this? This is done for you by the indexing process and taken into account when searching. You're asking for a solution before defining the problem, which makes it very hard to help. See: http://people.apache.org/~hossman/#xyproblem Best Erick On Mon, May 24, 2010 at