private static final class DocumentsWriterDeleteQueue.TermArrayNode extends DocumentsWriterDeleteQueue.Node<Term[]>
item, next| Constructor and Description |
|---|
TermArrayNode(Term[] term) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
apply(BufferedUpdates bufferedUpdates,
int docIDUpto) |
java.lang.String |
toString() |
isDeleteTermArrayNode(Term[] term)
void apply(BufferedUpdates bufferedUpdates, int docIDUpto)
apply in class DocumentsWriterDeleteQueue.Node<Term[]>public java.lang.String toString()
toString in class java.lang.Object