Mailing List Archive

Finding number of occurrences of a word in a document.
Sir,

I am currently facing a difficulty...how do I find the number of occurrences of a particular word in a certain document. Currently, I get some value called as score which is difficult to interpret.

Thanks,
Ajit
Re: Finding number of occurrences of a word in a document. [ In reply to ]
Ajit,
This question should be asked to the Lucene user list. I am also posting
this email to the user list in case there are any follow-up questions or
other people have other suggestions.

Lucene does not return the number of occurrences for a word in a Hit, but
you can get this information using the TermDocs interface (see the javadoc).
I have never used this interface, but it looks like it will do the job.

--Peter



On 6/4/02 2:58 AM, "AJIT RAJWADE" <ajit.rajwade@veritas.com> wrote:

> Sir,
>
> I am currently facing a difficulty...how do I find the number of occurrences
> of a particular word in a certain document. Currently, I get some value called
> as score which is difficult to interpret.
>
> Thanks,
> Ajit
>


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