libtpc  0.1
Textpressocentral core library
Public Attributes | List of all members
tpc::index::DocumentDetails Struct Reference

data structure that contains detailed information related to a document as the result of a search More...

#include <DataStructures.h>

Inheritance diagram for tpc::index::DocumentDetails:
Inheritance graph
[legend]
Collaboration diagram for tpc::index::DocumentDetails:
Collaboration graph
[legend]

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< SentenceDetailssentences_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}
 

Detailed Description

data structure that contains detailed information related to a document as the result of a search


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