Property Fields
Fields
Returns a List of all the fields in a document.
Note that fields which are not stored are
not available in documents retrieved from the
index, e.g.
Declaration
public IList<IIndexableField> Fields { get; }
Property Value
Type | Description |
---|---|
IList<IIndexableField> |