Class HighlightImpl

java.lang.Object
ddf.catalog.operation.impl.HighlightImpl
All Implemented Interfaces:
ddf.catalog.operation.Highlight

public class HighlightImpl extends Object implements ddf.catalog.operation.Highlight
  • Constructor Details

    • HighlightImpl

      public HighlightImpl()
    • HighlightImpl

      public HighlightImpl(int beginIndex, int endIndex)
    • HighlightImpl

      public HighlightImpl(int beginIndex, int endIndex, int valueIndex)
  • Method Details

    • getValueIndex

      public int getValueIndex()
      Specified by:
      getValueIndex in interface ddf.catalog.operation.Highlight
    • getBeginIndex

      public int getBeginIndex()
      Specified by:
      getBeginIndex in interface ddf.catalog.operation.Highlight
    • getEndIndex

      public int getEndIndex()
      Specified by:
      getEndIndex in interface ddf.catalog.operation.Highlight
    • setValueIndex

      public void setValueIndex(int valueIndex)
    • setBeginIndex

      public void setBeginIndex(int beginIndex)
    • setEndIndex

      public void setEndIndex(int endIndex)
    • apply

      public String apply(String input, String beginTag, String endTag)
    • apply

      public void apply(List<String> values, String beginTag, String endTag)