struct Elasticsearch::Property
- Elasticsearch::Property
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
mappings.crConstructors
- .new(pull : JSON::PullParser)
- .new(type : Type, *, fields : Elasticsearch::Fields? = nil, index : Bool? = nil, analyzer : String? = nil)
Instance Method Summary
- #analyzer : String?
- #fields : Fields?
-
#index : Bool?
getter keyword : JSON::Any?
- #type : Type
Constructor Detail
def self.new(type : Type, *, fields : Elasticsearch::Fields? = nil, index : Bool? = nil, analyzer : String? = nil)
#