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:
Robert Muir 2011-07-24 21:37:29 +00:00
parent d993e8c0e7
commit c53e38095a
2 changed files with 2 additions and 4 deletions

View File

@ -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>

View File

@ -18,7 +18,7 @@ package org.apache.solr.handler.dataimport;
import org.apache.solr.common.SolrInputDocument;
/**
* @solr.experimental
* @lucene.experimental
*
*/
public interface DIHWriter {