|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexToken | |
---|---|
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. |
Uses of IndexToken in org.basex.data |
---|
Methods in org.basex.data with parameters of type IndexToken | |
---|---|
int |
Data.count(IndexToken token)
Returns the number of indexed pre references for the specified token. |
IndexIterator |
Data.iter(IndexToken token)
Returns the indexed pre references for the specified token. |
Uses of IndexToken in org.basex.index |
---|
Methods in org.basex.index with parameters of type IndexToken | |
---|---|
int |
Index.count(IndexToken token)
Returns the (approximate/estimated) number of hits for the specified token. |
IndexIterator |
Index.iter(IndexToken token)
Returns an iterator for the index results. |
Uses of IndexToken in org.basex.index.ft |
---|
Methods in org.basex.index.ft with parameters of type IndexToken | |
---|---|
int |
FTIndex.count(IndexToken it)
|
IndexIterator |
FTIndex.iter(IndexToken it)
|
Uses of IndexToken in org.basex.index.name |
---|
Methods in org.basex.index.name with parameters of type IndexToken | |
---|---|
int |
Names.count(IndexToken token)
|
IndexIterator |
Names.iter(IndexToken token)
|
Uses of IndexToken in org.basex.index.path |
---|
Methods in org.basex.index.path with parameters of type IndexToken | |
---|---|
int |
PathSummary.count(IndexToken token)
|
IndexIterator |
PathSummary.iter(IndexToken token)
|
Uses of IndexToken in org.basex.index.query |
---|
Classes in org.basex.index.query that implement IndexToken | |
---|---|
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. |
Uses of IndexToken in org.basex.index.resource |
---|
Methods in org.basex.index.resource with parameters of type IndexToken | |
---|---|
int |
Resources.count(IndexToken token)
|
IndexIterator |
Resources.iter(IndexToken token)
|
Uses of IndexToken in org.basex.index.value |
---|
Methods in org.basex.index.value with parameters of type IndexToken | |
---|---|
int |
DiskValues.count(IndexToken it)
|
int |
MemValues.count(IndexToken it)
|
IndexIterator |
UpdatableMemValues.iter(IndexToken tok)
|
IndexIterator |
DiskValues.iter(IndexToken it)
|
IndexIterator |
MemValues.iter(IndexToken tok)
|
Uses of IndexToken in org.basex.util.ft |
---|
Classes in org.basex.util.ft that implement IndexToken | |
---|---|
class |
FTLexer
Performs full-text lexing on token. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |