Package com.liferay.portal.search.query
Interface MultiMatchQuery
- All Superinterfaces:
Query,Serializable
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getSlop()getType()getValue()booleanbooleanDeprecated.As of Athanasius (7.3.x), replaced byisFieldBoostsEmpty()voidsetAnalyzer(String analyzer) voidsetCutOffFrequency(Float cutOffFrequency) voidsetFuzziness(String fuzziness) voidsetFuzzyRewriteMethod(MatchQuery.RewriteMethod fuzzyRewriteMethod) voidsetLenient(Boolean lenient) voidsetMaxExpansions(Integer maxExpansions) voidsetMinShouldMatch(String minShouldMatch) voidsetOperator(Operator operator) voidsetPrefixLength(Integer prefixLength) voidvoidsetTieBreaker(Float tieBreaker) voidsetType(MultiMatchQuery.Type type) voidsetZeroTermsQuery(MatchQuery.ZeroTermsQuery zeroTermsQuery) Methods inherited from interface com.liferay.portal.search.query.Query
accept, getBoost, getQueryName, setBoost, setQueryName
-
Method Details
-
getAnalyzer
String getAnalyzer() -
getCutOffFrequency
Float getCutOffFrequency() -
getFields
Deprecated.As of Athanasius (7.3.x), replaced bygetFieldsBoosts() -
getFieldsBoosts
-
getFuzziness
String getFuzziness() -
getFuzzyRewriteMethod
MatchQuery.RewriteMethod getFuzzyRewriteMethod() -
getMaxExpansions
Integer getMaxExpansions() -
getMinShouldMatch
String getMinShouldMatch() -
getOperator
Operator getOperator() -
getPrefixLength
Integer getPrefixLength() -
getSlop
Integer getSlop() -
getTieBreaker
Float getTieBreaker() -
getType
MultiMatchQuery.Type getType() -
getValue
Object getValue() -
getZeroTermsQuery
MatchQuery.ZeroTermsQuery getZeroTermsQuery() -
isFieldBoostsEmpty
boolean isFieldBoostsEmpty() -
isFieldsEmpty
Deprecated.As of Athanasius (7.3.x), replaced byisFieldBoostsEmpty() -
isLenient
Boolean isLenient() -
setAnalyzer
-
setCutOffFrequency
-
setFuzziness
-
setFuzzyRewriteMethod
-
setLenient
-
setMaxExpansions
-
setMinShouldMatch
-
setOperator
-
setPrefixLength
-
setSlop
-
setTieBreaker
-
setType
-
setZeroTermsQuery
-
getFieldsBoosts()