Class TextSearchBuilder
java.lang.Object
org.hippoecm.frontend.plugins.standards.search.GeneralSearchBuilder
org.hippoecm.frontend.plugins.standards.search.TextSearchBuilder
- All Implemented Interfaces:
Serializable
,org.apache.wicket.util.io.IClusterable
public class TextSearchBuilder
extends GeneralSearchBuilder
implements org.apache.wicket.util.io.IClusterable
- See Also:
-
Field Summary
Fields inherited from class org.hippoecm.frontend.plugins.standards.search.GeneralSearchBuilder
TEXT_QUERY_NAME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
Translates the included primary type(s) to a filter for a JCR xpath query.protected void
Methods inherited from class org.hippoecm.frontend.plugins.standards.search.GeneralSearchBuilder
appendContains, appendExcludedPrimaryNodeTypeFilter, appendExtraWhereClauses, appendOrderByClause, buildTypesString, formatJcrContains, getIgnoredChars, getIncludePrimaryTypes, getMinimalLength, getQueryStringBuilder, getResultModel, getScope, getText, getWhereClause, isoLatin1AccentReplacer, isWildcardSearch, setExcludedPrimaryTypes, setIgnoredChars, setIncludePrimaryTypes, setLimit, setMinimalLength, setScope, setText, setWildcardSearch
-
Constructor Details
-
TextSearchBuilder
public TextSearchBuilder() -
TextSearchBuilder
-
-
Method Details
-
appendScope
- Overrides:
appendScope
in classGeneralSearchBuilder
-
appendIncludedPrimaryNodeTypeFilter
Translates the included primary type(s) to a filter for a JCR xpath query. Adds an xpath condition with configured document types or a clause that queries hippo:document and all its subtypes if no document type filter is configured- Overrides:
appendIncludedPrimaryNodeTypeFilter
in classGeneralSearchBuilder
-