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>

Inheritance diagram for lucene::search::ScoreDoc:
lucene::search::FieldDoc

List of all members.

Public Attributes

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

Member Data Documentation

Expert: The score of this document for the query.

Referenced by lucene::search::ScoreDocComparators::Relevance::compare().


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

clucene.sourceforge.net