> I had a schema defined as <field name="text" type="text"
> indexed="true" stored="false" termVectors="true"
> termPositions="true" termOffsets="true"/>

You need to mark your text field as stored="true" to use 
&hl.useFastVectorHighlighter=true

Reply via email to