I switched over to the FastVectorHighlighter, but I'm struggling with
the highlighting wiki. For example, it took me a while to figure out
that "Highlighter only" means that a parameter doesn't work for FVH.
Can somebody wise tell me if the following are valid corrections I can make:
- fragSize=0 can be accomplished in FVH by creating a fragListBuilder
in your config:
<fragListBuilder name="single"
class="solr.highlight.SingleFragListBuilder"/>
and then calling it with hl.fragListBuilder=single
- fragListBuilder supports field level overrides (this isn't mentioned
currently)
- the wiki says that hl.useFastVectorHighlighter is defaulted to
false. I read somewhere that FVH is True when the data has been indexed
with termVectors, termPositions and termOffsets. Is that correct?
Thanks,
Mike