Uses of Class
org.teamapps.universaldb.index.text.FullTextIndexValue
| Package | Description |
|---|---|
| org.teamapps.universaldb.index | |
| org.teamapps.universaldb.index.file | |
| org.teamapps.universaldb.index.text |
-
Uses of FullTextIndexValue in org.teamapps.universaldb.index
Method parameters in org.teamapps.universaldb.index with type arguments of type FullTextIndexValue Modifier and Type Method Description voidTableIndex. updateFullTextIndex(int id, java.util.List<FullTextIndexValue> values, boolean update) -
Uses of FullTextIndexValue in org.teamapps.universaldb.index.file
Methods in org.teamapps.universaldb.index.file that return types with arguments of type FullTextIndexValue Modifier and Type Method Description java.util.List<FullTextIndexValue>FileMetaData. getFullTextIndexData() -
Uses of FullTextIndexValue in org.teamapps.universaldb.index.text
Method parameters in org.teamapps.universaldb.index.text with type arguments of type FullTextIndexValue Modifier and Type Method Description voidCollectionTextSearchIndex. setRecordValues(int id, java.util.List<FullTextIndexValue> values, boolean update)