Package | Description |
---|---|
org.basex.data |
Database structures.
|
org.basex.index |
Database Index structures.
|
org.basex.index.query | |
org.basex.index.value | |
org.basex.util.ft |
Full-text specific utility classes.
|
Modifier and Type | Method and Description |
---|---|
void |
MemData.createIndex(IndexType type,
MainOptions options,
Command cmd) |
void |
DiskData.createIndex(IndexType type,
MainOptions options,
Command cmd) |
abstract void |
Data.createIndex(IndexType type,
MainOptions options,
Command cmd)
Drops the specified index.
|
boolean |
MemData.dropIndex(IndexType type) |
boolean |
DiskData.dropIndex(IndexType type) |
abstract boolean |
Data.dropIndex(IndexType type)
Drops the specified index.
|
byte[] |
Data.info(IndexType type,
MainOptions options)
Returns info on the specified index structure.
|
Modifier and Type | Method and Description |
---|---|
static IndexType |
IndexType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexType[] |
IndexType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IndexType |
StringToken.type() |
IndexType |
StringRange.type() |
IndexType |
NumericRange.type() |
IndexType |
IndexToken.type()
Returns the index type.
|
IndexType |
IndexEntries.type() |
Constructor and Description |
---|
IndexEntries(byte[] text,
boolean asc,
IndexType type)
Constructor for traversing entries.
|
IndexEntries(byte[] text,
IndexType type)
Constructor for prefix search.
|
Modifier and Type | Method and Description |
---|---|
void |
MemValues.create(IndexType type)
Creates an index.
|
Modifier and Type | Method and Description |
---|---|
IndexType |
FTLexer.type() |
Copyright © 2005–2015 BaseX Team. All rights reserved.