You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2012/09/25 17:32:51 UTC

svn commit: r1389929 - /lucene/dev/branches/branch_4x/lucene/core/src/java/org/apache/lucene/index/DocValues.java

Author: mikemccand
Date: Tue Sep 25 15:32:50 2012
New Revision: 1389929

URL: http://svn.apache.org/viewvc?rev=1389929&view=rev
Log:
javadocs

Modified:
    lucene/dev/branches/branch_4x/lucene/core/src/java/org/apache/lucene/index/DocValues.java

Modified: lucene/dev/branches/branch_4x/lucene/core/src/java/org/apache/lucene/index/DocValues.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/lucene/core/src/java/org/apache/lucene/index/DocValues.java?rev=1389929&r1=1389928&r2=1389929&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/lucene/core/src/java/org/apache/lucene/index/DocValues.java (original)
+++ lucene/dev/branches/branch_4x/lucene/core/src/java/org/apache/lucene/index/DocValues.java Tue Sep 25 15:32:50 2012
@@ -80,12 +80,11 @@ import org.apache.lucene.util.packed.Pac
  * <li> {@link DerefBytesDocValuesField} - for adding deref {@link BytesRef}
  * values to the index</li>
  * </ul>
- * See also {@link Type} for limitations of each type variant.
+ * See {@link Type} for limitations of each type variant.
  * <p> 
  * <p>
  * 
- * @see DocValuesFormat#docsConsumer(org.apache.lucene.index.PerDocWriteState) Codec API for
- *      low level optimization and file format customization.
+ * @see DocValuesFormat#docsConsumer(org.apache.lucene.index.PerDocWriteState)
  *      
  * @lucene.experimental
  */