Class TextProperty
A field to index full-text values, such as the body of an email or the description of a product.
These fields are analyzed in OpenSearch, by passing through an analyzer to convert the string
into a list of individual terms before being indexed.
Text fields are not used for sorting and seldom used for aggregations
Assembly: OpenSearch.Client.dll
Syntax
public class TextProperty : CorePropertyBase, IPropertyWithClrOrigin, ITextProperty, ICoreProperty, IProperty, IFieldMapping
Constructors
|
Edit this page
View Source
TextProperty()
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
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
FielddataFrequencyFilter
Declaration
public IFielddataFrequencyFilter FielddataFrequencyFilter { 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
IndexPrefixes
Declaration
public ITextIndexPrefixes IndexPrefixes { 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