Close
dtSearch Text Retrieval Engine Programmer's Reference
dtsLanguageAnalyzerInterface::pAnalyze Data Member

Analyze a block of data

Syntax
C++
bool (* pAnalyze)(dtsAnalyzerHandle hAnalyzer, dtsLaJob& job);
Parameters
Description
hAnalyzer
Handle to the analyzer, created by pCreateAnalyzer.
job
Pointer to a dtsLaJob containing the text to analyze and output buffers for the result.

TRUE if block of data was processed, or FALSE if no changes were made. When pAnalyze() returns false, the default word breaking algorithm is used.