Uses of Class
com.c8db.model.FulltextIndexOptions
-
Packages that use FulltextIndexOptions Package Description com.c8db com.c8db.internal com.c8db.model -
-
Uses of FulltextIndexOptions in com.c8db
Methods in com.c8db with parameters of type FulltextIndexOptions Modifier and Type Method Description IndexEntityC8Collection. ensureFulltextIndex(Iterable<String> fields, FulltextIndexOptions options)Creates a fulltext index for the collection, if it does not already exist. -
Uses of FulltextIndexOptions in com.c8db.internal
Methods in com.c8db.internal with parameters of type FulltextIndexOptions Modifier and Type Method Description protected RequestInternalC8Collection. createFulltextIndexRequest(Iterable<String> fields, FulltextIndexOptions options)IndexEntityC8CollectionImpl. ensureFulltextIndex(Iterable<String> fields, FulltextIndexOptions options) -
Uses of FulltextIndexOptions in com.c8db.model
Methods in com.c8db.model that return FulltextIndexOptions Modifier and Type Method Description static FulltextIndexOptionsOptionsBuilder. build(FulltextIndexOptions options, Iterable<String> fields)protected FulltextIndexOptionsFulltextIndexOptions. fields(Iterable<String> fields)FulltextIndexOptionsFulltextIndexOptions. minLength(Integer minLength)Methods in com.c8db.model with parameters of type FulltextIndexOptions Modifier and Type Method Description static FulltextIndexOptionsOptionsBuilder. build(FulltextIndexOptions options, Iterable<String> fields)
-