| Interface | Description |
|---|---|
| Highlighter |
| Class | Description |
|---|---|
| CustomQueryScorer | |
| FastVectorHighlighter | |
| HighlightBuilder |
A builder for search highlighting.
|
| HighlightBuilder.Field | |
| HighlighterContext | |
| HighlighterParseElement |
highlight : {
tags_schema : "styled",
pre_tags : ["tag1", "tag2"],
post_tags : ["tag1", "tag2"],
order : "score",
highlight_filter : true,
fields : {
field1 : { },
field2 : { fragment_size : 100, number_of_fragments : 2 },
field3 : { number_of_fragments : 5, order : "simple", tags_schema : "styled" },
field4 : { number_of_fragments: 0, pre_tags : ["openingTagA", "openingTagB"], post_tags : ["closingTag"] }
}
}
|
| Highlighters |
An extensions point and registry for all the highlighters a node supports.
|
| HighlightField |
A field highlighted with its highlighted fragments.
|
| HighlightPhase | |
| HighlightUtils | |
| PlainHighlighter | |
| PostingsHighlighter | |
| SearchContextHighlight | |
| SearchContextHighlight.Field | |
| SearchContextHighlight.FieldOptions |
Copyright © 2009–2017. All rights reserved.