|
Clearspace API (1.7.0) 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 | |
|---|---|
java.lang.String |
getAuthor()
The author of the result (will be displayed on the view). |
java.lang.String |
getDescription()
The description of the result (will be displayed on the view). |
java.util.Date |
getLastUpdatedDate()
The last updated date of this resource. |
java.util.Date |
getPublishedDate()
The published date of this resource. |
java.lang.String |
getResourceURL()
The link to the search result resource. |
java.lang.String |
getTitle()
The title of the result (will be displayed on the view). |
| Method Detail |
|---|
java.lang.String getTitle()
java.lang.String getAuthor()
java.lang.String getDescription()
java.util.Date getPublishedDate()
java.util.Date getLastUpdatedDate()
java.lang.String getResourceURL()
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||