You are here: C++ Support Classes > dtSearch Namespace > Classes > DListIndexJob Class > DListIndexJob::ToMatch Data Member
Close
dtSearch Text Retrieval Engine Programmer's Reference
DListIndexJob::ToMatch Data Member
Syntax
C++

ToMatch is an optional search expression specifying the text to match against items being listed. For example, to list all field names starting with "A", you would set SetListFlags(dtsListIndexFields), and set ToMatch to "A*".