Uses of Class
org.basex.index.value.ValueIndex
Packages that use ValueIndex
Package
Description
Database structures.
Database Index structures.
-
Uses of ValueIndex in org.basex.data
Fields in org.basex.data declared as ValueIndexModifier and TypeFieldDescriptionData.attrIndexAttribute value index.Data.ftIndexFull-text index.Data.textIndexText index.Data.tokenIndexToken index. -
Uses of ValueIndex in org.basex.index
Methods in org.basex.index that return ValueIndexModifier and TypeMethodDescriptionabstract ValueIndexIndexBuilder.build()Builds the index structure and returns an index instance. -
Uses of ValueIndex in org.basex.index.ft
Subclasses of ValueIndex in org.basex.index.ftModifier and TypeClassDescriptionfinal classThis class provides access to a fuzzy full-text index structure stored on disk. -
Uses of ValueIndex in org.basex.index.value
Subclasses of ValueIndex in org.basex.index.valueModifier and TypeClassDescriptionclassThis class provides access to attribute values and text contents stored on disk.final classThis class provides main memory access to attribute values and text contents.final classThis class provides access and update functions to attribute values and text contents stored on disk.