public static class SearchContextHighlight.FieldOptions extends Object
| Constructor and Description |
|---|
FieldOptions()
|
| Modifier and Type | Method and Description |
|---|---|
Character |
boundaryChars()
|
int |
boundaryMaxScan()
|
String |
encoder()
|
int |
fragmentCharSize()
|
String |
fragmenter()
|
int |
fragmentOffset()
|
String |
highlighterType()
|
Boolean |
highlightFilter()
|
org |
highlightQuery()
|
Set |
matchedFields()
|
int |
noMatchSize()
|
int |
numberOfFragments()
|
Map |
options()
|
int |
phraseLimit()
|
String |
postTags()
|
String |
preTags()
|
Boolean |
requireFieldMatch()
|
Boolean |
scoreOrdered()
|
public int fragmentCharSize()
public int numberOfFragments()
public int fragmentOffset()
public Stringencoder()
public String[] preTags()
public String[] postTags()
public BooleanscoreOrdered()
public BooleanhighlightFilter()
public BooleanrequireFieldMatch()
public StringhighlighterType()
public Stringfragmenter()
public int boundaryMaxScan()
public Character[] boundaryChars()
public org.apache .lucene .search .Query highlightQuery()
public int noMatchSize()
public int phraseLimit()