Close
dtSearch Engine API for .NET Framework 2.x-4.x 2023.02
dtSearch::Engine::ListIndexFlags Enumeration
Members
Description
dtsListIndexWords
List words in the index
dtsListIndexFiles
List files in the index
dtsListIndexFields
List fields in the index
dtsListIndexIncludeCount
For lists of words, include the number of times each word occurs in the index
dtsListIndexReturnString
Return the list using the outputString
dtsListIndexIncludeField
For lists of words, include the field where each word is found
dtsListTabDelimit
Delimit items in list with tabs instead of spaces
dtsListIndexIncludeDocId
In a list of files, include the doc id of each document
dtsListIndexIncludeDocCount
In a list of words, include the number of documents each word occurs in
dtsListIndexIncludeDocInfoAsXml
In a list of documents, include document properties
dtsListIndexSkipNoiseWords
Skip noise words when listing words in an index
dtsListIndexFieldValues
List values of enumerable fields

Flags used in dtsListIndexJob (C++) and ListIndexJob (.NET, Java)