Class Term
java.lang.Object
co.elastic.clients.elasticsearch.core.termvectors.Term
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionfinal IntegerdocFreq()API name:doc_freqstatic Termof(Function<Term.Builder, ObjectBuilder<Term>> fn) final Doublescore()API name:scorevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal inttermFreq()Required - API name:term_freqtokens()API name:tokenstoString()final Integerttf()API name:ttf
-
Field Details
-
_DESERIALIZER
Json deserializer forTerm
-
-
Method Details
-
of
-
docFreq
API name:doc_freq -
score
API name:score -
termFreq
public final int termFreq()Required - API name:term_freq -
tokens
API name:tokens -
ttf
API name:ttf -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupTermDeserializer
-