QueryHit represents a hit from an IndexFilterModel query. It basically is an RDF resource combined with a hit score.
More...
#include <Soprano/Index/QueryHit>
List of all members.
Detailed Description
QueryHit represents a hit from an IndexFilterModel query. It basically is an RDF resource combined with a hit score.
Constructor & Destructor Documentation
| Soprano::Index::QueryHit::QueryHit |
( |
| ) |
|
| Soprano::Index::QueryHit::QueryHit |
( |
const QueryHit & |
| ) |
|
Default copy constructor.
| Soprano::Index::QueryHit::QueryHit |
( |
const Node & |
resource, |
|
|
double |
score |
|
) |
| |
Create a new hit.
- Parameters:
-
| resource | The resource of the hit. |
| score | The hit score. |
| Soprano::Index::QueryHit::~QueryHit |
( |
| ) |
|
Member Function Documentation
| double Soprano::Index::QueryHit::score |
( |
| ) |
const |
| Node Soprano::Index::QueryHit::resource |
( |
| ) |
const |
The documentation for this class was generated from the following file: