Uses of Class
org.teamapps.universaldb.index.text.CollectionTextSearchIndex
-
Packages that use CollectionTextSearchIndex Package Description org.teamapps.universaldb.index org.teamapps.universaldb.index.file org.teamapps.universaldb.index.text -
-
Uses of CollectionTextSearchIndex in org.teamapps.universaldb.index
Methods in org.teamapps.universaldb.index that return CollectionTextSearchIndex Modifier and Type Method Description CollectionTextSearchIndexTableIndex. getCollectionTextSearchIndex() -
Uses of CollectionTextSearchIndex in org.teamapps.universaldb.index.file
Constructors in org.teamapps.universaldb.index.file with parameters of type CollectionTextSearchIndex Constructor Description FileIndex(java.lang.String name, TableIndex table, FullTextIndexingOptions fullTextIndexingOptions, CollectionTextSearchIndex collectionSearchIndex, FileStore fileStore) -
Uses of CollectionTextSearchIndex in org.teamapps.universaldb.index.text
Methods in org.teamapps.universaldb.index.text that return CollectionTextSearchIndex Modifier and Type Method Description CollectionTextSearchIndexTextIndex. getCollectionSearchIndex()Constructors in org.teamapps.universaldb.index.text with parameters of type CollectionTextSearchIndex Constructor Description TextIndex(java.lang.String name, TableIndex table, CollectionTextSearchIndex collectionSearchIndex)
-