Uses of Class
org.dizitart.no2.index.IndexOptions
-
Packages that use IndexOptions Package Description org.dizitart.no2.common org.dizitart.no2.index -
-
Uses of IndexOptions in org.dizitart.no2.common
Methods in org.dizitart.no2.common with parameters of type IndexOptions Modifier and Type Method Description voidPersistentCollection. createIndex(IndexOptions indexOptions, String... fields)Creates an index on thefields, if not already exists. -
Uses of IndexOptions in org.dizitart.no2.index
Methods in org.dizitart.no2.index that return IndexOptions Modifier and Type Method Description static IndexOptionsIndexOptions. indexOptions(String indexType)Creates anIndexOptionswith the specifiedindexType.
-