10 #ifndef _STRUS_GLOBAL_CONSTANTS_HPP_INCLUDED
11 #define _STRUS_GLOBAL_CONSTANTS_HPP_INCLUDED
77 return "storage_vector_std";
87 return "analyzer_pattern";
static const char * identifier_acl()
Get the name reserved for addressing ACLs (access control lists)
Definition: constants.hpp:31
static const char * identifier_position()
Get the name reserved for ordinal positions assigned to terms in a document.
Definition: constants.hpp:36
static const char * query_empty_postings_termtype()
Get the term type that does not exist and is reserved for the empty posting set.
Definition: constants.hpp:59
static const char * standard_vector_storage_module()
Get the name of the standard (default) vector storage module.
Definition: constants.hpp:75
Some reserved global constants that document some dependencies (hacks) that did not get yet into inte...
Definition: constants.hpp:17
static const char * operator_set_union()
Get the name of the set union operator for postings.
Definition: constants.hpp:42
static const char * standard_pattern_matcher_module()
Get the name of the standard (default) pattern match module.
Definition: constants.hpp:85
static const char * attribute_docid()
Get the attribute name for the document id.
Definition: constants.hpp:21
static char standard_word2vec_type_feature_separator()
Get the default type feature separator in a word2vec vector file (where you have only a single identi...
Definition: constants.hpp:90
static const char * standard_vector_storage()
Get the name of the standard (default) vector storage.
Definition: constants.hpp:70
static const char * operator_query_phrase_sequence()
Get the name of the set join operator for postings for query phrase terms that got ascending position...
Definition: constants.hpp:54
static unsigned int storage_max_position_info()
Get the maximum position (counted from 1) in a document a token can have.
Definition: constants.hpp:65
static const char * operator_query_phrase_same_position()
Get the name of the set join operator for postings for query phrase terms that got the same position ...
Definition: constants.hpp:48
static const char * identifier_docno()
Get the name reserved for the internal document number.
Definition: constants.hpp:26
static const char * standard_pattern_matcher()
Get the name of the standard (default) pattern matcher.
Definition: constants.hpp:80