Class MultiFieldsOffsetStrategy

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

public class MultiFieldsOffsetStrategy extends FieldOffsetStrategy
FieldOffsetStrategy that combines offsets from multiple fields. Used to highlight a single field based on matches from multiple fields.
NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.