Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
DocValuesUpdate.BinaryDocValuesUpdate
An in-place update to a binary DocValues field
|
(package private) static class |
DocValuesUpdate.NumericDocValuesUpdate
An in-place update to a numeric DocValues field
|
Modifier and Type | Method and Description |
---|---|
(package private) long |
DocumentsWriterDeleteQueue.addDocValuesUpdates(DocValuesUpdate... updates) |
(package private) long |
DocumentsWriter.updateDocValues(DocValuesUpdate... updates) |
Constructor and Description |
---|
DocValuesUpdatesNode(DocValuesUpdate... updates) |