Package org.elasticsearch.index.mapper
Class FieldMapper.CopyTo
java.lang.Object
org.elasticsearch.index.mapper.FieldMapper.CopyTo
- Enclosing class:
- FieldMapper
Represents a list of fields with optional boost factor where the current field should be copied to
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic FieldMapper.CopyTo
empty()
org.elasticsearch.common.xcontent.XContentBuilder
toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)
-
Method Details
-
empty
-
toXContent
public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws IOException- Throws:
IOException
-
copyToFields
-