strusModule
0.17
|
strus::AggregatorConstructor | Structure to define a proprietary function to aggregate a value for a document as meta data (counting, classification, etc.) |
strus::DatabaseConstructor | Structure to declare the key value store database to use by the storage as module object |
strus::DocumentClassDetectorConstructor | Structure to define a content detector for an alternative document format |
strus::ModuleEntryPoint | Entry point of a module with signature and version info to verify correctness of the dynamic linking |
strus::AnalyzerModule | Structure that contains all analyzer module objects |
strus::StorageModule | Structure that contains all storage module objects |
strus::TraceModule | Structure that contains all trace module objects |
strus::ModuleLoaderInterface | Interface providing a mechanism to load modules and to create the objects defined in the modules |
strus::NormalizerConstructor | Structure to define a proprietary normalizer of tokens as module |
strus::PatternLexerConstructor | Structure to define the lexer for pattern matching the analyzer may refer to |
strus::PatternMatcherConstructor | Structure to define the lexer for pattern matching the analyzer may refer to |
strus::PostingIteratorJoinConstructor | Structure to declare an operator to join sets of postings represented as iterator as module object |
strus::ScalarFunctionParserConstructor | Structure to declare a parser, resp. compiler for scalar function definition source |
strus::SegmenterConstructor | Structure to define a segmenter for an alternative document format (like XML) as module |
strus::StatisticsProcessorConstructor | Structure to declare an alternative packing/unpacking of statistics messages |
strus::ModuleEntryPoint::Status | |
strus::SummarizerFunctionConstructor | Structure to declare a query evaluation summarizer function as module object |
strus::TokenizerConstructor | Structure to define a proprietary tokenizer of text segments as module |
strus::TraceLoggerConstructor | Structure describing a logger for method call traces |
strus::VectorStorageConstructor | Structure to declare an alternative vector storage to map vectors to sets of features |
strus::WeightingFunctionConstructor | Structure to declare a query evaluation weighting function as module object |