public interface I_CmsSearchConfigurationHighlighting
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlternateHighlightField()
Returns the index field whose content should be used if no highlighting snippet is available.
|
java.lang.String |
getFormatter()
Returns the formatter that should be used for highlighting.
|
java.lang.String |
getFragmenter()
Returns the fragmenter that should be used for highlighting.
|
java.lang.Integer |
getFragSize()
Returns the maximal size a highlighted snippet should have.
|
java.lang.String |
getHightlightField()
Returns the index field that should be used for highlighting.
|
java.lang.Integer |
getMaxAlternateHighlightFieldLength()
Returns the maximal length of the snippet that should be shown from the alternative field, if no highlighting snippet was found.
|
java.lang.String |
getSimplePost()
Returns the String that should be inserted directly after the term that should be highlighted.
|
java.lang.String |
getSimplePre()
Returns the String that should be inserted directly in front of the term that should be highlighted.
|
java.lang.Integer |
getSnippetsCount()
Returns the number of highlighted snippets that should be returned.
|
java.lang.Boolean |
getUseFastVectorHighlighting()
Returns the flag, that indicates if fast vector highlighting should be used.
|
java.lang.String getAlternateHighlightField()
java.lang.String getFormatter()
java.lang.String getFragmenter()
java.lang.Integer getFragSize()
java.lang.String getHightlightField()
java.lang.Integer getMaxAlternateHighlightFieldLength()
java.lang.String getSimplePost()
java.lang.String getSimplePre()
java.lang.Integer getSnippetsCount()
java.lang.Boolean getUseFastVectorHighlighting()