Class GenericProperty
A generic property to map properties that may be of different types.
Not all methods are valid for all types.
Inheritance
GenericProperty
Assembly: OpenSearch.Client.dll
Syntax
public class GenericProperty : DocValuesPropertyBase, IPropertyWithClrOrigin, IGenericProperty, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping
Constructors
|
Edit this page
View Source
GenericProperty()
Declaration
Properties
|
Edit this page
View Source
Analyzer
Declaration
public string Analyzer { get; set; }
Property Value
|
Edit this page
View Source
Boost
Declaration
public double? Boost { get; set; }
Property Value
|
Edit this page
View Source
Fielddata
Declaration
public IStringFielddata Fielddata { get; set; }
Property Value
|
Edit this page
View Source
IgnoreAbove
Declaration
public int? IgnoreAbove { get; set; }
Property Value
|
Edit this page
View Source
Index
Declaration
public bool? Index { get; set; }
Property Value
|
Edit this page
View Source
IndexOptions
Declaration
public IndexOptions? IndexOptions { get; set; }
Property Value
|
Edit this page
View Source
Norms
Declaration
public bool? Norms { get; set; }
Property Value
|
Edit this page
View Source
NullValue
Declaration
public string NullValue { get; set; }
Property Value
|
Edit this page
View Source
PositionIncrementGap
Declaration
public int? PositionIncrementGap { get; set; }
Property Value
|
Edit this page
View Source
SearchAnalyzer
Declaration
public string SearchAnalyzer { get; set; }
Property Value
|
Edit this page
View Source
TermVector
Declaration
public TermVectorOption? TermVector { get; set; }
Property Value
|
Edit this page
View Source
Type
The datatype of the property
Declaration
public string Type { get; set; }
Property Value
Implements
Extension Methods