|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
position
.
DEFAULT_MAX_CHARS_TO_ANALYZE
Encoder
implementation that does not modify the outputHighlighter
class.Document
to retrieve the TokenStream.
getMaxDocCharsToAnalyze()
, since this value has always counted on chars. They both set the same internal value, however
WeightedSpanTerms
from the given Query
and TokenStream
.
WeightedSpanTerms
from the given Query
and TokenStream
.
WeightedSpanTerms
from the given Query
and TokenStream
.
Fragmenter
, Scorer
, Formatter
,
Encoder
and tokenizers.Fragmenter
implementation which does not fragment the text.Scorer
implementation which scores text fragments by the number of unique query terms found.setMaxDocCharsToAnalyze(int)
, since this value has always counted chars
Fragmenter
implementation which breaks text up into same-size
fragments with no concerns over spotting sentence boundaries.Encoder
implementation to escape text for HTML outputFormatter
implementation to highlight terms with a pre and post tagFragmenter
implementation which breaks text up into same-size
fragments but does not split up Spans.Scorer
implementation which scores text fragments by the number of
unique query terms found.WeightedSpanTerm
s from a Query
based on whether Terms from the query are contained in a supplied TokenStream.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |