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()
boolean
boolean
Deprecated.As of Athanasius (7.3.x), replaced byisFieldBoostsEmpty()
void
setAnalyzer
(String analyzer) void
setCutOffFrequency
(Float cutOffFrequency) void
setFuzziness
(String fuzziness) void
setFuzzyRewriteMethod
(MatchQuery.RewriteMethod fuzzyRewriteMethod) void
setLenient
(Boolean lenient) void
setMaxExpansions
(Integer maxExpansions) void
setMinShouldMatch
(String minShouldMatch) void
setOperator
(Operator operator) void
setPrefixLength
(Integer prefixLength) void
void
setTieBreaker
(Float tieBreaker) void
setType
(MultiMatchQuery.Type type) void
setZeroTermsQuery
(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()