You are here:
C++ Support Classes
Overviews
C++ API
C++ Support Classes
COM Interface
>
dtSearch Namespace
CPP Support Classes - Static Libraries
dtSearch Namespace
>
Classes
Classes
Functions
>
DWordListBuilder Class
CConvertedDotNetString Class
DConvertPathRequest Class
DDataSourceBase Class
dtsIndexCache Class
DDataSourceBase2 Class
dtsIndexCacheOptions Structure
DDataSourceFileInfo Class
dtsIndexCacheStatus Structure
DExtractionOptions Class
DFile Class
DFileConvertJob Class
DFileDate Class
DFileInputStream Class
DFilename Class
DOptionalLogger Class
DHeapPtr<class Type> Template
DIndexInfo Class
DIndexJob Class
DIndexMergeJob Class
DIndexProgressInfo Class
DIndexVerifyJob Class
DInputStreamBase Class
DJobBase Class
DJobInThread<class T> Template
DJobThread Class
DListIndexJob Class
DMemBuffer<typename Type> Template
DMemoryInputStream Class
DOptions Class
DOptions2 Class
DOutputBase Class
DSearchJob Class
DSearchReportJob Class
DSearchResults Class
DStreamBase Class
DString Class
DString16 Class
DString256 Class
DString80 Class
DStringMap Class
DStringProperty Class
DStringSet Class
DStringSetProperty Class
DWString Class
DWordListBuilder Class
Close
dtSearch Text Retrieval Engine Programmer's Reference
Contents
Index
Home
DWordListBuilder Class
Collapse All
Expand All
File
File:
dtsfc.h
Namespace:
dtSearch
Syntax
C++
class
DWordListBuilder
;
Data Members
Name
Description
Word
Buffer to hold the currently-selected word
WordDocCount
Number of documents in which the currently-selected occurs in the index
WordHitCount
Number of times the currently-selected word occurs in the index
Group
Classes
Members
Data Members
Name
Description
Word
Buffer to hold the currently-selected word
WordDocCount
Number of documents in which the currently-selected occurs in the index
WordHitCount
Number of times the currently-selected word occurs in the index
Methods
Name
Description
CloseIndex
Close index
GetAll
Get all words in the list in a
DStringSetProperty
GetCount
Returns the number of words in the list
GetWord
Get a word from the list and store it in
Word
ListFields
List all fields in the index
ListMatchingWords
List words matching a const TCHAR * word
ListMatchingWordsU8
List words matching a const TCHAR * word
ListWords
List words surrounding a const TCHAR * word
ListWordsU8
List words surrounding a const TCHAR * word
OpenIndex
Open index with a const TCHAR * path
OpenIndexU8
Open index with a UTF-8 path
Methods
Name
Description
CloseIndex
Close index
GetAll
Get all words in the list in a
DStringSetProperty
GetCount
Returns the number of words in the list
GetWord
Get a word from the list and store it in
Word
ListFields
List all fields in the index
ListMatchingWords
List words matching a const TCHAR * word
ListMatchingWordsU8
List words matching a const TCHAR * word
ListWords
List words surrounding a const TCHAR * word
ListWordsU8
List words surrounding a const TCHAR * word
OpenIndex
Open index with a const TCHAR * path
OpenIndexU8
Open index with a UTF-8 path
Legend
Data Member
Method
Description
Class wrapper for
dtsWordListBuilder
Class Hierarchy