-
- All Implemented Interfaces:
-
com.jillesvangurp.eskotlinwrapper.IMapBackedProperties
,kotlin.collections.Map
,kotlin.collections.MutableMap
,org.elasticsearch.common.xcontent.ToXContent
public final class MatchBoolPrefixQueryConfig extends MapBackedProperties
-
-
Field Summary
Fields Modifier and Type Field Description private String
query
private Double
boost
private String
analyzer
private MatchOperator
operator
private String
minimumShouldMatch
private String
fuzziness
private Integer
maxExpansions
private Integer
prefixLength
private Boolean
transpositions
private String
fuzzyRewrite
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 MatchBoolPrefixQueryConfig()
-
Method Summary
Modifier and Type Method Description final String
getQuery()
final Double
getBoost()
final String
getAnalyzer()
final MatchOperator
getOperator()
final String
getMinimumShouldMatch()
final String
getFuzziness()
final Integer
getMaxExpansions()
final Integer
getPrefixLength()
final Boolean
getTranspositions()
final String
getFuzzyRewrite()
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
setOperator(MatchOperator operator)
final Unit
setMinimumShouldMatch(String minimumShouldMatch)
final Unit
setFuzziness(String fuzziness)
final Unit
setMaxExpansions(Integer maxExpansions)
final Unit
setPrefixLength(Integer prefixLength)
final Unit
setTranspositions(Boolean transpositions)
final Unit
setFuzzyRewrite(String fuzzyRewrite)
-
Methods inherited from class com.jillesvangurp.eskotlinwrapper.dsl.MatchBoolPrefixQueryConfig
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()
-
getOperator
final MatchOperator getOperator()
-
getMinimumShouldMatch
final String getMinimumShouldMatch()
-
getFuzziness
final String getFuzziness()
-
getMaxExpansions
final Integer getMaxExpansions()
-
getPrefixLength
final Integer getPrefixLength()
-
getTranspositions
final Boolean getTranspositions()
-
getFuzzyRewrite
final String getFuzzyRewrite()
-
getEntries
Set<Entry.Map<String, Object>> getEntries()
-
getValues
Collection<Object> getValues()
-
setAnalyzer
final Unit setAnalyzer(String analyzer)
-
setOperator
final Unit setOperator(MatchOperator operator)
-
setMinimumShouldMatch
final Unit setMinimumShouldMatch(String minimumShouldMatch)
-
setFuzziness
final Unit setFuzziness(String fuzziness)
-
setMaxExpansions
final Unit setMaxExpansions(Integer maxExpansions)
-
setPrefixLength
final Unit setPrefixLength(Integer prefixLength)
-
setTranspositions
final Unit setTranspositions(Boolean transpositions)
-
setFuzzyRewrite
final Unit setFuzzyRewrite(String fuzzyRewrite)
-
-
-
-