Class KeywordProperty
A field to index structured content such as IDs, email addresses, hostnames, status codes, zip codes or tags.
Used for filtering, sorting, and for aggregations.
Keyword fields are only searchable by their exact value.
Inheritance
KeywordProperty
Assembly: OpenSearch.Client.dll
Syntax
public class KeywordProperty : DocValuesPropertyBase, IPropertyWithClrOrigin, IKeywordProperty, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping
Constructors
|
Edit this page
View Source
KeywordProperty()
Declaration
Properties
|
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
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
Normalizer
Declaration
public string Normalizer { 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
SplitQueriesOnWhitespace
Whether full text queries should split the input on whitespace when building a query for this field.
Declaration
public bool? SplitQueriesOnWhitespace { get; set; }
Property Value
Implements
Extension Methods