Links
dtSearch Text Retrieval Engine Programmer's Reference 7.70
LanguageAnalyzerJobFlags Enumeration
Language Analyzer API | Send Feedback

Used in the flags member of dtsLaJob to provide information about the text to be processed

enum LanguageAnalyzerJobFlags {
  dtsLaInputIsSearchRequest = 0x0001,
  dtsLaInputIsDocumentData = 0x0002,
  dtsLaInputIsFirstBlockInDocument = 0x0004,
  dtsLaInputIsSearchTerm = 0x0008
};
File

dts_la.h

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
Links
You are here: C++ API > Language Analyzer API > LanguageAnalyzerJobFlags Enumeration
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.