Package | Description |
---|---|
org.basex.data |
Database structures.
|
org.basex.index |
Database Index structures.
|
org.basex.index.ft | |
org.basex.index.name | |
org.basex.index.path | |
org.basex.index.query | |
org.basex.index.resource | |
org.basex.index.value | |
org.basex.util.ft |
Full-text specific utility classes.
|
Modifier and Type | Method and Description |
---|---|
int |
Data.costs(IndexToken token)
Returns a cost estimation for searching the specified token.
|
IndexIterator |
Data.iter(IndexToken token)
Returns an index iterator for the specified token.
|
Modifier and Type | Method and Description |
---|---|
int |
Index.costs(IndexToken token)
Returns a cost estimation for searching the specified token.
|
IndexIterator |
Index.iter(IndexToken token)
Returns an iterator for the index results.
|
Modifier and Type | Method and Description |
---|---|
int |
FTIndex.costs(IndexToken it) |
IndexIterator |
FTIndex.iter(IndexToken it) |
Modifier and Type | Method and Description |
---|---|
int |
Names.costs(IndexToken token) |
IndexIterator |
Names.iter(IndexToken token) |
Modifier and Type | Method and Description |
---|---|
int |
PathSummary.costs(IndexToken token) |
IndexIterator |
PathSummary.iter(IndexToken token) |
Modifier and Type | Class and Description |
---|---|
class |
IndexEntries
This class contains information for returning index entries.
|
class |
NumericRange
This class stores a numeric range for index access.
|
class |
StringRange
This class stores a string range for index access.
|
class |
StringToken
This class defines access to index text tokens.
|
Modifier and Type | Method and Description |
---|---|
int |
Resources.costs(IndexToken token) |
IndexIterator |
Resources.iter(IndexToken token) |
Modifier and Type | Method and Description |
---|---|
int |
MemValues.costs(IndexToken token) |
int |
DiskValues.costs(IndexToken it) |
IndexIterator |
MemValues.iter(IndexToken token) |
IndexIterator |
DiskValues.iter(IndexToken it) |
Modifier and Type | Class and Description |
---|---|
class |
FTLexer
Performs full-text lexing on token.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.