[System::Flags] public enum ListIndexFlags { dtsListIndexWords = 0x00000001L, dtsListIndexFiles = 0x00000002L, dtsListIndexFields = 0x00000004L, dtsListIndexIncludeCount = 0x00000008L, dtsListIndexReturnString = 0x00000010L, dtsListIndexIncludeField = 0x00000100L, dtsListTabDelimit = 0x200L, dtsListIndexIncludeDocId = 0x400L, dtsListIndexIncludeDocCount = 0x800L, dtsListIndexIncludeDocInfoAsXml = 0x1000L, dtsListIndexSkipNoiseWords = 0x2000L }
<System::Flags> Public Enum ListIndexFlags dtsListIndexWords = &H00000001L dtsListIndexFiles = &H00000002L dtsListIndexFields = &H00000004L dtsListIndexIncludeCount = &H00000008L dtsListIndexReturnString = &H00000010L dtsListIndexIncludeField = &H00000100L dtsListTabDelimit = &H200L dtsListIndexIncludeDocId = &H400L dtsListIndexIncludeDocCount = &H800L dtsListIndexIncludeDocInfoAsXml = &H1000L dtsListIndexSkipNoiseWords = &H2000L End Enum
|
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 |
Flags used in dtsListIndexJob (C++) and ListIndexJob (.NET, Java)
|
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.
|