mirror of https://github.com/apache/lucene.git
LUCENE-4853: fix param name
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1458950 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f7e106bd71
commit
1ba0dd51ce
|
@ -261,7 +261,7 @@ public class PostingsHighlighter {
|
|||
* Must have a stored string value and also be indexed with offsets.
|
||||
* @param query query to highlight.
|
||||
* @param searcher searcher that was previously used to execute the query.
|
||||
* @param docids containing the document IDs to highlight.
|
||||
* @param docidsIn containing the document IDs to highlight.
|
||||
* @param maxPassages The maximum number of top-N ranked passages per-field used to
|
||||
* form the highlighted snippets.
|
||||
* @return Map keyed on field name, containing the array of formatted snippets
|
||||
|
|
Loading…
Reference in New Issue