-
- All Implemented Interfaces:
-
com.jillesvangurp.eskotlinwrapper.IMapBackedProperties
,kotlin.collections.Map
,kotlin.collections.MutableMap
public final class ConstantScoreQuery extends ESQuery
-
-
Field Summary
Fields Modifier and Type Field Description private ESQuery
filter
private Double
boost
private final String
name
private final MapBackedProperties
queryDetails
private final Set<Entry.Map<String, Object>>
entries
private final Set<String>
keys
private final Integer
size
private final Collection<Object>
values
-
Constructor Summary
Constructors Constructor Description ConstantScoreQuery()
-
Method Summary
Modifier and Type Method Description final ESQuery
getFilter()
final Double
getBoost()
final String
getName()
final MapBackedProperties
getQueryDetails()
Set<Entry.Map<String, Object>>
getEntries()
Set<String>
getKeys()
Integer
getSize()
Collection<Object>
getValues()
final Unit
setFilter(ESQuery filter)
final Unit
setBoost(Double boost)
-
Methods inherited from class com.jillesvangurp.eskotlinwrapper.dsl.ConstantScoreQuery
toMap
-
Methods inherited from class com.jillesvangurp.eskotlinwrapper.dsl.ESQuery
putNoSnakeCase
-
Methods inherited from class com.jillesvangurp.eskotlinwrapper.IMapBackedProperties
clear, compute, computeIfAbsent, computeIfPresent, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll
-
Methods inherited from class kotlin.collections.MutableMap
containsKey, containsValue, forEach, get, getOrDefault, isEmpty
-
Methods inherited from class kotlin.collections.Map
equals, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getQueryDetails
final MapBackedProperties getQueryDetails()
-
getEntries
Set<Entry.Map<String, Object>> getEntries()
-
getValues
Collection<Object> getValues()
-
-
-
-