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" <[EMAIL PROTECTED]> 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:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>