git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1389930 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2012-09-25 15:33:19 +00:00
parent 7145779e4d
commit a8b994d37d
1 changed files with 2 additions and 3 deletions

View File

@ -80,12 +80,11 @@ import org.apache.lucene.util.packed.PackedInts;
* <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
*/