Class BoostByValue
- java.lang.Object
- 
- com.lucidworks.search.dsl.DslBase
- 
- com.lucidworks.search.dsl.request.DslCloneable
- 
- com.lucidworks.search.dsl.request.query.BoostByValue
 
 
 
- 
 public class BoostByValue extends DslCloneable Boosts by multiple values of a field
- 
- 
Constructor SummaryConstructors Constructor Description BoostByValue(java.lang.String field, java.util.List<KeyAndBoost> boosts)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BoostByValueclone()java.util.List<KeyAndBoost>getBoosts()java.lang.StringgetField()- 
Methods inherited from class com.lucidworks.search.dsl.request.DslCloneableclone, deepClone
 
- 
 
- 
- 
- 
Constructor Detail- 
BoostByValuepublic BoostByValue(java.lang.String field, java.util.List<KeyAndBoost> boosts)
 
- 
 - 
Method Detail- 
getFieldpublic java.lang.String getField() - Returns:
- a field to boost on
 
 - 
getBoostspublic java.util.List<KeyAndBoost> getBoosts() - Returns:
- a list of field values and boost values
 
 - 
clonepublic BoostByValue clone() - Specified by:
- clonein class- DslCloneable
 
 
- 
 
-