Re: max words/tokens

2009-10-20 Thread Joe Calderon
cool np, i just didnt want to duplicate code if that already existed. On Tue, Oct 20, 2009 at 12:49 PM, Yonik Seeley wrote: > On Tue, Oct 20, 2009 at 1:53 PM, Joe Calderon wrote: >> i have a pretty basic question, is there an existing analyzer that >> limits the number of words/tokens indexed fr

Re: max words/tokens

2009-10-20 Thread Yonik Seeley
On Tue, Oct 20, 2009 at 1:53 PM, Joe Calderon wrote: > i have a pretty basic question, is there an existing analyzer that > limits the number of words/tokens indexed from a field? let say i only > wanted to index the top 25 words... It would be really easy to write one, but no there is not curren

max words/tokens

2009-10-20 Thread Joe Calderon
i have a pretty basic question, is there an existing analyzer that limits the number of words/tokens indexed from a field? let say i only wanted to index the top 25 words... thx much --joe