Uses of Class
org.teamapps.universaldb.index.FullTextIndexingOptions
| Package | Description |
|---|---|
| org.teamapps.universaldb.index | |
| org.teamapps.universaldb.index.file |
-
Uses of FullTextIndexingOptions in org.teamapps.universaldb.index
Fields in org.teamapps.universaldb.index declared as FullTextIndexingOptions Modifier and Type Field Description static FullTextIndexingOptionsFullTextIndexingOptions. INDEXEDstatic FullTextIndexingOptionsFullTextIndexingOptions. NOT_INDEXEDMethods in org.teamapps.universaldb.index that return FullTextIndexingOptions Modifier and Type Method Description FullTextIndexingOptionsAbstractIndex. getFullTextIndexingOptions()FullTextIndexingOptionsColumnIndex. getFullTextIndexingOptions()Constructors in org.teamapps.universaldb.index with parameters of type FullTextIndexingOptions Constructor Description AbstractBufferIndex(java.lang.String name, TableIndex table, FullTextIndexingOptions fullTextIndexingOptions)AbstractIndex(java.lang.String name, TableIndex table, FullTextIndexingOptions fullTextIndexingOptions) -
Uses of FullTextIndexingOptions in org.teamapps.universaldb.index.file
Constructors in org.teamapps.universaldb.index.file with parameters of type FullTextIndexingOptions Constructor Description FileIndex(java.lang.String name, TableIndex table, FullTextIndexingOptions fullTextIndexingOptions, CollectionTextSearchIndex collectionSearchIndex, FileStore fileStore)