Uses of Class
org.apache.blur.thrift.generated.HighlightOptions

Packages that use HighlightOptions
org.apache.blur.thrift.generated   
 

Uses of HighlightOptions in org.apache.blur.thrift.generated
 

Fields in org.apache.blur.thrift.generated declared as HighlightOptions
 HighlightOptions Selector.highlightOptions
          The HighlightOptions object controls how the data is highlighted.
 

Methods in org.apache.blur.thrift.generated that return HighlightOptions
 HighlightOptions HighlightOptions.deepCopy()
           
 HighlightOptions Selector.getHighlightOptions()
          The HighlightOptions object controls how the data is highlighted.
 HighlightOptions HighlightOptions.setPostTag(String postTag)
          The post tag is the tag that marks the end of the highlighting.
 HighlightOptions HighlightOptions.setPreTag(String preTag)
          The pre tag is the tag that marks the beginning of the highlighting.
 HighlightOptions HighlightOptions.setQuery(Query query)
          The original query is required if used in the Blur.fetchRow call.
 

Methods in org.apache.blur.thrift.generated with parameters of type HighlightOptions
 int HighlightOptions.compareTo(HighlightOptions other)
           
 boolean HighlightOptions.equals(HighlightOptions that)
           
 Selector Selector.setHighlightOptions(HighlightOptions highlightOptions)
          The HighlightOptions object controls how the data is highlighted.
 

Constructors in org.apache.blur.thrift.generated with parameters of type HighlightOptions
HighlightOptions(HighlightOptions other)
          Performs a deep copy on other.
Selector(boolean recordOnly, String locationId, String rowId, String recordId, Set<String> columnFamiliesToFetch, Map<String,Set<String>> columnsToFetch, int startRecord, int maxRecordsToFetch, HighlightOptions highlightOptions, List<String> orderOfFamiliesToFetch)
           
 



Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.