Links
dtSearch Text Retrieval Engine Programmer's Reference 7.70
ListIndexFlags Enumeration
Enumerations | Send Feedback

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

enum ListIndexFlags {
  dtsListIndexWords = 0x00000001L,
  dtsListIndexFiles = 0x00000002L,
  dtsListIndexFields = 0x00000004L,
  dtsListIndexIncludeCount = 0x00000008L,
  dtsListIndexReturnString = 0x00000010L,
  dtsListIndexIncludeField = 0x00000100L,
  dtsListTabDelimit = 0x200L,
  dtsListIndexIncludeDocId = 0x400L,
  dtsListIndexIncludeDocCount = 0x800L,
  dtsListIndexIncludeDocInfoAsXml = 0x1000L,
  dtsListIndexSkipNoiseWords = 0x2000L
};
File

dtsearch.h

Members
Members 
Description 
dtsListIndexWords = 0x00000001L 
List words in the index 
dtsListIndexFiles = 0x00000002L 
List files in the index 
dtsListIndexFields = 0x00000004L 
List fields in the index 
dtsListIndexIncludeCount = 0x00000008L 
For lists of words, include the number of times each word occurs in the index 
dtsListIndexReturnString = 0x00000010L 
Return the list using the outputString 
dtsListIndexIncludeField = 0x00000100L 
For lists of words, include the field where each word is found 
dtsListTabDelimit = 0x200L 
Delimit items in list with tabs instead of spaces 
dtsListIndexIncludeDocId = 0x400L 
In a list of files, include the doc id of each document 
dtsListIndexIncludeDocCount = 0x800L 
In a list of words, include the number of documents each word occurs in 
dtsListIndexIncludeDocInfoAsXml = 0x1000L 
In a list of documents, include document properties 
dtsListIndexSkipNoiseWords = 0x2000L 
Skip noise words when listing words in an index 
Group
Links
You are here: C++ API > Enumerations > ListIndexFlags Enumeration
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.