mirror of https://github.com/apache/lucene.git
Make comment class-level publically visible
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@898331 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6b024f5f8b
commit
dcccf06f80
|
@ -24,7 +24,7 @@ import java.util.Iterator;
|
||||||
|
|
||||||
import org.apache.solr.common.params.SolrParams;
|
import org.apache.solr.common.params.SolrParams;
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* <p>This implementation is copied from Apache Nutch. </p>
|
* <p>This implementation is copied from Apache Nutch. </p>
|
||||||
* <p>An implementation of a page signature. It calculates an MD5 hash
|
* <p>An implementation of a page signature. It calculates an MD5 hash
|
||||||
* of a plain text "profile" of a page.</p>
|
* of a plain text "profile" of a page.</p>
|
||||||
|
|
Loading…
Reference in New Issue