Package | Description |
---|---|
org.basex.data |
Database structures.
|
org.basex.query |
XQuery implementation.
|
org.basex.query.util |
XQuery utility classes.
|
org.basex.query.value.node |
Modifier and Type | Method and Description |
---|---|
FTPosData |
DBNodes.ftpos()
Returns full-text position data.
|
Constructor and Description |
---|
DBNodes(Data data,
FTPosData ftpos,
int... pres)
Constructor, specifying a database, pre values and full-text positions.
|
Modifier and Type | Field and Description |
---|---|
FTPosData |
QueryContext.ftPosData
Full-text position data (needed for highlighting full-text results).
|
Modifier and Type | Method and Description |
---|---|
DataBuilder |
DataBuilder.ftpos(byte[] nm,
FTPosData pos,
int len)
Attaches full-text position data.
|
Modifier and Type | Field and Description |
---|---|
FTPosData |
FTPosNode.ftpos
Full-text positions.
|
Constructor and Description |
---|
FTPosNode(Data data,
int pre,
FTPosData ftpos)
Constructor, called by the sequential variant.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.