Hi, 
The reason why I use useFastVectorHighlighter is because I want to set 
stored="false", and with more settings like  termVectors="true" 
termPositions="true" termOffsets="true". If stored="true", what is the 
difference between normal highlight and useFastVectorHighlighter? What is the 
right situation for using useFastVectorHighlighter?

Thanks!

-----Original Message-----
From: Ahmet Arslan [mailto:iori...@yahoo.com] 
Sent: 2012年5月28日 16:40
To: solr-user@lucene.apache.org
Subject: Re: useFastVectorHighlighter doesn't work

> 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