Package org.eclipse.help.search
Interface ISearchResult
public interface ISearchResult
This class holds information for a single Search Result
- Since:
- 3.6
- 
Method SummaryModifier and TypeMethodDescriptionGet the description of this search result topicgetHref()Get the href of this search result topicgetIcon()Gets the Icon for this topicgetId()Gets the IDgetLabel()Gets the label for this search resultGets the participant IDfloatgetScore()Gets the score float value associated with this search resultGets a summary of this search resultgetToc()Gets the IToc parent of this resultbooleanReturns whether the result a potential hit
- 
Method Details- 
getHrefString getHref()Get the href of this search result topic- Returns:
- the href of this search result topic
 
- 
getDescriptionString getDescription()Get the description of this search result topic- Returns:
- the description of this search result topic
 
- 
getSummaryString getSummary()Gets a summary of this search result- Returns:
- a summary of this search result
 
- 
getLabelString getLabel()Gets the label for this search result- Returns:
- the label for this search result
 
- 
getIdString getId()Gets the ID- Returns:
- the ID
 
- 
getParticipantIdString getParticipantId()Gets the participant ID- Returns:
- the participant ID
 
- 
getIconURL getIcon()Gets the Icon for this topic- Returns:
- the Icon for this topic
 
- 
getScorefloat getScore()Gets the score float value associated with this search result- Returns:
- the score float value associated with this search result
 
- 
getTocIToc getToc()Gets the IToc parent of this result- Returns:
- the IToc parent of this result
 
- 
isPotentialHitboolean isPotentialHit()Returns whether the result a potential hit- Returns:
- trueif the result a potential hit,- falseotherwise
 
 
-