LinkPropertiesAnalyzers Property |
A list of analyzers, by name as defined
via the Analyzers feature, that should
be applied to values of processed
document attributes.
Namespace:
ArangoDBNetStandard.ViewApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public List<string> Analyzers { get; set; }
Public Property Analyzers As List(Of String)
Get
Set
public:
property List<String^>^ Analyzers {
List<String^>^ get ();
void set (List<String^>^ value);
}
member Analyzers : List<string> with get, set
Property Value
Type:
ListStringSee Also