public class FacetFieldBuilder extends FacetFieldAbstractBuilder<FacetFieldBuilder>
Modifier and Type | Class and Description |
---|---|
static class |
FacetFieldBuilder.Nested<R> |
Modifier and Type | Method and Description |
---|---|
FacetField |
build() |
static FacetFieldBuilder |
builder() |
static <S> FacetFieldBuilder.Nested<S> |
builder(Consumer<FacetField> callback,
S parent) |
static FacetFieldBuilder |
builder(FacetField baseFacetField) |
withEnsuredValue, withEnsuredValues, withField, withLimit, withMinCount, withMissing, withOffset, withPrefix, withSort, withSortByCount, withSortByIndex
public static FacetFieldBuilder builder()
public static FacetFieldBuilder builder(FacetField baseFacetField)
public FacetField build()
public static <S> FacetFieldBuilder.Nested<S> builder(Consumer<FacetField> callback, S parent)