Java org.apache.lucene.search.uhighlight UnifiedHighlighter fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.search.uhighlight UnifiedHighlighter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.search.uhighlight UnifiedHighlighter.

The text is from its open source code.

Subclass

org.apache.lucene.search.uhighlight.UnifiedHighlighter has subclasses.
Click this link to see all its subclasses.

Field

Method

MaphighlightFields(String[] fields, Query query, TopDocs topDocs, int[] maxPassages)
Highlights the top-N passages from multiple fields.
MaphighlightFields(String[] fieldsIn, Query query, int[] docidsIn, int[] maxPassagesIn)
Highlights the top-N passages from multiple fields, for the provided int[] docids.