|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSearchOperations.SearchEngine
public class SearchEngine
Facilitates the searching activities of the application
Constructor Summary | |
---|---|
SearchEngine()
|
Method Summary | |
---|---|
static java.util.Vector |
getDocumentRankings(Query Query,
DocumentTreeSet DocumentTreeSet)
Gets a vector with document rankings derived from the document term weights and the query term weights. |
static java.util.Vector |
getRelevantDocuments(Query Query,
DocumentTreeSet DocumentTreeSet)
Gets a vector with the relevant documents that satisfy the query. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchEngine()
Method Detail |
---|
public static java.util.Vector getRelevantDocuments(Query Query, DocumentTreeSet DocumentTreeSet)
public static java.util.Vector getDocumentRankings(Query Query, DocumentTreeSet DocumentTreeSet)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |