Sorry:
/** Lower-level search API.
*
* <p>{...@link HitCollector#collect(int32_t ,float_t)} is called for every
non-zero
* scoring document.
*
* <p>Applications should only use this if they need <i>all</i> of the
* matching documents. The high-level search API ({...@link
* Searcher#search(Query*)}) is usually more efficient, as it skips
* non-high-scoring hits.
* <p>Note: The <code>score</code> passed to this method is a raw score.
* In other words, the score will not necessarily be a float whose value is
* between 0 and 1.
*/
void _search(Query* query, HitCollector* results);
On Thu, Sep 2, 2010 at 6:24 PM, Onilton Maciel <oniltonmac...@gmail.com>wrote:
> I couldn't find it.
>
> Can you provide more information?
>
> Thanks and sorry for the inconvenience .
>
> On Thu, Sep 2, 2010 at 5:54 AM, Ben van Klinken <bvanklin...@gmail.com>wrote:
>
>> One of the overloaded functions of the index searcher exposes the
>> unnormalised scores.
>>
>> Ben
>>
>> On Monday, August 30, 2010, Onilton Maciel <oniltonmac...@gmail.com>
>> wrote:
>> > Can the similarity of the first result be different from 1? I asking
>> this because I think it's normalized with the first result. In this way it
>> would always be 1, but of course I am not sure of that.
>> >
>> >
>> > Also, is there any efficient way of retrieving the absolute similarity
>> of the results?
>> >
>>
>>
>> ------------------------------------------------------------------------------
>> This SF.net Dev2Dev email is sponsored by:
>>
>> Show off your parallel programming skills.
>> Enter the Intel(R) Threading Challenge 2010.
>> http://p.sf.net/sfu/intel-thread-sfd
>> _______________________________________________
>> CLucene-developers mailing list
>> CLucene-developers@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/clucene-developers
>>
>
>
>
> ------------------------------------------------------------------------------
> This SF.net Dev2Dev email is sponsored by:
>
> Show off your parallel programming skills.
> Enter the Intel(R) Threading Challenge 2010.
> http://p.sf.net/sfu/intel-thread-sfd
> _______________________________________________
> CLucene-developers mailing list
> CLucene-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/clucene-developers
>
>
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
CLucene-developers mailing list
CLucene-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clucene-developers