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) classDefaultFlushPolicyimplementation 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 FlushPolicyDocumentsWriterFlushControl.flushPolicyprotected FlushPolicyLiveIndexWriterConfig.flushPolicyFlushPolicyto control when segments are flushed.Methods in org.apache.lucene.index that return FlushPolicyModifier and TypeMethodDescription(package private) FlushPolicyIndexWriterConfig.getFlushPolicy()(package private) FlushPolicyLiveIndexWriterConfig.getFlushPolicy()Methods in org.apache.lucene.index with parameters of type FlushPolicyModifier and TypeMethodDescription(package private) IndexWriterConfigIndexWriterConfig.setFlushPolicy(FlushPolicy flushPolicy) Expert: Controls when segments are flushed to disk during indexing.