public class InvertedIndex
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
InvertedIndex.InvertedIndexKey
Key class for the inverted index application.
|
static class |
InvertedIndex.InvertedIndexValue
Value class, contains the location of the word and its offset within that location.
|
static class |
InvertedIndex.WordUtils
This class contains word utilities like stop-word checking.
|
Constructor and Description |
---|
InvertedIndex() |