Uses of Class
org.teamapps.universaldb.index.text.CollectionTextSearchIndex
| Package | Description |
|---|---|
| org.teamapps.universaldb.index | |
| org.teamapps.universaldb.index.file | |
| org.teamapps.universaldb.index.text | |
| org.teamapps.universaldb.index.translation |
-
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) -
Uses of CollectionTextSearchIndex in org.teamapps.universaldb.index.translation
Methods in org.teamapps.universaldb.index.translation that return CollectionTextSearchIndex Modifier and Type Method Description CollectionTextSearchIndexTranslatableTextIndex. getCollectionSearchIndex()Constructors in org.teamapps.universaldb.index.translation with parameters of type CollectionTextSearchIndex Constructor Description TranslatableTextIndex(java.lang.String name, TableIndex table, CollectionTextSearchIndex collectionSearchIndex)