AnalyzerFeatures Property |
The set of features to set on
the Analyzer generated fields.
Determines what term matching
capabilities will be available.
Possible features:
frequency: how often a term is seen, required for PHRASE().
norm: the field normalization factor.
position: sequentially increasing term position,
required for PHRASE(). If present then the
frequency feature is also required.
Namespace:
ArangoDBNetStandard.AnalyzerApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public List<string> Features { get; set; }
Public Property Features As List(Of String)
Get
Set
public:
property List<String^>^ Features {
List<String^>^ get ();
void set (List<String^>^ value);
}
member Features : List<string> with get, set
Property Value
Type:
ListStringSee Also