Package com.liferay.portal.search.hits
Interface SearchHit
@ProviderType
public interface SearchHit
-
Method Details
-
getDocument
Document getDocument() -
getExplanation
String getExplanation() -
getHighlightFieldsMap
Map<String,HighlightField> getHighlightFieldsMap() -
getId
String getId() -
getMatchedQueries
String[] getMatchedQueries() -
getScore
float getScore() -
getSortValues
Object[] getSortValues() -
getSourcesMap
-
getVersion
long getVersion()
-