See: Description
| Interface | Description |
|---|---|
| IndexedTerm |
Interface for a term plus its index.
|
| Term |
Interface for a term, which is a basic unit of data in information retrieval.
|
| Termable |
Interface for an object that can be turned into a
Term. |
| TermCounts |
Interface for a class that holds counts associated with terms.
|
| TermFactory |
A factory for
Term objects. |
| TermIndex |
An interface for an index of terms.
|
| TermNGram |
Interface for a term that is some type of n-gram.
|
| TermOccurrence |
Interface for an occurrence of a term in some text.
|
| Class | Description |
|---|---|
| AbstractTerm |
Creates a new
AbstractTerm. |
| AbstractTermIndex |
An abstract implementation of the
TermIndex class that handles a lot
of the convenience method implementations. |
| DefaultIndexedTerm |
Default implementation of the
IndexedTerm interface. |
| DefaultTerm |
A default implementation of the
Term interface. |
| DefaultTermCounts |
A default implementation of the
TermCounts interface. |
| DefaultTermIndex |
A default implementation of the
TermIndex interface. |
| DefaultTermNGram |
A default implementation of the
TermNGram interface. |
| DefaultTermOccurrence |
A default implementation of the
TermOccurrence interface. |