public abstract class FacetRangeAbstractBuilder<T extends FacetRangeAbstractBuilder<T>> extends Object
Constructor and Description |
---|
FacetRangeAbstractBuilder() |
Modifier and Type | Method and Description |
---|---|
T |
withEnd(String end) |
T |
withField(String field) |
T |
withGap(String gap) |
T |
withHardEnd(Boolean hardEnd) |
T |
withInclude(FacetRange.Include include) |
T |
withInclude(List<FacetRange.Include> includes) |
T |
withMinCount(Integer minCount) |
T |
withOther(FacetRange.Other other) |
T |
withOther(List<FacetRange.Other> others) |
T |
withStart(String start) |
public T withInclude(FacetRange.Include include)
public T withOther(FacetRange.Other other)
public T withInclude(List<FacetRange.Include> includes)
public T withOther(List<FacetRange.Other> others)