Package com.liferay.portal.search.query
Interface CommonTermsQuery
- All Superinterfaces:
Query,Serializable
-
Method Summary
Modifier and TypeMethodDescriptiongetField()getText()voidsetAnalyzer(String analyzer) voidsetCutoffFrequency(Float cutoffFrequency) voidsetHighFreqMinimumShouldMatch(String highFreqMinimumShouldMatch) voidsetHighFreqOperator(Operator highFreqOperator) voidsetLowFreqMinimumShouldMatch(String lowFreqMinimumShouldMatch) voidsetLowFreqOperator(Operator lowFreqOperator) Methods inherited from interface com.liferay.portal.search.query.Query
accept, getBoost, getQueryName, setBoost, setQueryName
-
Method Details
-
getAnalyzer
String getAnalyzer() -
getCutoffFrequency
Float getCutoffFrequency() -
getField
String getField() -
getHighFreqMinimumShouldMatch
String getHighFreqMinimumShouldMatch() -
getHighFreqOperator
Operator getHighFreqOperator() -
getLowFreqMinimumShouldMatch
String getLowFreqMinimumShouldMatch() -
getLowFreqOperator
Operator getLowFreqOperator() -
getText
String getText() -
setAnalyzer
-
setCutoffFrequency
-
setHighFreqMinimumShouldMatch
-
setHighFreqOperator
-
setLowFreqMinimumShouldMatch
-
setLowFreqOperator
-