Interface IGenericProperty
A generic property to map properties that may be of different types.
Not all methods are valid for all types.
Assembly: OpenSearch.Client.dll
Syntax
public interface IGenericProperty : IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping
Properties
|
Edit this page
View Source
Analyzer
Declaration
[DataMember(Name = "analyzer")]
string Analyzer { get; set; }
Property Value
|
Edit this page
View Source
Boost
Declaration
[DataMember(Name = "boost")]
double? Boost { get; set; }
Property Value
|
Edit this page
View Source
Fielddata
Declaration
[DataMember(Name = "fielddata")]
IStringFielddata Fielddata { get; set; }
Property Value
|
Edit this page
View Source
IgnoreAbove
Declaration
[DataMember(Name = "ignore_above")]
int? IgnoreAbove { get; set; }
Property Value
|
Edit this page
View Source
Index
Declaration
[DataMember(Name = "index")]
bool? Index { get; set; }
Property Value
|
Edit this page
View Source
IndexOptions
Declaration
[DataMember(Name = "index_options")]
IndexOptions? IndexOptions { get; set; }
Property Value
|
Edit this page
View Source
Norms
Declaration
[DataMember(Name = "norms")]
bool? Norms { get; set; }
Property Value
|
Edit this page
View Source
NullValue
Declaration
[DataMember(Name = "null_value")]
string NullValue { get; set; }
Property Value
|
Edit this page
View Source
PositionIncrementGap
Declaration
[DataMember(Name = "position_increment_gap")]
int? PositionIncrementGap { get; set; }
Property Value
|
Edit this page
View Source
SearchAnalyzer
Declaration
[DataMember(Name = "search_analyzer")]
string SearchAnalyzer { get; set; }
Property Value
|
Edit this page
View Source
TermVector
Declaration
[DataMember(Name = "term_vector")]
TermVectorOption? TermVector { get; set; }
Property Value
Extension Methods