You are here:
C++ API
Overviews
C++ API
C++ Support Classes
COM Interface
>
Enumerations
Using the dtSearch Engine with C++
Using the dtSearch Engine with C++ (Linux)
Enumerations
Language Analyzer API
External Thesaurus API
File Parser API
Classes
Functions
Structs, Records, Enums
Types
Variables
>
ListIndexFlags Enumeration
BinaryFilesSettings Enumeration
CheckConfigurationFlags Enumeration
ConvertFlags Enumeration
ConvertPathFlags Enumeration
DataSourceAccessResult Enumeration
DebugLogFlags Enumeration
ErrorCodes Enumeration
ExtractionOptionsFlags Enumeration
FieldFlags Enumeration
FileInfoFlags Enumeration
HyphenSettings Enumeration
IcuStatusCode Enumeration
IndexingFlags Enumeration
IndexingStep Enumeration
ListIndexFlags Enumeration
ListingFlags Enumeration
MergeStep Enumeration
MessageCode Enumeration
OutputFormat Enumeration
ReportFlags Enumeration
SearchFlags Enumeration
SortFlags Enumeration
TextFlags Enumeration
TypeId Enumeration
UnicodeFilterFlags Enumeration
UnindexedSearchFlags Enumeration
VerifyStep Enumeration
ViewerInfoFlags Enumeration
WordListBuilderFlags Enumeration
Close
dtSearch Text Retrieval Engine Programmer's Reference
Contents
|
Index
|
Home
Previous
|
Up
|
Next
ListIndexFlags Enumeration
File
File:
dtsearch.h
Syntax
C++
enum
ListIndexFlags
{
dtsListIndexWords
= 0x00000001,
dtsListIndexFiles
= 0x00000002,
dtsListIndexFields
= 0x00000004,
dtsListIndexIncludeCount
= 0x00000008,
dtsListIndexReturnString
= 0x00000010,
dtsListIndexIncludeField
= 0x00000100,
dtsListTabDelimit
= 0x200,
dtsListIndexIncludeDocId
= 0x400,
dtsListIndexIncludeDocCount
= 0x800,
dtsListIndexIncludeDocInfoAsXml
= 0x1000,
dtsListIndexSkipNoiseWords
= 0x2000,
dtsListIndexFieldValues
= 0x4000 };
Members
Members
Description
dtsListIndexWords = 0x00000001
List words in the index
dtsListIndexFiles = 0x00000002
List files in the index
dtsListIndexFields = 0x00000004
List fields in the index
dtsListIndexIncludeCount = 0x00000008
For lists of words, include the number of times each word occurs in the index
dtsListIndexReturnString = 0x00000010
Return the list using the outputString
dtsListIndexIncludeField = 0x00000100
For lists of words, include the field where each word is found
dtsListTabDelimit = 0x200
Delimit items in list with tabs instead of spaces
dtsListIndexIncludeDocId = 0x400
In a list of files, include the doc id of each document
dtsListIndexIncludeDocCount = 0x800
In a list of words, include the number of documents each word occurs in
dtsListIndexIncludeDocInfoAsXml = 0x1000
In a list of documents, include document properties
dtsListIndexSkipNoiseWords = 0x2000
Skip noise words when listing words in an index
dtsListIndexFieldValues = 0x4000
List values of enumerable fields
Group
Enumerations
Description
Flags used in
dtsListIndexJob
(C++) and ListIndexJob (.NET, Java)