public abstract class FacetFieldAbstractBuilder<T extends FacetFieldAbstractBuilder<T>> extends Object
Constructor and Description |
---|
FacetFieldAbstractBuilder() |
Modifier and Type | Method and Description |
---|---|
T |
withEnsuredValue(String ensuredValue) |
T |
withEnsuredValues(List<String> ensuredValues) |
T |
withField(String field) |
T |
withLimit(Integer limit) |
T |
withMinCount(Integer minCount) |
T |
withMissing(Boolean missing) |
T |
withOffset(Integer offset) |
T |
withPrefix(String prefix) |
T |
withSort(FacetField.Sort sort) |
T |
withSortByCount() |
T |
withSortByIndex() |
public T withSort(FacetField.Sort sort)
public T withSortByIndex()
public T withSortByCount()