File
File: dts_la.h
Syntax
C++
enum LanguageAnalyzerJobFlags {
dtsLaInputIsSearchRequest = 0x0001,
dtsLaInputIsDocumentData = 0x0002,
dtsLaInputIsFirstBlockInDocument = 0x0004,
dtsLaInputIsSearchTerm = 0x0008
};
Members
Members |
Description |
---|---|
dtsLaInputIsSearchRequest = 0x0001 |
Indicates that the input data is a search request. This occurs when dtsSearchApplyLanguageAnalyzer was set in a search, and the language analyzer is being called to process the search request. |
dtsLaInputIsDocumentData = 0x0002 |
Indicates that the input data is from a document that is being indexed. |
dtsLaInputIsFirstBlockInDocument = 0x0004 |
Input data is the first block of data in a document |
dtsLaInputIsSearchTerm = 0x0008 |
Indicates that the input data is a single word or phrase from a search request. This occurs when dtsSearchLanguageAnalyzerSynonyms was set in a search, and the language analyzer is being called to process each term in the search request. |
Group
Description
Used in the flags member of dtsLaJob to provide information about the text to be processed