|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.arsc.multisearch.merge.FinalSet
edu.arsc.multisearch.merge.RankShuffleMergeSet
public class RankShuffleMergeSet
Field Summary |
---|
Fields inherited from class edu.arsc.multisearch.merge.FinalSet |
---|
rankedList, results |
Constructor Summary | |
---|---|
RankShuffleMergeSet()
Creates a new NaiveMergeSet to allow merging of Documents |
Method Summary | |
---|---|
RankShuffleMergeSet |
getInstance()
Allows for reflection. |
java.lang.String |
getMergeAlgorithm()
A function that returns the class name of this algorithm. |
void |
merge(DocumentWritable[] hits)
A merge object based on the Naive Merge Algorithm. |
Methods inherited from class edu.arsc.multisearch.merge.FinalSet |
---|
getList, getResults |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RankShuffleMergeSet()
Method Detail |
---|
public RankShuffleMergeSet getInstance()
getInstance
in class FinalSet
public void merge(DocumentWritable[] hits)
merge
in class FinalSet
DocumentWritable[]
- hits the documents to be folded into the finalsetpublic java.lang.String getMergeAlgorithm()
getMergeAlgorithm
in class FinalSet
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |