mirror of https://github.com/apache/lucene.git
fix javadoc warning
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1128246 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1aceb50817
commit
a7477fa696
|
@ -284,7 +284,7 @@ public class DefaultSolrHighlighter extends SolrHighlighter implements PluginInf
|
|||
/**
|
||||
* Return a {@link org.apache.lucene.search.highlight.Fragmenter} appropriate for this field. If a fragmenter
|
||||
* has not been configured for this field, fall back to the configured
|
||||
* default or the solr default ({@link org.apache.lucene.search.highlight.GapFragmenter}).
|
||||
* default or the solr default ({@link GapFragmenter}).
|
||||
*
|
||||
* @param fieldName The name of the field
|
||||
* @param params The params controlling Highlighting
|
||||
|
|
Loading…
Reference in New Issue