-
- All Implemented Interfaces:
-
com.jillesvangurp.eskotlinwrapper.IMapBackedProperties
,kotlin.collections.Map
,kotlin.collections.MutableMap
,org.elasticsearch.common.xcontent.ToXContent
public final class TermQueryConfig extends MapBackedProperties
-
-
Constructor Summary
Constructors Constructor Description TermQueryConfig()
-
Method Summary
Modifier and Type Method Description final String
getValue()
final Double
getBoost()
Set<Entry.Map<String, Object>>
getEntries()
Set<String>
getKeys()
Integer
getSize()
Collection<Object>
getValues()
final Unit
setValue(String value)
final Unit
setBoost(Double boost)
-
Methods inherited from class com.jillesvangurp.eskotlinwrapper.dsl.TermQueryConfig
esQueryProperty, get, getOrCreateMutableList, property, property, put, putNoSnakeCase, toXContent
-
Methods inherited from class com.jillesvangurp.eskotlinwrapper.MapBackedProperties
clear, compute, computeIfAbsent, computeIfPresent, isFragment, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll
-
Methods inherited from class kotlin.collections.MutableMap
containsKey, containsValue, forEach, 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
-
getEntries
Set<Entry.Map<String, Object>> getEntries()
-
getValues
Collection<Object> getValues()
-
-
-
-