mirror of https://github.com/apache/lucene.git
use generifed internal, remove duplicate tag
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1150494 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d993e8c0e7
commit
c53e38095a
|
@ -821,9 +821,7 @@
|
|||
<tag name="lucene.experimental"
|
||||
description="WARNING: This API is experimental and might change in incompatible ways in the next release."/>
|
||||
<tag name="lucene.internal"
|
||||
description="NOTE: This API is for Lucene internal purposes only and might change in incompatible ways in the next release."/>
|
||||
<tag name="solr.experimental"
|
||||
description="WARNING: This API is experimental and might change in incompatible ways in the next release."/>
|
||||
description="NOTE: This API is for internal purposes only and might change in incompatible ways in the next release."/>
|
||||
<link offline="true" packagelistLoc="${javadoc.dir}"/>
|
||||
<header><![CDATA[
|
||||
<script src="{@docRoot}/../prettify/prettify.js" type="text/javascript"></script>
|
||||
|
|
|
@ -18,7 +18,7 @@ package org.apache.solr.handler.dataimport;
|
|||
import org.apache.solr.common.SolrInputDocument;
|
||||
|
||||
/**
|
||||
* @solr.experimental
|
||||
* @lucene.experimental
|
||||
*
|
||||
*/
|
||||
public interface DIHWriter {
|
||||
|
|
Loading…
Reference in New Issue