|
libtpc
0.1
Textpressocentral core library
|
data structure that contains detailed information related to a document as the result of a search More...
#include <DataStructures.h>


Public Attributes | |
| std::string | filepath |
| std::string | fulltext |
| std::string | categories_string |
| std::string | abstract |
| std::vector< std::string > | corpora |
| std::string | accession |
| std::string | title |
| std::string | author |
| std::string | journal |
| std::string | type |
| std::vector< SentenceDetails > | sentences_details |
Public Attributes inherited from tpc::index::Document | |
| std::string | identifier |
| double | score {0} |
| std::string | year |
| int | lucene_internal_id {-1} |
| DocumentType | documentType {DocumentType::main} |
data structure that contains detailed information related to a document as the result of a search
1.8.11