|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Index | |
---|---|
org.basex.data | This package contains the main database structures. |
org.basex.index | This package contains all database index structures. |
Uses of Index in org.basex.data |
---|
Classes in org.basex.data that implement Index | |
---|---|
class |
PathSummary
This class stores the path summary of a document. |
Methods in org.basex.data with parameters of type Index | |
---|---|
void |
MemData.setIndex(Data.Type type,
Index ind)
|
void |
DiskData.setIndex(Data.Type type,
Index index)
|
abstract void |
Data.setIndex(Data.Type type,
Index ind)
Assigns the specified index. |
Uses of Index in org.basex.index |
---|
Classes in org.basex.index that implement Index | |
---|---|
class |
FTFuzzy
This class provides access to attribute values and text contents stored on disk. |
class |
FTIndex
This abstract class defines methods for the available full-text indexes. |
class |
FTTrie
This class indexes text contents in a compressed trie on disk. |
class |
MemValues
This class provides a main-memory access to attribute values and text contents. |
class |
Values
This class provides access to attribute values and text contents stored on disk. |
Methods in org.basex.index that return Index | |
---|---|
Index |
PathBuilder.build()
|
abstract Index |
IndexBuilder.build()
Builds the index structure and returns an index instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |