Uses of Class
io.metaloom.qdrant.client.http.model.collection.schema.FullTextIndexFieldSchema
Packages that use FullTextIndexFieldSchema
Package
Description
-
Uses of FullTextIndexFieldSchema in io.metaloom.qdrant.client.http.model.collection
Methods in io.metaloom.qdrant.client.http.model.collection that return FullTextIndexFieldSchemaMethods in io.metaloom.qdrant.client.http.model.collection with parameters of type FullTextIndexFieldSchema -
Uses of FullTextIndexFieldSchema in io.metaloom.qdrant.client.http.model.collection.schema
Methods in io.metaloom.qdrant.client.http.model.collection.schema that return FullTextIndexFieldSchemaModifier and TypeMethodDescriptionFullTextIndexFieldSchema.setLowercase(Boolean lowercase) FullTextIndexFieldSchema.setMaxTokenLen(Integer maxTokenLen) FullTextIndexFieldSchema.setMinTokenLen(Integer minTokenLen) FullTextIndexFieldSchema.setTokenizer(TokenizerType tokenizer)