ermFreqValueSource...
>
> Maybe not helpful at all, but...
> Erick
>
> On Tue, Aug 19, 2014 at 7:04 AM, Bianca Pereira > wrote:
> > Hi everybody,
>>
>> I would like to know your suggestions to calculate Term Frequency
> in a
>
> Hi everybody,
>
> I would like to know your suggestions to calculate Term Frequency in a
> Lucene document. Currently I am using MultiFields.getTermDocsEnum,
> iterating through the DocsEnum 'de' returned and getting the frequency
wit
like to know your suggestions to calculate Term Frequency in a
Lucene document. Currently I am using MultiFields.getTermDocsEnum,
iterating through the DocsEnum 'de' returned and getting the frequency with
de.freq() for the desired document.
My solution gives me the result I want
rick
On Tue, Aug 19, 2014 at 7:04 AM, Bianca Pereira wrote:
> Hi everybody,
>
> I would like to know your suggestions to calculate Term Frequency in a
> Lucene document. Currently I am using MultiFields.getTermDocsEnum,
> iterating through the DocsEnum 'de' returned and g
Hi everybody,
I would like to know your suggestions to calculate Term Frequency in a
Lucene document. Currently I am using MultiFields.getTermDocsEnum,
iterating through the DocsEnum 'de' returned and getting the frequency with
de.freq() for the desired document.
My solution gi