Class FieldTypes
Assembly: OpenSearch.Client.dll
Syntax
public class FieldTypes : IsADictionaryBase<string, FieldCapabilities>, IIsADictionary<string, FieldCapabilities>, IDictionary<string, FieldCapabilities>, ICollection<KeyValuePair<string, FieldCapabilities>>, IEnumerable<KeyValuePair<string, FieldCapabilities>>, IEnumerable, IIsADictionary
Properties
|
Edit this page
View Source
All
Declaration
public FieldCapabilities All { get; }
Property Value
|
Edit this page
View Source
Attachment
Declaration
public FieldCapabilities Attachment { get; }
Property Value
|
Edit this page
View Source
Binary
Declaration
public FieldCapabilities Binary { get; }
Property Value
|
Edit this page
View Source
Boolean
Declaration
public FieldCapabilities Boolean { get; }
Property Value
|
Edit this page
View Source
Byte
Declaration
public FieldCapabilities Byte { get; }
Property Value
|
Edit this page
View Source
Completion
Declaration
public FieldCapabilities Completion { get; }
Property Value
|
Edit this page
View Source
Date
Declaration
public FieldCapabilities Date { get; }
Property Value
|
Edit this page
View Source
DateNanos
Declaration
public FieldCapabilities DateNanos { get; }
Property Value
|
Edit this page
View Source
DateRange
Declaration
public FieldCapabilities DateRange { get; }
Property Value
|
Edit this page
View Source
Double
Declaration
public FieldCapabilities Double { get; }
Property Value
|
Edit this page
View Source
DoubleRange
Declaration
public FieldCapabilities DoubleRange { get; }
Property Value
|
Edit this page
View Source
FieldNames
Declaration
public FieldCapabilities FieldNames { get; }
Property Value
|
Edit this page
View Source
Float
Declaration
public FieldCapabilities Float { get; }
Property Value
|
Edit this page
View Source
FloatRange
Declaration
public FieldCapabilities FloatRange { get; }
Property Value
|
Edit this page
View Source
GeoPoint
Declaration
public FieldCapabilities GeoPoint { get; }
Property Value
|
Edit this page
View Source
GeoShape
Declaration
public FieldCapabilities GeoShape { get; }
Property Value
|
Edit this page
View Source
HalfFloat
Declaration
public FieldCapabilities HalfFloat { get; }
Property Value
|
Edit this page
View Source
Id
Declaration
public FieldCapabilities Id { get; }
Property Value
|
Edit this page
View Source
Index
Declaration
public FieldCapabilities Index { get; }
Property Value
|
Edit this page
View Source
Integer
Declaration
public FieldCapabilities Integer { get; }
Property Value
|
Edit this page
View Source
IntegerRange
Declaration
public FieldCapabilities IntegerRange { get; }
Property Value
|
Edit this page
View Source
Ip
Declaration
public FieldCapabilities Ip { get; }
Property Value
|
Edit this page
View Source
Keyword
Declaration
public FieldCapabilities Keyword { get; }
Property Value
|
Edit this page
View Source
Long
Declaration
public FieldCapabilities Long { get; }
Property Value
|
Edit this page
View Source
LongRange
Declaration
public FieldCapabilities LongRange { get; }
Property Value
|
Edit this page
View Source
Murmur3
Declaration
public FieldCapabilities Murmur3 { get; }
Property Value
|
Edit this page
View Source
Parent
Declaration
public FieldCapabilities Parent { get; }
Property Value
|
Edit this page
View Source
ParentJoin
Declaration
public FieldCapabilities ParentJoin { get; }
Property Value
|
Edit this page
View Source
Percolator
Declaration
public FieldCapabilities Percolator { get; }
Property Value
|
Edit this page
View Source
Routing
Declaration
public FieldCapabilities Routing { get; }
Property Value
|
Edit this page
View Source
ScaledFloat
Declaration
public FieldCapabilities ScaledFloat { get; }
Property Value
|
Edit this page
View Source
SearchAsYouType
Declaration
public FieldCapabilities SearchAsYouType { get; }
Property Value
|
Edit this page
View Source
Shape
Declaration
public FieldCapabilities Shape { get; }
Property Value
|
Edit this page
View Source
Short
Declaration
public FieldCapabilities Short { get; }
Property Value
|
Edit this page
View Source
Source
Declaration
public FieldCapabilities Source { get; }
Property Value
|
Edit this page
View Source
Text
Declaration
public FieldCapabilities Text { get; }
Property Value
|
Edit this page
View Source
TokenCount
Declaration
public FieldCapabilities TokenCount { get; }
Property Value
|
Edit this page
View Source
Type
Declaration
public FieldCapabilities Type { get; }
Property Value
|
Edit this page
View Source
Uid
Declaration
public FieldCapabilities Uid { get; }
Property Value
|
Edit this page
View Source
Version
Declaration
public FieldCapabilities Version { get; }
Property Value
|
Edit this page
View Source
VersionField
Declaration
public FieldCapabilities VersionField { get; }
Property Value
Implements
Extension Methods