| Class | Description |
|---|---|
| CaseTable |
Store a canonical (lowercase) form of a word and all other forms
in which it occur, as follows:
|
| DescIntComparator |
Compare two integers in descending order
|
| Dictionary |
Mediate access to all databases (called Dictionary for
'historical' reasons; see tec-server)
|
| DictProperties |
Load dictionary defaults
|
| FileTable |
Store all files or URI currently indexed
|
| FreqKeyCreator |
Create key for secondary frequency database (key is frequency)
|
| FreqTable |
Store a (case-sensitive) word form and the frequency
with which it occurs
|
| IntegerSetBinding |
Tuple binding for storing sets of Java ints into a JE database
|
| IntOffsetArrayBinding |
Tuple binding for compressing and storing arrays of Java ints
(ordered in ascending order) into a JE database.
|
| StringIntKey |
Encapsulate WordPositionTable's key
|
| StringIntKeyBinding |
Custom tuple binding for a string followed by and integer (as in
the key for WordPositionTable)
|
| StringSetBinding |
Tuple binding for storing sets of Strings into a JE database
|
| SubcorpusDelimPairBinding |
Custom tuple binding for a pair of integers (as in
the key value for SubcorpusTable entries)
|
| SubcorpusDirectory |
Manage sub-corpus indices
|
| SubcorpusKeyCreator |
Create key for secondary frequency database (key is frequency)
|
| SubcorpusTable |
Store the delimiters so sub-sections of corpus documents
|
| TPosTable |
Store all files token offsets for a particular file (seq_integer)
|
| WordFileTable |
Store words and the (integer) keys to files in which they occur as
follows:
|
| WordPositionTable |
Store words and the positions in which they occur as follows:
|
| Exception | Description |
|---|---|
| AlreadyIndexedException |
Indicate that file or URI has already been added to the index.
|
| EmptyFileException |
Indicate that file or URI contains no indexable tokens
|
| NotIndexedException |
Indicate that file or URI has not been added to the index.
|