improve docs

This commit is contained in:
Mike McCandless 2016-07-07 08:44:44 -04:00
parent 976079a8ee
commit 1bd5d17891
2 changed files with 5 additions and 1 deletions

View File

@ -34,6 +34,8 @@ import org.apache.lucene.util.BytesRef;
* If you also need to store the value, you should add a
* separate {@link StoredField} instance.
*
* <p>
* This value can be at most 32766 bytes long.
* */
public class SortedDocValuesField extends Field {

View File

@ -35,6 +35,8 @@ import org.apache.lucene.util.BytesRef;
* If you also need to store the value, you should add a
* separate {@link StoredField} instance.
*
* <p>
* Each value can be at most 32766 bytes long.
* */
public class SortedSetDocValuesField extends Field {