org.eclipse.smila.search.highlighting.transformer
Class ComplexHLResultAggregation.HlTriple
java.lang.Object
org.eclipse.smila.search.highlighting.transformer.ComplexHLResultAggregation.HlTriple
- All Implemented Interfaces:
- java.lang.Comparable<ComplexHLResultAggregation.HlTriple>
- Enclosing class:
- ComplexHLResultAggregation
public static class ComplexHLResultAggregation.HlTriple
- extends java.lang.Object
- implements java.lang.Comparable<ComplexHLResultAggregation.HlTriple>
Inner class HlTriple.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComplexHLResultAggregation.HlTriple
public ComplexHLResultAggregation.HlTriple()
compareTo
public int compareTo(ComplexHLResultAggregation.HlTriple obj)
-
- Specified by:
compareTo in interface java.lang.Comparable<ComplexHLResultAggregation.HlTriple>
- See Also:
Comparable.compareTo(java.lang.Object)
getHighLighted
public DHighLighted getHighLighted()
- Returns:
- the highLighted
getPrefix
public java.lang.String getPrefix()
- Returns:
- the prefix
getSuffix
public java.lang.String getSuffix()
- Returns:
- the suffix
setHighLighted
public void setHighLighted(DHighLighted highLighted)
- Parameters:
highLighted - the highLighted to set
setPrefix
public void setPrefix(java.lang.String prefix)
- Parameters:
prefix - the prefix to set
setSuffix
public void setSuffix(java.lang.String suffix)
- Parameters:
suffix - the suffix to set