Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0
-
Fix Version/s: 3.0
-
Component/s: .structures
MapReduce Index reading of Terrier Inverted Indicies is now ready for testing. Output Takes the form of 'n' lists of Term-PostingList pairs. Where 'n' is set by the user.
Classes:
InvertedIndexSplit : Defines an ordered subset of documents from an Inverted Index and provides opperations on it.
InvertedIndexInputFormat : Splits the Inverted Index into 'n' InvertedIndexSplits by term.
InvertedIndexRecordReader : Defines Iteration through an InvertedIndexSplit