|
Clearspace API (2.5.29) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SearchResult
A SearchResult is a result returned by a query performed against one or many SearchEngines. NOTE: To return a collection of these, the SearchEngine must return true
for isQueryResultParseable.
SearchEngine| Method Summary | |
|---|---|
String |
getAuthor()
The author of the result (will be displayed on the view). |
String |
getDescription()
The description of the result (will be displayed on the view). |
Date |
getLastUpdatedDate()
The last updated date of this resource. |
Date |
getPublishedDate()
The published date of this resource. |
String |
getResourceURL()
The link to the search result resource. |
String |
getTitle()
The title of the result (will be displayed on the view). |
| Method Detail |
|---|
String getTitle()
String getAuthor()
String getDescription()
Date getPublishedDate()
Date getLastUpdatedDate()
String getResourceURL()
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||