Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Method and Description |
---|---|
static AbortingException |
AbortingException.wrap(java.lang.Throwable t) |
Modifier and Type | Method and Description |
---|---|
private boolean |
DocumentsWriter.doFlush(DocumentsWriterPerThread flushingDWPT) |
private void |
DefaultIndexingChain.fillStoredFields(int docID)
Catch up for all docs before us that had no stored
fields, or hit non-aborting exceptions before writing
stored fields.
|
private void |
DefaultIndexingChain.finishStoredFields()
Calls StoredFieldsWriter.finishDocument, aborting the
segment if it hits any exception.
|
(package private) DocumentsWriterPerThread.FlushedSegment |
DocumentsWriterPerThread.flush()
Flush all pending docs to a new segment
|
void |
DefaultIndexingChain.flush(SegmentWriteState state) |
(package private) abstract void |
DocConsumer.flush(SegmentWriteState state) |
(package private) boolean |
DocumentsWriter.flushAllThreads() |
void |
DefaultIndexingChain.PerField.invert(IndexableField field,
boolean first)
Inverts one field for one document; first is true
if this is the first time we are seeing this field
name in this document.
|
private boolean |
DocumentsWriter.postUpdate(DocumentsWriterPerThread flushingDWPT,
boolean hasEvents) |
private boolean |
DocumentsWriter.preUpdate() |
void |
DefaultIndexingChain.processDocument() |
(package private) abstract void |
DocConsumer.processDocument() |
private int |
DefaultIndexingChain.processField(IndexableField field,
long fieldGen,
int fieldCount) |
private void |
DefaultIndexingChain.startStoredFields()
Calls StoredFieldsWriter.startDocument, aborting the
segment if it hits any exception.
|
(package private) boolean |
DocumentsWriter.updateDocument(java.lang.Iterable<? extends IndexableField> doc,
Analyzer analyzer,
Term delTerm) |
void |
DocumentsWriterPerThread.updateDocument(java.lang.Iterable<? extends IndexableField> doc,
Analyzer analyzer,
Term delTerm) |
(package private) boolean |
DocumentsWriter.updateDocuments(java.lang.Iterable<? extends java.lang.Iterable<? extends IndexableField>> docs,
Analyzer analyzer,
Term delTerm) |
int |
DocumentsWriterPerThread.updateDocuments(java.lang.Iterable<? extends java.lang.Iterable<? extends IndexableField>> docs,
Analyzer analyzer,
Term delTerm) |