Class TermsGroupSource.Builder
- java.lang.Object
-
- org.elasticsearch.client.dataframe.transforms.pivot.TermsGroupSource.Builder
-
- Enclosing class:
- TermsGroupSource
public static class TermsGroupSource.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
Modifier and Type Method Description TermsGroupSourcebuild()TermsGroupSource.BuildersetField(java.lang.String field)The field with which to construct the date histogram grouping
-
-
-
Method Detail
-
setField
public TermsGroupSource.Builder setField(java.lang.String field)
The field with which to construct the date histogram grouping- Parameters:
field- The field name- Returns:
- The
TermsGroupSource.Builderwith the field set.
-
build
public TermsGroupSource build()
-
-