|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SearchResult
An individual search result. The SearchResult provides access to a number of attributes that are populated directly from the index without requiring an additional database hit. There should be enough information directly in the result to give a pretty detailed description of the hit. It is heavier than it's parent @see BaseSearchResult which should be used in preference when the lucene fields required to be accessed can be known by the developer in advance of the lucene query being executed.
Method Summary | |
---|---|
String |
getContent()
Gets the text content of the search result. |
Integer |
getContentVersion()
Returns the version of the content if available, or null if there's no version for this result. |
Date |
getCreationDate()
|
String |
getCreator()
|
String |
getDisplayTitle()
Gets the title of the search result appropriate for displaying to a user. |
Map<String,String> |
getExtraFields()
If the retrieved documents contain additional fields that cannot be directly accessed by this interface then they can be retrieved via this method. |
Set<String> |
getLabels(com.atlassian.user.User user)
Gets the labels on the current search result that are visible to the specified user. |
Date |
getLastModificationDate()
Gets the last modification date of the entity represented by the search result. |
String |
getLastModifier()
Gets the username of the last person to modify the entity represented by the search result. |
String |
getLastUpdateDescription()
Gets some string describing the last modification to this content. |
String |
getOwnerTitle()
If this result represents an attachment then this field will return the title of the page or blog post the attachment is attached to. |
String |
getOwnerType()
If this result represents an attachment then this field will return the type of the container, a page or blogpost. |
Set<String> |
getPersonalLabels()
Gets all the personal labels on the current search result. |
String |
getSpaceKey()
|
String |
getSpaceName()
|
String |
getType()
Gets a string representation of the type of the entity represented by the search result. |
String |
getUrlPath()
Gets the URL path to the search result, relative to the site's context root. |
boolean |
hasLabels()
|
boolean |
isHomePage()
Checks if the search result represents the homepage of a space. |
Methods inherited from interface com.atlassian.confluence.search.v2.BaseSearchResult |
---|
getField, getHandle, isFieldRequested |
Method Detail |
---|
Map<String,String> getExtraFields()
The field names are abstracted from the underlying search implementation and will be centrally defined. Their values are not yet documented.
String getContent()
String getType()
ContentEntityObject.getType()
ContentTypeAware.getType()
boolean isHomePage()
Date getLastModificationDate()
String getLastModifier()
String getDisplayTitle()
Addressable.getDisplayTitle()
String getUrlPath()
Addressable.getUrlPath()
String getLastUpdateDescription()
This string is user-supplied, and therefore not internationalised
ContentEntityObject.getVersionComment()
String getSpaceName()
String getSpaceKey()
boolean hasLabels()
Set<String> getLabels(com.atlassian.user.User user)
user
- filter labels by this user
Set<String> getPersonalLabels()
Date getCreationDate()
String getCreator()
String getOwnerType()
String getOwnerTitle()
Integer getContentVersion() throws NumberFormatException
null
if there's no version for this result.
NumberFormatException
- if the document in the index has an unparseable version number
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |