CLucene - a full-featured, c++ search engine
API Documentation


lucene::search::ScoreDoc Struct Reference

Expert: Returned by low-level search implementations. More...

#include <SearchHeader.h>


Data Fields

int32_t doc
 Expert: A hit document's number.
float_t score
 Expert: The score of this document for the query.


Detailed Description

Expert: Returned by low-level search implementations.

See also:
TopDocs

Field Documentation

Expert: A hit document's number.

See also:
Searcher::doc(int32_t)

Expert: The score of this document for the query.


The documentation for this struct was generated from the following file:

clucene.sourceforge.net