Package com.yahoo.schema
Class LargeRankingExpressions
java.lang.Object
com.yahoo.schema.LargeRankingExpressions
-
Constructor Summary
ConstructorsConstructorDescriptionLargeRankingExpressions(com.yahoo.config.application.api.FileRegistry fileRegistry) LargeRankingExpressions(com.yahoo.config.application.api.FileRegistry fileRegistry, int limit) -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(RankingExpressionBody expression) asMap()Returns a read-only map of the ranking constants in this indexed by nameReturns a read-only list of ranking constants ordered by nameintlimit()
-
Constructor Details
-
LargeRankingExpressions
public LargeRankingExpressions(com.yahoo.config.application.api.FileRegistry fileRegistry) -
LargeRankingExpressions
public LargeRankingExpressions(com.yahoo.config.application.api.FileRegistry fileRegistry, int limit)
-
-
Method Details
-
add
-
limit
public int limit() -
expressions
Returns a read-only list of ranking constants ordered by name -
asMap
Returns a read-only map of the ranking constants in this indexed by name
-