|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvertedIndex | |
---|---|
org.terrier.matching | Provides the classes and interfaces used for matching documents to queries. |
org.terrier.querying | Provides the interfaces and classes for the querying API of the Terrier platform, the controls, post processors and filters. |
org.terrier.structures | Provides the classes that implement the data structures used for retrieval with the Terrier platform. |
Uses of InvertedIndex in org.terrier.matching |
---|
Fields in org.terrier.matching declared as InvertedIndex | |
---|---|
protected InvertedIndex |
PostingListManager.invertedIndex
inverted index of the index |
Uses of InvertedIndex in org.terrier.querying |
---|
Fields in org.terrier.querying declared as InvertedIndex | |
---|---|
protected InvertedIndex |
QueryExpansion.invertedIndex
The inverted index used for retrieval. |
Uses of InvertedIndex in org.terrier.structures |
---|
Subclasses of InvertedIndex in org.terrier.structures | |
---|---|
class |
BlockInvertedIndex
This class implements the block field inverted index for performing retrieval. |
Methods in org.terrier.structures that return InvertedIndex | |
---|---|
InvertedIndex |
Index.getInvertedIndex()
Returns the InvertedIndex to use for this index |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |