mirror of https://github.com/apache/lucene.git
fix links to JavaDocs
This commit is contained in:
parent
825c18c59b
commit
aab9331c5e
|
@ -78,7 +78,7 @@ import static org.apache.solr.common.SolrException.ErrorCode.SERVER_ERROR;
|
|||
* for information on downloading pre-trained models.</p>
|
||||
*
|
||||
* Note that in order to use model files larger than 1MB on SolrCloud,
|
||||
* <a href="https://lucene.apache.org/solr/guide/setting-up-an-external-zookeeper-ensemble#increasing-zookeeper-s-1mb-file-size-limit"
|
||||
* <a href="https://lucene.apache.org/solr/guide/setting-up-an-external-zookeeper-ensemble.html#increasing-the-file-size-limit"
|
||||
* >ZooKeeper server and client configuration is required</a>.
|
||||
*
|
||||
* <p>
|
||||
|
|
|
@ -45,7 +45,7 @@ import org.slf4j.LoggerFactory;
|
|||
* Identifies the language of a set of input fields.
|
||||
* Also supports mapping of field names based on detected language.
|
||||
* </p>
|
||||
* See <a href="https://lucene.apache.org/solr/guide/7_4/detecting-languages-during-indexing.html">Detecting Languages During Indexing</a> in reference guide
|
||||
* See <a href="https://lucene.apache.org/solr/guide/detecting-languages-during-indexing.html">Detecting Languages During Indexing</a> in reference guide
|
||||
* @since 3.5
|
||||
* @lucene.experimental
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue