crawlserv++  [under development]
Application for crawling and analyzing textual content of websites.
crawlservpp::Struct::DataEntry Struct Reference

A data entry containing either parsed or extracted data. More...

#include <DataEntry.hpp>

Properties

std::uint64_t contentId
 The ID of the content from which the data has been either parsed or extracted. More...
 
std::string dataId
 The ID of the data that has been either parsed or extracted. More...
 
std::string dateTime
 The date/time of the data that has been either parsed or extracted. More...
 
std::vector< std::string > fields
 A vector containing the data fields that have been either parsed or extracted. More...
 

Construction

 DataEntry (std::uint64_t setContentId)
 

Detailed Description

A data entry containing either parsed or extracted data.

Contains content and data ID, parsed date/time and the fields that have been either parsed or extracted.

Constructor & Destructor Documentation

◆ DataEntry()

crawlservpp::Struct::DataEntry::DataEntry ( std::uint64_t  setContentId)
inlineexplicit
Parameters
setContentIdThe ID of the content from which the data has been either parsed or extracted.

Member Data Documentation

◆ contentId

std::uint64_t crawlservpp::Struct::DataEntry::contentId

The ID of the content from which the data has been either parsed or extracted.

◆ dataId

◆ dateTime

std::string crawlservpp::Struct::DataEntry::dateTime

◆ fields

std::vector<std::string> crawlservpp::Struct::DataEntry::fields

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