Module org.apache.lucene.core
Package org.apache.lucene.index
Class NumericDocValuesFieldUpdates.SingleValueNumericDocValuesFieldUpdates
java.lang.Object
org.apache.lucene.index.DocValuesFieldUpdates
org.apache.lucene.index.DocValuesFieldUpdates.SingleValueDocValuesFieldUpdates
org.apache.lucene.index.NumericDocValuesFieldUpdates.SingleValueNumericDocValuesFieldUpdates
- All Implemented Interfaces:
Accountable
- Enclosing class:
NumericDocValuesFieldUpdates
static class NumericDocValuesFieldUpdates.SingleValueNumericDocValuesFieldUpdates
extends DocValuesFieldUpdates.SingleValueDocValuesFieldUpdates
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.lucene.index.DocValuesFieldUpdates
DocValuesFieldUpdates.AbstractIterator, DocValuesFieldUpdates.Iterator, DocValuesFieldUpdates.SingleValueDocValuesFieldUpdates
-
Field Summary
FieldsFields inherited from class org.apache.lucene.index.DocValuesFieldUpdates
delGen, docs, field, maxDoc, PAGE_SIZE, size, type
Fields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE
-
Constructor Summary
ConstructorsConstructorDescriptionSingleValueNumericDocValuesFieldUpdates
(long delGen, String field, int maxDoc, long value) -
Method Summary
Methods inherited from class org.apache.lucene.index.DocValuesFieldUpdates.SingleValueDocValuesFieldUpdates
add, add, add, any, iterator, ramBytesUsed, reset
Methods inherited from class org.apache.lucene.index.DocValuesFieldUpdates
add, ensureFinished, finish, getFinished, grow, mergedIterator, resize, size, swap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.lucene.util.Accountable
getChildResources
-
Field Details
-
value
private final long value
-
-
Constructor Details
-
SingleValueNumericDocValuesFieldUpdates
SingleValueNumericDocValuesFieldUpdates(long delGen, String field, int maxDoc, long value)
-
-
Method Details
-
binaryValue
- Specified by:
binaryValue
in classDocValuesFieldUpdates.SingleValueDocValuesFieldUpdates
-
longValue
protected long longValue()- Specified by:
longValue
in classDocValuesFieldUpdates.SingleValueDocValuesFieldUpdates
-