Interface IKeywordProperty
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.
Assembly: OpenSearch.Client.dll
Syntax
public interface IKeywordProperty : IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping
Properties
|
Edit this page
View Source
Boost
Declaration
[DataMember(Name = "boost")]
double? Boost { get; set; }
Property Value
|
Edit this page
View Source
EagerGlobalOrdinals
Declaration
[DataMember(Name = "eager_global_ordinals")]
bool? EagerGlobalOrdinals { 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
Normalizer
Declaration
[DataMember(Name = "normalizer")]
string Normalizer { 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
SplitQueriesOnWhitespace
Whether full text queries should split the input on whitespace when building a query for this field.
Declaration
[DataMember(Name = "split_queries_on_whitespace")]
bool? SplitQueriesOnWhitespace { get; set; }
Property Value
Extension Methods