crawlserv++  [under development]
Application for crawling and analyzing textual content of websites.
ExtractIds.hpp File Reference
#include "../Thread.hpp"
#include "../../../Data/Data.hpp"
#include "../../../Helper/DateTime.hpp"
#include "../../../Helper/Memory.hpp"
#include "../../../Main/Database.hpp"
#include "../../../Struct/StatusSetter.hpp"
#include "../../../Struct/TextMap.hpp"
#include "../../../Struct/ThreadOptions.hpp"
#include "../../../Struct/ThreadStatus.hpp"
#include <cstddef>
#include <cstdint>
#include <limits>
#include <set>
#include <string>
#include <string_view>
#include <unordered_set>
#include <utility>
#include <vector>
Include dependency graph for ExtractIds.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  crawlservpp::Module::Analyzer::Algo::ExtractIds
 Extracts the parsed IDs from a filtered corpus. More...
 

Namespaces

 crawlservpp::Module::Analyzer::Algo
 Namespace for algorithm classes.
 

Constants

constexpr auto crawlservpp::Module::Analyzer::Algo::extractIdsUpdateProgressEvery {1000}
 Indicates after how many articles the progress of the thread will be updated. More...