Class TermsValuesSourceBuilder
- java.lang.Object
-
- org.elasticsearch.search.aggregations.bucket.composite.CompositeValuesSourceBuilder<TermsValuesSourceBuilder>
-
- org.elasticsearch.search.aggregations.bucket.composite.TermsValuesSourceBuilder
-
- All Implemented Interfaces:
Writeable
,ToXContent
,ToXContentFragment
public class TermsValuesSourceBuilder extends CompositeValuesSourceBuilder<TermsValuesSourceBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
-
Field Summary
-
Fields inherited from class org.elasticsearch.search.aggregations.bucket.composite.CompositeValuesSourceBuilder
name
-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Constructor Summary
Constructors Modifier Constructor Description TermsValuesSourceBuilder(java.lang.String name)
protected
TermsValuesSourceBuilder(StreamInput in)
-
Method Summary
Modifier and Type Method Description protected void
doXContentBody(XContentBuilder builder, ToXContent.Params params)
protected org.elasticsearch.search.aggregations.bucket.composite.CompositeValuesSourceConfig
innerBuild(SearchContext context, ValuesSourceConfig<?> config)
Creates aCompositeValuesSourceConfig
for this source.protected boolean
innerEquals(TermsValuesSourceBuilder builder)
protected int
innerHashCode()
protected void
innerWriteTo(StreamOutput out)
java.lang.String
type()
-
Methods inherited from class org.elasticsearch.search.aggregations.bucket.composite.CompositeValuesSourceBuilder
build, equals, field, field, format, format, hashCode, missing, missing, missingBucket, missingBucket, name, order, order, order, script, script, toXContent, valueType, valueType, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentFragment
isFragment
-
-
-
-
Constructor Detail
-
TermsValuesSourceBuilder
public TermsValuesSourceBuilder(java.lang.String name)
-
TermsValuesSourceBuilder
protected TermsValuesSourceBuilder(StreamInput in) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
innerWriteTo
protected void innerWriteTo(StreamOutput out) throws java.io.IOException
- Specified by:
innerWriteTo
in classCompositeValuesSourceBuilder<TermsValuesSourceBuilder>
- Throws:
java.io.IOException
-
doXContentBody
protected void doXContentBody(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
- Specified by:
doXContentBody
in classCompositeValuesSourceBuilder<TermsValuesSourceBuilder>
- Throws:
java.io.IOException
-
innerHashCode
protected int innerHashCode()
- Specified by:
innerHashCode
in classCompositeValuesSourceBuilder<TermsValuesSourceBuilder>
-
innerEquals
protected boolean innerEquals(TermsValuesSourceBuilder builder)
- Specified by:
innerEquals
in classCompositeValuesSourceBuilder<TermsValuesSourceBuilder>
-
type
public java.lang.String type()
-
innerBuild
protected org.elasticsearch.search.aggregations.bucket.composite.CompositeValuesSourceConfig innerBuild(SearchContext context, ValuesSourceConfig<?> config) throws java.io.IOException
Description copied from class:CompositeValuesSourceBuilder
Creates aCompositeValuesSourceConfig
for this source.- Specified by:
innerBuild
in classCompositeValuesSourceBuilder<TermsValuesSourceBuilder>
- Parameters:
context
- The search context for this source.config
- TheValuesSourceConfig
for this source.- Throws:
java.io.IOException
-
-