Toggle navigation
JarYard
Browse
Search
About
Groups
org.elasticsearch
elasticsearch
1.7.1
Javadoc
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Search
Package
org
.
apache
.
lucene
.
search
.
postingshighlight
Class Summary
Class
Description
CustomPassageFormatter
Custom passage formatter that allows us to: 1) extract different snippets (instead of a single big string) together with their scores (
Snippet
) 2) use the
Encoder
implementations that are already used with the other highlighters
CustomPostingsHighlighter
Subclass of the
XPostingsHighlighter
that works for a single field in a single document.
Snippet
Represents a scored highlighted snippet.
XPostingsHighlighter