-
- All Implemented Interfaces:
-
com.jillesvangurp.eskotlinwrapper.IMapBackedProperties
,kotlin.collections.Map
,kotlin.collections.MutableMap
public final class MatchBoolPrefixQuery extends ESQuery
-
-
Constructor Summary
Constructors Constructor Description MatchBoolPrefixQuery(String field, String query, MatchBoolPrefixQueryConfig matchBoolPrefixQueryConfig, Function1<MatchBoolPrefixQueryConfig, Unit> block)
-
Method Summary
Modifier and Type Method Description 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.MatchBoolPrefixQuery
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
-
-
Constructor Detail
-
MatchBoolPrefixQuery
MatchBoolPrefixQuery(String field, String query, MatchBoolPrefixQueryConfig matchBoolPrefixQueryConfig, Function1<MatchBoolPrefixQueryConfig, Unit> block)
-
-
Method Detail
-
getQueryDetails
final MapBackedProperties getQueryDetails()
-
getEntries
Set<Entry.Map<String, Object>> getEntries()
-
getValues
Collection<Object> getValues()
-
-
-
-