| Package | Description |
|---|---|
| org.apache.lucene.search.uhighlight |
The UnifiedHighlighter -- a flexible highlighter that can get offsets from postings, term vectors, or analysis.
|
| Modifier and Type | Field and Description |
|---|---|
static PhraseHelper |
PhraseHelper.NONE |
protected PhraseHelper |
FieldOffsetStrategy.strictPhrases |
| Modifier and Type | Method and Description |
|---|---|
protected PhraseHelper |
UnifiedHighlighter.getPhraseHelper(String field,
Query query,
EnumSet<UnifiedHighlighter.HighlightFlag> highlightFlags) |
| Modifier and Type | Method and Description |
|---|---|
protected UnifiedHighlighter.OffsetSource |
UnifiedHighlighter.getOptimizedOffsetSource(String field,
BytesRef[] terms,
PhraseHelper phraseHelper,
CharacterRunAutomaton[] automata) |
| Constructor and Description |
|---|
AnalysisOffsetStrategy(String field,
BytesRef[] extractedTerms,
PhraseHelper phraseHelper,
CharacterRunAutomaton[] automata,
Analyzer analyzer) |
FieldOffsetStrategy(String field,
BytesRef[] queryTerms,
PhraseHelper phraseHelper,
CharacterRunAutomaton[] automata) |
PostingsOffsetStrategy(String field,
BytesRef[] queryTerms,
PhraseHelper phraseHelper,
CharacterRunAutomaton[] automata) |
PostingsWithTermVectorsOffsetStrategy(String field,
BytesRef[] queryTerms,
PhraseHelper phraseHelper,
CharacterRunAutomaton[] automata) |
TermVectorOffsetStrategy(String field,
BytesRef[] queryTerms,
PhraseHelper phraseHelper,
CharacterRunAutomaton[] automata) |
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.