public interface ISearchResult
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get the description of this search result topic
|
String |
getHref()
Get the href of this search result topic
|
URL |
getIcon()
Gets the Icon for this topic
|
String |
getId()
Gets the ID
|
String |
getLabel()
Gets the label for this search result
|
String |
getParticipantId()
Gets the participant ID
|
float |
getScore()
Gets the score float value associated with this search result
|
String |
getSummary()
Gets a summary of this search result
|
IToc |
getToc()
Gets the IToc parent of this result
|
boolean |
isPotentialHit()
Returns whether the result a potential hit
|
String getHref()
String getDescription()
String getSummary()
String getLabel()
String getId()
String getParticipantId()
URL getIcon()
float getScore()
IToc getToc()
boolean isPotentialHit()
true
if the result a potential hit, false
otherwise
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.