public final class StringSearchModel<T> extends SearchModelImpl<T>
Modifier and Type | Method and Description |
---|---|
TermFacetSearchModel<T,V> |
faceted()
Eventually generates an expression to obtain the facets of the attribute for certain values.
|
TermFacetedSearchSearchModel<T> |
facetedAndFiltered()
Eventually generates both an expression to obtain the facets of the attribute for all terms
and an expression to filter elements by certain values.
|
TermFilterExistsAndMissingSearchModel<T,V> |
filtered()
Eventually generates an expression to filter elements by certain values.
|
booleanSearchModel, dateSearchModel, datetimeSearchModel, enumFacetedSearchSearchModel, enumFacetSearchModel, enumFilterSearchModel, existsAndMissingFilterSearchModelSupport, existsFilters, getParent, getPathSegment, localizedEnumFacetedSearchSearchModel, localizedEnumFacetSearchModel, localizedEnumFilterSearchModel, localizedStringFacetedSearchSearchModel, localizedStringFacetSearchModel, localizedStringFilterSearchModel, missingFilters, moneyFacetedSearchSearchModel, moneyFacetSearchModel, moneyFilterSearchModel, numberSearchModel, referenceFacetedSearchSearchModel, referenceFacetSearchModel, referenceFilterSearchModel, searchModel, stringSearchModel, timeSearchModel
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
attributePath, buildPath, hasPath
public TermFilterExistsAndMissingSearchModel<T,V> filtered()
public TermFacetSearchModel<T,V> faceted()
public TermFacetedSearchSearchModel<T> facetedAndFiltered()