mirror of https://github.com/apache/lucene.git
improve docs
This commit is contained in:
parent
976079a8ee
commit
1bd5d17891
|
@ -34,6 +34,8 @@ import org.apache.lucene.util.BytesRef;
|
||||||
* If you also need to store the value, you should add a
|
* If you also need to store the value, you should add a
|
||||||
* separate {@link StoredField} instance.
|
* separate {@link StoredField} instance.
|
||||||
*
|
*
|
||||||
|
* <p>
|
||||||
|
* This value can be at most 32766 bytes long.
|
||||||
* */
|
* */
|
||||||
|
|
||||||
public class SortedDocValuesField extends Field {
|
public class SortedDocValuesField extends Field {
|
||||||
|
|
|
@ -35,6 +35,8 @@ import org.apache.lucene.util.BytesRef;
|
||||||
* If you also need to store the value, you should add a
|
* If you also need to store the value, you should add a
|
||||||
* separate {@link StoredField} instance.
|
* separate {@link StoredField} instance.
|
||||||
*
|
*
|
||||||
|
* <p>
|
||||||
|
* Each value can be at most 32766 bytes long.
|
||||||
* */
|
* */
|
||||||
|
|
||||||
public class SortedSetDocValuesField extends Field {
|
public class SortedSetDocValuesField extends Field {
|
||||||
|
|
Loading…
Reference in New Issue