You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by ABDOU Samir <sa...@unine.ch> on 2004/08/04 09:59:24 UTC

Term Collection Frequency?

Hi,

In order to implement a new search model within Lucene (probabilistic),
I need a collection frequency of each term (the number of occurrences of
a term within a collection). So, what would be the best way to implement
this?

Any suggestions, ideas... are welcome.

Thanks,


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


Re: Term Collection Frequency?

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
The new term vector feature will give you this exact information for a 
particular document or field.

	Erik


On Aug 4, 2004, at 3:59 AM, ABDOU Samir wrote:

> Hi,
>
> In order to implement a new search model within Lucene (probabilistic),
> I need a collection frequency of each term (the number of occurrences 
> of
> a term within a collection). So, what would be the best way to 
> implement
> this?
>
> Any suggestions, ideas... are welcome.
>
> Thanks,
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org