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
Fields Modifier and Type Field Description private long
value
-
Fields 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
Constructors Constructor Description SingleValueNumericDocValuesFieldUpdates(long delGen, java.lang.String field, int maxDoc, long value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BytesRef
binaryValue()
protected long
longValue()
-
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
-
-
-
-
Method Detail
-
binaryValue
protected BytesRef binaryValue()
- Specified by:
binaryValue
in classDocValuesFieldUpdates.SingleValueDocValuesFieldUpdates
-
longValue
protected long longValue()
- Specified by:
longValue
in classDocValuesFieldUpdates.SingleValueDocValuesFieldUpdates
-
-