Package org.alfresco.search.model
Class SearchEntryHighlight
java.lang.Object
org.alfresco.search.model.SearchEntryHighlight
SearchEntryHighlight
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSnippetsItem(String snippetsItem) booleangetField()The field where a match occured (one of the fields defined on the request)Any number of snippets for the specified field highlighting the matching textinthashCode()voidvoidsetSnippets(List<String> snippets) toString()
-
Constructor Details
-
SearchEntryHighlight
public SearchEntryHighlight()
-
-
Method Details
-
field
-
getField
The field where a match occured (one of the fields defined on the request)- Returns:
- field
-
setField
-
snippets
-
addSnippetsItem
-
getSnippets
Any number of snippets for the specified field highlighting the matching text- Returns:
- snippets
-
setSnippets
-
equals
-
hashCode
public int hashCode() -
toString
-