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 {
63
63
64
64
/**
65
65
* Initializes an instance with
66
- * {@link UnifiedHighlighter#UnifiedHighlighter(org.apache.lucene.search.IndexSearcher, org.apache.lucene.analysis.Analyzer )}
66
+ * {@link UnifiedHighlighter#UnifiedHighlighter(UnifiedHighlighter.Builder )}
67
67
* for the specified {@code indexSearcher} and {@code indexAnalyzer}, and
68
68
* stores the {@code env} for later use.
69
69
* @param env a required instance
70
70
* @throws IllegalArgumentException if any argument is null
71
+ * @param uhBuilder a required instance
71
72
*/
72
73
public OGKUnifiedHighlighter (RuntimeEnvironment env ,
73
74
UnifiedHighlighter .Builder uhBuilder ) {
You can’t perform that action at this time.
0 commit comments