Click or drag to resize

LinkPropertiesIncludeAllFields Property

If set to true, then process all document attributes. Otherwise, only consider attributes mentioned in fields. Attributes not explicitly specified in fields will be processed with default link properties, i.e. null. Using includeAllFields for a lot of attributes in combination with complex Analyzers may significantly slow down the indexing process.

Namespace:  ArangoDBNetStandard.ViewApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public bool IncludeAllFields { get; set; }

Property Value

Type: Boolean
See Also