org.elasticsearch.search.highlight
Class SearchContextHighlight.Field

java.lang.Object
  extended by org.elasticsearch.search.highlight.SearchContextHighlight.Field
Enclosing class:
SearchContextHighlight

public static class SearchContextHighlight.Field
extends Object


Constructor Summary
SearchContextHighlight.Field(String field)
           
 
Method Summary
 char[] boundaryChars()
           
 void boundaryChars(char[] boundaryChars)
           
 int boundaryMaxScan()
           
 void boundaryMaxScan(int boundaryMaxScan)
           
 String encoder()
           
 void encoder(String encoder)
           
 String field()
           
 int fragmentCharSize()
           
 void fragmentCharSize(int fragmentCharSize)
           
 int fragmentOffset()
           
 void fragmentOffset(int fragmentOffset)
           
 Boolean highlightFilter()
           
 void highlightFilter(boolean highlightFilter)
           
 int numberOfFragments()
           
 void numberOfFragments(int numberOfFragments)
           
 String[] postTags()
           
 void postTags(String[] postTags)
           
 String[] preTags()
           
 void preTags(String[] preTags)
           
 Boolean requireFieldMatch()
           
 void requireFieldMatch(boolean requireFieldMatch)
           
 Boolean scoreOrdered()
           
 void scoreOrdered(boolean scoreOrdered)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchContextHighlight.Field

public SearchContextHighlight.Field(String field)
Method Detail

field

public String field()

fragmentCharSize

public int fragmentCharSize()

fragmentCharSize

public void fragmentCharSize(int fragmentCharSize)

numberOfFragments

public int numberOfFragments()

numberOfFragments

public void numberOfFragments(int numberOfFragments)

fragmentOffset

public int fragmentOffset()

fragmentOffset

public void fragmentOffset(int fragmentOffset)

encoder

public String encoder()

encoder

public void encoder(String encoder)

preTags

public String[] preTags()

preTags

public void preTags(String[] preTags)

postTags

public String[] postTags()

postTags

public void postTags(String[] postTags)

scoreOrdered

public Boolean scoreOrdered()

scoreOrdered

public void scoreOrdered(boolean scoreOrdered)

highlightFilter

public Boolean highlightFilter()

highlightFilter

public void highlightFilter(boolean highlightFilter)

requireFieldMatch

public Boolean requireFieldMatch()

requireFieldMatch

public void requireFieldMatch(boolean requireFieldMatch)

boundaryMaxScan

public int boundaryMaxScan()

boundaryMaxScan

public void boundaryMaxScan(int boundaryMaxScan)

boundaryChars

public char[] boundaryChars()

boundaryChars

public void boundaryChars(char[] boundaryChars)


Copyright © 2009-2012. All Rights Reserved.