File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
opengrok-indexer/src/main/java/org/opengrok/indexer/search/context Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -63,11 +63,12 @@ public class OGKUnifiedHighlighter extends UnifiedHighlighter {
6363
6464 /**
6565 * Initializes an instance with
66- * {@link UnifiedHighlighter#UnifiedHighlighter(org.apache.lucene.search.IndexSearcher, org.apache.lucene.analysis.Analyzer )}
66+ * {@link UnifiedHighlighter#UnifiedHighlighter(UnifiedHighlighter.Builder )}
6767 * for the specified {@code indexSearcher} and {@code indexAnalyzer}, and
6868 * stores the {@code env} for later use.
6969 * @param env a required instance
7070 * @throws IllegalArgumentException if any argument is null
71+ * @param uhBuilder a required instance
7172 */
7273 public OGKUnifiedHighlighter (RuntimeEnvironment env ,
7374 UnifiedHighlighter .Builder uhBuilder ) {
You can’t perform that action at this time.
0 commit comments