Class MatchQuery
Object
com.liferay.portal.kernel.search.BaseQueryImpl
com.liferay.portal.kernel.search.generic.MatchQuery
- All Implemented Interfaces:
Query,Serializable
- Author:
- Michael C. Han
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enumstatic enumstatic enum -
Field Summary
Fields inherited from interface com.liferay.portal.kernel.search.Query
BOOST_DEFAULT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Taccept(QueryVisitor<T> queryVisitor) getField()getSlop()getType()getValue()voidsetAnalyzer(String analyzer) voidsetCutOffFrequency(Float cutOffFrequency) voidsetFuzziness(Float fuzziness) voidsetFuzzyRewriteMethod(MatchQuery.RewriteMethod fuzzyRewriteMethod) voidsetFuzzyTranspositions(Boolean fuzzyTranspositions) voidsetLenient(Boolean lenient) voidsetMaxExpansions(Integer maxExpansions) voidsetMinShouldMatch(String minShouldMatch) voidsetOperator(MatchQuery.Operator operator) voidsetPrefixLength(Integer prefixLength) voidvoidsetType(MatchQuery.Type type) voidsetZeroTermsQuery(MatchQuery.ZeroTermsQuery zeroTermsQuery) toString()Methods inherited from class com.liferay.portal.kernel.search.BaseQueryImpl
getBoost, getPostFilter, getPreBooleanFilter, getQueryConfig, hasChildren, isDefaultBoost, setBoost, setPostFilter, setPreBooleanFilter, setQueryConfig
-
Constructor Details
-
MatchQuery
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceQuery- Overrides:
acceptin classBaseQueryImpl
-
getAnalyzer
-
getCutOffFrequency
-
getField
-
getFuzziness
-
getFuzzyRewriteMethod
-
getMaxExpansions
-
getMinShouldMatch
-
getOperator
-
getPrefixLength
-
getSlop
-
getType
-
getValue
-
getZeroTermsQuery
-
isFuzzyTranspositions
-
isLenient
-
setAnalyzer
-
setCutOffFrequency
-
setFuzziness
-
setFuzzyRewriteMethod
-
setFuzzyTranspositions
-
setLenient
-
setMaxExpansions
-
setMinShouldMatch
-
setOperator
-
setPrefixLength
-
setSlop
-
setType
-
setZeroTermsQuery
-
toString
-