| Interface | Description |
|---|---|
| Index |
This interface defines the methods which have to be implemented
by an index structure.
|
| IndexToken |
This class defines access to index tokens.
|
| Class | Description |
|---|---|
| EntryIterator |
This interface provides methods for returning index entries.
|
| IdPreMap |
ID -> PRE mapping.
|
| IndexBuilder |
This interface defines the functions which are needed for building
new index structures.
|
| IndexCache |
This class caches sizes and pointers from index results.
|
| IndexCache.CacheEntry |
Cache entry data.
|
| IndexIterator |
This interface provides methods for returning index results.
|
| IndexStats |
This class assembles some index statistics.
|
| IndexTree |
This class indexes keys in a balanced binary tree, including their id
values.
|
| Names |
This class indexes and organizes the tags or attribute names,
used in an XML document.
|
| RangeToken |
This class defines access to index text tokens.
|
| Resources |
This index organizes all database resources.
|
| Stats |
This class provides statistical data for an indexed node.
|
| ValuesToken |
This class defines access to index text tokens.
|
| Enum | Description |
|---|---|
| IndexToken.IndexType |
Index types.
|
| StatsType |
Content types, used for index statistics.
|