|
Jive API (3.0.13) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SearchQueryResult
Encapsulates a search result resulting from a search using the SearchQuery class. Relevance is only stored to 3 significant decimal places (xx.x%)
| Method Summary | |
|---|---|
EntityDescriptor |
getEntityDescriptor()
This method returns a EntityDescriptor that points to the object this query result pertains to. |
JiveObject |
getJiveObject()
This method returns a JiveObject this query result pertains to. |
long |
getJiveObjectID()
Retrieve the unique id for the jive object this query result pertains to. |
int |
getJiveObjectType()
Retrieve the type of the jive object this query result pertains to. |
Date |
getModificationDate()
Returns the modification date of the jive content object this query result pertains to. |
float |
getRelevance()
Get the relevance of this query result as determined by the search engine. |
String |
getRelevanceAsPercentage(Locale locale)
Returns the relevance as a percentage (no decimal places) formatted according to the locale passed in. |
| Method Detail |
|---|
long getJiveObjectID()
int getJiveObjectType()
JiveObject getJiveObject()
EntityDescriptor getEntityDescriptor()
Date getModificationDate()
float getRelevance()
String getRelevanceAsPercentage(Locale locale)
locale - the locale to use to format the percentage.
|
Jive Product Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||