See Also
dtSearch Text Retrieval Engine -- .NET API (.NET 2.0-4.0) 7.70
IndexJob::StoredFields Property

A set of fields to be stored in the index for each document and returned as document properties in SearchResults.

C#
public System::Collections::Specialized::StringCollection StoredFields;
Visual Basic
Public Property StoredFields() As System::Collections::Specialized::StringCollection
Remarks

When dtSearch indexes a document that contains fields, all fields are automatically made searchable. 

Additionally, you can use StoredFields to designate certain fields as document properties that should be returned in search results. For example, if you make "Subject" a stored field, then the SearchResultsItem for each email message indexed will include the message Subject in SearchResultsItem.UserFields. 

StoredFields expressions can include the wildcards * and ?. 

The maximum amount of data to store for a field is controlled by Options.MaxStoredFieldSize. Retrieving Fields in Search Results

See Also
You are here: dtSearch::Engine Namespace > IndexJob Class > IndexJob Properties > StoredFields Property
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.