Class TextAttribute
Inheritance
TextAttribute
Assembly: OpenSearch.Client.dll
Syntax
public class TextAttribute : OpenSearchCorePropertyAttributeBase, IPropertyMapping, ITextProperty, ICoreProperty, IProperty, IFieldMapping
Constructors
|
Edit this page
View Source
TextAttribute()
Declaration
|
Edit this page
View Source
TextAttribute(FieldType)
Declaration
protected TextAttribute(FieldType fieldType)
Parameters
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
EagerGlobalOrdinals
Declaration
public bool EagerGlobalOrdinals { get; set; }
Property Value
|
Edit this page
View Source
Fielddata
Declaration
public bool Fielddata { 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
IndexPhrases
Declaration
public bool IndexPhrases { get; set; }
Property Value
|
Edit this page
View Source
Norms
Declaration
public bool Norms { 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
SearchQuoteAnalyzer
Declaration
public string SearchQuoteAnalyzer { get; set; }
Property Value
|
Edit this page
View Source
TermVector
Declaration
public TermVectorOption TermVector { get; set; }
Property Value
Implements
Extension Methods