enum ListIndexFlags { dtsListIndexWords = 0x00000001L, dtsListIndexFiles = 0x00000002L, dtsListIndexFields = 0x00000004L, dtsListIndexIncludeCount = 0x00000008L, dtsListIndexReturnString = 0x00000010L, dtsListIndexIncludeField = 0x00000100L, dtsListTabDelimit = 0x200L, dtsListIndexIncludeDocId = 0x400L, dtsListIndexIncludeDocCount = 0x800L, dtsListIndexIncludeDocInfoAsXml = 0x1000L };
dtsearch.h
|
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 |
Flags used in dtsListIndexJob
|
Copyright (c) 1995-2008 dtSearch Corp. All rights reserved.
|