-
-
Constructor Summary
Constructors Constructor Description BoolQuery()
-
Method Summary
Modifier and Type Method Description final Boolean
should(ESQuery q)
final Boolean
must(ESQuery q)
final Boolean
mustNot(ESQuery q)
final Boolean
filter(ESQuery q)
final String
getName()
final MapBackedProperties
getQueryDetails()
Set<Entry.Map<String, Object>>
getEntries()
Set<String>
getKeys()
Integer
getSize()
Collection<Object>
getValues()
-
Methods inherited from class com.jillesvangurp.eskotlinwrapper.dsl.BoolQuery
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()
-
-
-
-