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

A set of fields to be stored in the index for each document in a way that lets them be enumerated by WordListBuilder.ListFieldValues

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

When a field is listed in EnumerableFields, all of the values of that field are stored in the index in a way that permits the values to be enumerated using WordListBuilder.ListFieldValues. The field names in the list can contain wildcards (* and ?). A set containing a single entry "*" would match all fields. 

The maximum amount of text that can be stored in each stored field is the lesser of the maxStoredFieldSize option setting or 128 characters. 

All enumerable fields are also automatically designated as stored fields (see StoredFields). 

See also: 

WordListBuilder::ListFieldValues Method 

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