mirror of https://github.com/apache/lucene.git
SOLR-7957: Fix javadoc error causing precommit to fail
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1698442 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
31b0bc959f
commit
e6e4f18fac
|
@ -57,7 +57,7 @@ public abstract class DocTransformer {
|
|||
*
|
||||
* @param doc The document to alter
|
||||
* @param docid The Lucene internal doc id
|
||||
* @param score
|
||||
* @param score the score for this document
|
||||
* @throws IOException If there is a low-level I/O error.
|
||||
*/
|
||||
public abstract void transform(SolrDocument doc, int docid, float score) throws IOException;
|
||||
|
|
Loading…
Reference in New Issue