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