|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Creates a set of Keyword -> Document relationships.
Extracts a set of keywords from documents. Can be used to generate a set of related documents based on keyword similarities
as used with the RelatedDocumentProcessor.
| Method Summary | |
void |
dataComplete()
Data feed is complete. |
void |
dataComplete(boolean computeRelatedDocs)
|
java.util.Map |
getDocuments()
returns Map of document Key -> Document |
java.util.Map |
getKeywordAssociations(int minAssociationDistance,
boolean returnRanked)
|
java.util.Map |
getKeywords()
returns a map of keyword text -> Keyword instance. |
OrderedMap |
getWordDocumentMap()
Returns a map of keyword --> List of documents containing the keyword. |
OrderedMap |
getWordDocumentMap(WordCountComparator sortBy)
Returns a map of keyword --> List of documents containing the keyword. |
void |
processResultSet(java.lang.String sessionID,
IResultSet data)
processes the IResultSet (somehow) |
void |
reset()
|
| Methods inherited from interface com.raritantechnologies.searchApp.IResultSetProcessor |
initialize, initialize |
| Methods inherited from interface com.raritantechnologies.searchApp.dataCollection.IGatewayOutputProcessor |
getConfigurationXML, initialize, initialize, processData |
| Method Detail |
public void reset()
public void processResultSet(java.lang.String sessionID,
IResultSet data)
IResultSetProcessor
processResultSet in interface IResultSetProcessorpublic void dataComplete()
IResultSetProcessor
dataComplete in interface IResultSetProcessorpublic void dataComplete(boolean computeRelatedDocs)
public OrderedMap getWordDocumentMap()
public OrderedMap getWordDocumentMap(WordCountComparator sortBy)
public java.util.Map getDocuments()
Document
public java.util.Map getKeywords()
public java.util.Map getKeywordAssociations(int minAssociationDistance,
boolean returnRanked)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||