mirror of https://github.com/apache/lucene.git
javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1389930 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7145779e4d
commit
a8b994d37d
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue