Uses of Class
org.apache.lucene.index.FlushPolicy
Packages that use FlushPolicy
-
Uses of FlushPolicy in org.apache.lucene.index
Subclasses of FlushPolicy in org.apache.lucene.indexModifier and TypeClassDescription(package private) class
DefaultFlushPolicy
implementation that flushes new segments based on RAM used and document count depending on the IndexWriter'sIndexWriterConfig
.Fields in org.apache.lucene.index declared as FlushPolicyModifier and TypeFieldDescriptionprivate final FlushPolicy
DocumentsWriterFlushControl.flushPolicy
protected FlushPolicy
LiveIndexWriterConfig.flushPolicy
FlushPolicy
to control when segments are flushed.Methods in org.apache.lucene.index that return FlushPolicyModifier and TypeMethodDescription(package private) FlushPolicy
IndexWriterConfig.getFlushPolicy()
(package private) FlushPolicy
LiveIndexWriterConfig.getFlushPolicy()
Methods in org.apache.lucene.index with parameters of type FlushPolicyModifier and TypeMethodDescription(package private) IndexWriterConfig
IndexWriterConfig.setFlushPolicy
(FlushPolicy flushPolicy) Expert: Controls when segments are flushed to disk during indexing.