public abstract class SearchableFacetAbstract extends MultipleValueFacetAbstract implements SearchableFacet
FacetAbstract.Derivation, FacetAbstract.Disabling, FacetAbstract.Hiding, FacetAbstract.Validating| Constructor and Description |
|---|
SearchableFacetAbstract(Class<?> repository,
boolean queryByExample,
FacetHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
queryByExample()
Whether this is a query by example search.
|
Class<?> |
repository()
The (class of the) repository to delegate to.
|
static Class<? extends Facet> |
type() |
alwaysReplace, facetType, getFacetHolder, getIdentified, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacet, toString, toStringValuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitalwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacetpublic SearchableFacetAbstract(Class<?> repository, boolean queryByExample, FacetHolder holder)
public Class<?> repository()
SearchableFacetrepository in interface SearchableFacetpublic boolean queryByExample()
SearchableFacetqueryByExample in interface SearchableFacetCopyright © 2010–2014 The Apache Software Foundation. All rights reserved.