Uses of Enum Class
org.basex.index.IndexType
Packages that use IndexType
Package
Description
Database structures.
Database Index structures.
Full-text specific utility classes.
-
Uses of IndexType in org.basex.data
Methods in org.basex.data with parameters of type IndexTypeModifier and TypeMethodDescriptionabstract voidData.createIndex(IndexType type, Command cmd) Drops the specified index.voidDiskData.createIndex(IndexType type, Command cmd) voidMemData.createIndex(IndexType type, Command cmd) abstract voidDrops the specified index.voidvoidfinal IndexReturns an index for the specified index type.booleanReturns if the specified index exists.voidSets availability of the specified index.final byte[]Data.info(IndexType type, MainOptions options) Returns info on the specified index structure.Returns the included names for the specified index type.voidMetaData.names(IndexType type, MainOptions options) Assigns include names options to the specified index type. -
Uses of IndexType in org.basex.index
Fields in org.basex.index declared as IndexTypeMethods in org.basex.index that return IndexTypeModifier and TypeMethodDescriptionstatic IndexTypeReturns the enum constant of this class with the specified name.static IndexType[]IndexType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.basex.index with parameters of type IndexTypeModifierConstructorDescriptionprotectedIndexBuilder(Data data, IndexType type) Constructor.IndexNames(IndexType type, Data data) Constructor.Constructor.protectedValuesBuilder(Data data, IndexType type) Constructor. -
Uses of IndexType in org.basex.index.query
Methods in org.basex.index.query that return IndexTypeModifier and TypeMethodDescriptionIndexEntries.type()IndexSearch.type()Returns the index type.NumericRange.type()StringRange.type()StringToken.type()Constructors in org.basex.index.query with parameters of type IndexTypeModifierConstructorDescriptionIndexEntries(byte[] text, boolean asc, IndexType type) Constructor for traversing entries.IndexEntries(byte[] text, IndexType type) Constructor for prefix search.NumericRange(IndexType type, double min, double max) Constructor.StringRange(IndexType type, byte[] min, boolean mni, byte[] max, boolean mxi) Constructor.StringToken(IndexType type, byte[] value) Constructor. -
Uses of IndexType in org.basex.index.value
Fields in org.basex.index.value declared as IndexTypeConstructors in org.basex.index.value with parameters of type IndexTypeModifierConstructorDescriptionDiskValues(Data data, IndexType type) Constructor, initializing the index structure.DiskValuesBuilder(Data data, IndexType type) Constructor.Constructor.MemValuesBuilder(Data data, IndexType type) Constructor.UpdatableDiskValues(Data data, IndexType type) Constructor, initializing the index structure.ValueCache(int pre, int size, IndexType type, Data data) Caches all texts and ids in the specified database range.ValueCache(int pre, IndexType type, Data data) Caches the text and id for a node with specified pre value.ValueCache(IntList pres, IndexType type, Data data) Caches texts of the specified pre values.protectedValueIndex(Data data, IndexType type) Constructor, initializing the index structure. -
Uses of IndexType in org.basex.query.expr.index
Methods in org.basex.query.expr.index with parameters of type IndexTypeModifier and TypeMethodDescriptionfinal DataIndexDb.data(QueryContext qc, IndexType type) Checks if the specified index is available and returns the data reference.Constructors in org.basex.query.expr.index with parameters of type IndexType -
Uses of IndexType in org.basex.query.util.index
Methods in org.basex.query.util.index that return IndexTypeModifier and TypeMethodDescriptionChecks if the specified expression can be rewritten for index access, and returns the applicable index type.Methods in org.basex.query.util.index with parameters of type IndexTypeModifier and TypeMethodDescriptionbooleanTries to rewrite the specified input for index access.Checks if the specified expression can be rewritten for index access, and returns the applicable index type. -
Uses of IndexType in org.basex.util.ft
Methods in org.basex.util.ft that return IndexType