Links
dtSearch Text Retrieval Engine Programmer's Reference 7.70
DIndexJob::StoredFields Data Member
DIndexJob Class | DIndexJob Class | dtSearch Namespace | Send Feedback

Used to specify that the text in certain fields should be collected, stored in the index, and returned in searches.

DStringSetProperty StoredFields;
Remarks

The field names in the list can contain wildcards (* and ?). A set containing a single entry "*" would match all fields, causing the text of every field to be stored in the index. 

The maximum amount of text that can be stored in each stored field is controlled by dtsOptions.maxStoredFieldSize. 

For more information, see Retrieving Fields in Search Results

Class
Links
You are here: C++ Support Classes > dtSearch Namespace > Classes > DIndexJob Class > DIndexJob::StoredFields Data Member
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.