|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Extended interface for additional search and retrieval operations.
| Method Summary | |
Collection |
getDocumentAbstracts(ISearchResultList searchResults)
gets the abstract of documents |
Collection |
getHighlightedContent(ISearchResultList searchResults,
IQueryEntryList queryList)
gets the hightlighted content of resources with respect to the queryList |
Collection |
getHighlightedSummary(ISearchResultList searchResults,
IQueryEntryList queryList,
int maxNumberOfWords)
Returns a summary for all input documents. |
| Method Detail |
public Collection getDocumentAbstracts(ISearchResultList searchResults)
throws WcmException
searchResults - search result list with resources for that abstracts have to be returned
WcmException
public Collection getHighlightedContent(ISearchResultList searchResults,
IQueryEntryList queryList)
throws WcmException
searchResults - search result list with resources for which content have to be returnedqueryList - the queries to be highlighted
WcmException
public Collection getHighlightedSummary(ISearchResultList searchResults,
IQueryEntryList queryList,
int maxNumberOfWords)
throws WcmException
searchResults - input search resultsqueryList - specifies the words which should be highlightedmaxNumberOfWords - maximum number of words in the summary
WcmException - Exception raised in failure situation
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||