Class Filter
java.lang.Object
co.elastic.clients.elasticsearch.core.termvectors.Filter
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<Filter>Json deserializer forFilter -
Method Summary
Modifier and TypeMethodDescriptionfinal IntegerIgnore words which occur in more than this many docs.final IntegerMaximum number of terms that must be returned per field.final IntegerIgnore words with more than this frequency in the source doc.final IntegerThe maximum word length above which words will be ignored.final IntegerIgnore terms which do not occur in at least this many docs.final IntegerIgnore words with less than this frequency in the source doc.final IntegerThe minimum word length below which words will be ignored.static Filtervoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forFilter
-
-
Method Details
-
of
-
maxDocFreq
Ignore words which occur in more than this many docs. Defaults to unbounded.API name:
max_doc_freq -
maxNumTerms
Maximum number of terms that must be returned per field.API name:
max_num_terms -
maxTermFreq
Ignore words with more than this frequency in the source doc. Defaults to unbounded.API name:
max_term_freq -
maxWordLength
The maximum word length above which words will be ignored. Defaults to unbounded.API name:
max_word_length -
minDocFreq
Ignore terms which do not occur in at least this many docs.API name:
min_doc_freq -
minTermFreq
Ignore words with less than this frequency in the source doc.API name:
min_term_freq -
minWordLength
The minimum word length below which words will be ignored.API name:
min_word_length -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupFilterDeserializer
-