Interface ISearchResult
public interface ISearchResult
This class holds information for a single Search Result
- Since:
- 3.6
-
Method Summary
Modifier 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
-
getHref
String getHref()Get the href of this search result topic- Returns:
- the href of this search result topic
-
getDescription
String getDescription()Get the description of this search result topic- Returns:
- the description of this search result topic
-
getSummary
-
getLabel
-
getId
-
getParticipantId
-
getIcon
-
getScore
float getScore()Gets the score float value associated with this search result- Returns:
- the score float value associated with this search result
-
getToc
-
isPotentialHit
boolean isPotentialHit()Returns whether the result a potential hit- Returns:
trueif the result a potential hit,falseotherwise
-