Just to check, does the field have termVectors="true" set? I think it's required for FVH to work. Best Erick
On Wed, Jun 8, 2011 at 3:24 PM, Burton-West, Tom <tburt...@umich.edu> wrote: > 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> > >