Class OpenSearchCorePropertyAttributeBase
Inheritance
OpenSearchCorePropertyAttributeBase
Assembly: OpenSearch.Client.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
[DataContract]
public abstract class OpenSearchCorePropertyAttributeBase : OpenSearchPropertyAttributeBase, IPropertyMapping, ICoreProperty, IProperty, IFieldMapping
Constructors
|
Edit this page
View Source
OpenSearchCorePropertyAttributeBase(FieldType)
Declaration
protected OpenSearchCorePropertyAttributeBase(FieldType type)
Parameters
Properties
|
Edit this page
View Source
Similarity
Core properties of a mapping for a property type to a document field in OpenSearch
Declaration
public string Similarity { get; set; }
Property Value
|
Edit this page
View Source
Store
Core properties of a mapping for a property type to a document field in OpenSearch
Declaration
public bool Store { get; set; }
Property Value
Methods
|
Edit this page
View Source
From(MemberInfo)
Declaration
public static OpenSearchCorePropertyAttributeBase From(MemberInfo memberInfo)
Parameters
Returns
Implements
Extension Methods