-
- All Implemented Interfaces:
-
com.jillesvangurp.eskotlinwrapper.IMapBackedProperties
,kotlin.collections.Map
,kotlin.collections.MutableMap
,org.elasticsearch.common.xcontent.ToXContent
public final class MatchPhrasePrefixQueryConfig extends MapBackedProperties
-
-
Field Summary
Fields Modifier and Type Field Description private String
query
private Double
boost
private String
analyzer
private Integer
maxExpansions
private Integer
slop
private ZeroTermsQuery
zeroTermsQuery
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 MatchPhrasePrefixQueryConfig()
-
Method Summary
Modifier and Type Method Description final String
getQuery()
final Double
getBoost()
final String
getAnalyzer()
final Integer
getMaxExpansions()
final Integer
getSlop()
final ZeroTermsQuery
getZeroTermsQuery()
Set<Entry.Map<String, Object>>
getEntries()
Set<String>
getKeys()
Integer
getSize()
Collection<Object>
getValues()
final Unit
setQuery(String query)
final Unit
setBoost(Double boost)
final Unit
setAnalyzer(String analyzer)
final Unit
setMaxExpansions(Integer maxExpansions)
final Unit
setSlop(Integer slop)
final Unit
setZeroTermsQuery(ZeroTermsQuery zeroTermsQuery)
-
Methods inherited from class com.jillesvangurp.eskotlinwrapper.dsl.MatchPhrasePrefixQueryConfig
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
-
getAnalyzer
final String getAnalyzer()
-
getMaxExpansions
final Integer getMaxExpansions()
-
getZeroTermsQuery
final ZeroTermsQuery getZeroTermsQuery()
-
getEntries
Set<Entry.Map<String, Object>> getEntries()
-
getValues
Collection<Object> getValues()
-
setAnalyzer
final Unit setAnalyzer(String analyzer)
-
setMaxExpansions
final Unit setMaxExpansions(Integer maxExpansions)
-
setZeroTermsQuery
final Unit setZeroTermsQuery(ZeroTermsQuery zeroTermsQuery)
-
-
-
-