| ArrayJoiner |
A Joiner utility that works for primitive arrays which Guava's Joiner
can't deal with.
|
| DistanceResult |
Immutable generic distance result that contains a document type object and
its distance (to some artificial queried document).
|
| InputProvider |
A provider that provides generic input from a generic source as an iterator
that can be read over and over again.
|
| InvertedIndex |
Inverted Index, mainly developed for sparse vectors to speedup dimension
lookups for fast distance measurement and search space reduction.
|
| InvertedIndex.DocumentDistanceMeasurer |
Measurer that measures distance of two documents.
|
| InvertedIndex.DocumentMapper |
Mapper that maps a document to its keys.
|
| StringPool |
Simple map based StringPool that is considered faster than using
String.intern(), but uses a bit more memory.
|