| 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 |
|---|---|
private DocValuesUpdate[] |
IndexWriter.buildDocValuesUpdate(Term term,
Field[] updates) |
| Modifier and Type | Method and Description |
|---|---|
(package private) long |
DocumentsWriterDeleteQueue.addDocValuesUpdates(DocValuesUpdate... updates) |
(package private) static DocumentsWriterDeleteQueue.Node<DocValuesUpdate[]> |
DocumentsWriterDeleteQueue.newNode(DocValuesUpdate... updates) |
(package private) long |
DocumentsWriter.updateDocValues(DocValuesUpdate... updates) |
| Constructor and Description |
|---|
DocValuesUpdatesNode(DocValuesUpdate... updates) |
FieldUpdatesBuffer(Counter bytesUsed,
DocValuesUpdate initialValue,
int docUpTo,
boolean isNumeric) |