We are trying to implement highlighting for wildcard (MultiTerm) queries.  This 
seems to work find with the regular highlighter but when we try to use the 
fastVectorHighlighter we don't see any results in the  highlighting section of 
the response.  Appended below are the parameters we are using.

Tom Burton-West

query
<str name="q">ocr:tink*</str>
highlighting params:

<str name="hl.highlightMultiTerm">true</str>
<str name="hl.fragsize">200</str>
<str name="hl.useFastVectorHighlighter">true</str>
<str name="hl.snippets">200</str>
<str name="hl.fragmentsBuilder">colored</str>
<str name="hl.fragListBuilder">simple</str>
<str name="hl.fl">ocr</str>
<str name="hl.usePhraseHighlighter">true</str>
<str name="hl">true</str>

Reply via email to