Package org.alfresco.search.model
Class RequestHighlightFields
java.lang.Object
org.alfresco.search.model.RequestHighlightFields
RequestHighlightFields
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfragmentSize(Integer fragmentSize) getField()The name of the field to highlight.Get fragmentSizeGet postfixGet prefixGet snippetCountinthashCode()Get mergeContiguousmergeContiguous(Boolean mergeContiguous) voidvoidsetFragmentSize(Integer fragmentSize) voidsetMergeContiguous(Boolean mergeContiguous) voidsetPostfix(String postfix) voidvoidsetSnippetCount(Integer snippetCount) snippetCount(Integer snippetCount) toString()
-
Constructor Details
-
RequestHighlightFields
public RequestHighlightFields()
-
-
Method Details
-
field
-
getField
The name of the field to highlight.- Returns:
- field
-
setField
-
snippetCount
-
getSnippetCount
Get snippetCount- Returns:
- snippetCount
-
setSnippetCount
-
fragmentSize
-
getFragmentSize
Get fragmentSize- Returns:
- fragmentSize
-
setFragmentSize
-
mergeContiguous
-
isMergeContiguous
Get mergeContiguous- Returns:
- mergeContiguous
-
setMergeContiguous
-
prefix
-
getPrefix
Get prefix- Returns:
- prefix
-
setPrefix
-
postfix
-
getPostfix
Get postfix- Returns:
- postfix
-
setPostfix
-
equals
-
hashCode
public int hashCode() -
toString
-