Class PostingsWithTermVectorsOffsetStrategy

java.lang.Object
org.apache.lucene.search.uhighlight.FieldOffsetStrategy
org.apache.lucene.search.uhighlight.PostingsWithTermVectorsOffsetStrategy

public class PostingsWithTermVectorsOffsetStrategy extends FieldOffsetStrategy
Like PostingsOffsetStrategy but also uses term vectors (only terms needed) for multi-term queries.
NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.