-
- All Implemented Interfaces:
-
com.jillesvangurp.eskotlinwrapper.IMapBackedProperties
,kotlin.collections.Map
,kotlin.collections.MutableMap
,org.elasticsearch.common.xcontent.ToXContent
public final class FuzzyQueryConfig extends MapBackedProperties
-
-
Field Summary
Fields Modifier and Type Field Description private String
value
private String
fuzziness
private Integer
maxExpansions
private Integer
prefixLength
private Boolean
transpositions
private String
rewrite
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 FuzzyQueryConfig()
-
Method Summary
Modifier and Type Method Description final String
getValue()
final String
getFuzziness()
final Integer
getMaxExpansions()
final Integer
getPrefixLength()
final Boolean
getTranspositions()
final String
getRewrite()
Set<Entry.Map<String, Object>>
getEntries()
Set<String>
getKeys()
Integer
getSize()
Collection<Object>
getValues()
final Unit
setValue(String value)
final Unit
setFuzziness(String fuzziness)
final Unit
setMaxExpansions(Integer maxExpansions)
final Unit
setPrefixLength(Integer prefixLength)
final Unit
setTranspositions(Boolean transpositions)
final Unit
setRewrite(String rewrite)
-
Methods inherited from class com.jillesvangurp.eskotlinwrapper.dsl.FuzzyQueryConfig
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
-
getFuzziness
final String getFuzziness()
-
getMaxExpansions
final Integer getMaxExpansions()
-
getPrefixLength
final Integer getPrefixLength()
-
getTranspositions
final Boolean getTranspositions()
-
getRewrite
final String getRewrite()
-
getEntries
Set<Entry.Map<String, Object>> getEntries()
-
getValues
Collection<Object> getValues()
-
setFuzziness
final Unit setFuzziness(String fuzziness)
-
setMaxExpansions
final Unit setMaxExpansions(Integer maxExpansions)
-
setPrefixLength
final Unit setPrefixLength(Integer prefixLength)
-
setTranspositions
final Unit setTranspositions(Boolean transpositions)
-
setRewrite
final Unit setRewrite(String rewrite)
-
-
-
-