Re: Search Hit Score

2004-07-07 Thread Ype Kingma
On Wednesday 07 July 2004 08:25, Ype Kingma wrote:

 For a single term query, one can iterate through
 IndexReader.termDocs(Term) and store the document numbers by
 TermDocs.docFreq().

That should be TermDocs.freq()

Oops,
Ype


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Search Hit Score

2004-07-07 Thread Karthik N S
Hey Ype

 Apologies .


 I would be more intrested in Boost/Weight factor in terms of  Query rather
then Fields.

 Please explain with example src.

With regards
Karthik


-Original Message-
From: Ype Kingma [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 07, 2004 12:08 PM
To: [EMAIL PROTECTED]
Subject: Re: Search  Hit Score


On Wednesday 07 July 2004 08:25, Ype Kingma wrote:

 For a single term query, one can iterate through
 IndexReader.termDocs(Term) and store the document numbers by
 TermDocs.docFreq().

That should be TermDocs.freq()

Oops,
Ype


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Search Hit Score

2004-07-07 Thread Karthik N S

Hey

 Dev Guys

 Apologies



  Can some body  Explain me How to Retrieve  All hits  avaliable per indexed
document.

   To explain in Detail


   A Physical Search on Single document would list 3 places  for a certain
word occurance,

   So if  i am suppose to retrieve all the 3 Occurances from the same Field
using Lucene ...

   How to handle the query .. ... Explain with a simple SRC Example


 with regards
  Karthik





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]