|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.arsc.multisearch.merge.FinalSet
public class FinalSet
Field Summary | |
---|---|
protected OrderedList |
rankedList
Final list of ranked documents to be printed |
protected DocumentWritable[] |
results
Documents in an array. |
Constructor Summary | |
---|---|
FinalSet()
Creates a new FinalSet object. |
Method Summary | |
---|---|
FinalSet |
getInstance()
Allows for reflection. |
OrderedList |
getList()
A function to retrieve the final result list |
java.lang.String |
getMergeAlgorithm()
A function to return the name of the Merge Algorithm. |
DocumentWritable[] |
getResults()
Return the documents as a results |
void |
merge(DocumentWritable[] docs)
A merge object based on the Naive Merge Algorithm. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected OrderedList rankedList
protected DocumentWritable[] results
Constructor Detail |
---|
public FinalSet()
Method Detail |
---|
public FinalSet getInstance()
public void merge(DocumentWritable[] docs)
DocumentWritable[]
- hits the documents to be folded into the finalsetpublic OrderedList getList()
public java.lang.String getMergeAlgorithm()
public DocumentWritable[] getResults()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |