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:
Michael McCandless 2013-03-20 17:00:51 +00:00
parent f7e106bd71
commit 1ba0dd51ce
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ public class PostingsHighlighter {
* Must have a stored string value and also be indexed with offsets. * Must have a stored string value and also be indexed with offsets.
* @param query query to highlight. * @param query query to highlight.
* @param searcher searcher that was previously used to execute the query. * @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 * @param maxPassages The maximum number of top-N ranked passages per-field used to
* form the highlighted snippets. * form the highlighted snippets.
* @return Map keyed on field name, containing the array of formatted snippets * @return Map keyed on field name, containing the array of formatted snippets