|
Class Summary |
| BasicRetrievalResult |
Represents a the lowest level result of a search - a single indexing
feature (from within a single field within a single document within
a single index) |
| ResultForDocMatchingQuery |
The result of a search modelling the match between a document and a
query - at the level of a single document and all the information
needed to calculate the RSV for the document. |
| ResultForDocMatchingQueryCondition |
The result of a search modelling the match between a document and a query
condition - at the level of a feature (e.g., a keyword in a text document
query)
|
| ResultForDocMatchingQueryModalityUnit |
The result of a search modelling the match between a document and a
query modality unit - at the level of a single document field. |
| RetrievalResult |
The result of a search modelling the match between a query and a
document collection. |
classes that model the result of a search as a hierarchy of nested results
corresponding to the structure of the query