Analyzer object implementing a queue of analyze document tasks.
More...
#include <bindingObjects.hpp>
Analyzer object implementing a queue of analyze document tasks.
strus::DocumentAnalyzeQueue::~DocumentAnalyzeQueue |
( |
| ) |
|
|
inline |
Document strus::DocumentAnalyzeQueue::fetch |
( |
| ) |
|
Processes the next field of the queue for fields to analyzer. Does the tokenization and normalization and creates some typed terms out of it according the definition of the field type given.
- Returns
- list of terms (query field analyzer result)
bool strus::DocumentAnalyzeQueue::hasMore |
( |
| ) |
const |
Checks if there are more results to fetch.
- Returns
- true, if yes
void strus::DocumentAnalyzeQueue::push |
( |
const String & |
content | ) |
|
Push a document into the queue to analyze.
- Parameters
-
[in] | content | content string of the document to analyze |
void strus::DocumentAnalyzeQueue::push |
( |
const String & |
content, |
|
|
const DocumentClass & |
dclass |
|
) |
| |
Push a document into the queue to analyze.
- Parameters
-
[in] | content | content string of the document to analyze |
[in] | dclass | document class of the document to analyze |
The documentation for this class was generated from the following file: