Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
FlushByRamOrCountsPolicy
Default
FlushPolicy implementation that flushes new segments based on
RAM used and document count depending on the IndexWriter's
IndexWriterConfig . |
Modifier and Type | Field and Description |
---|---|
private FlushPolicy |
DocumentsWriterFlushControl.flushPolicy |
protected FlushPolicy |
LiveIndexWriterConfig.flushPolicy
FlushPolicy to control when segments are
flushed. |
(package private) FlushPolicy |
DocumentsWriter.flushPolicy |
Modifier and Type | Method and Description |
---|---|
(package private) FlushPolicy |
LiveIndexWriterConfig.getFlushPolicy() |
(package private) FlushPolicy |
IndexWriterConfig.getFlushPolicy() |
Modifier and Type | Method and Description |
---|---|
(package private) IndexWriterConfig |
IndexWriterConfig.setFlushPolicy(FlushPolicy flushPolicy)
Expert: Controls when segments are flushed to disk during indexing.
|