Uses of Class
org.apache.lucene.index.FlushPolicy
-
Packages that use FlushPolicy Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of FlushPolicy in org.apache.lucene.index
Subclasses of FlushPolicy in org.apache.lucene.index Modifier and Type Class Description (package private) classFlushByRamOrCountsPolicyDefaultFlushPolicyimplementation that flushes new segments based on RAM used and document count depending on the IndexWriter'sIndexWriterConfig.Fields in org.apache.lucene.index declared as FlushPolicy Modifier and Type Field Description private FlushPolicyDocumentsWriterFlushControl. flushPolicyprotected FlushPolicyLiveIndexWriterConfig. flushPolicyFlushPolicyto control when segments are flushed.Methods in org.apache.lucene.index that return FlushPolicy Modifier and Type Method Description (package private) FlushPolicyIndexWriterConfig. getFlushPolicy()(package private) FlushPolicyLiveIndexWriterConfig. getFlushPolicy()Methods in org.apache.lucene.index with parameters of type FlushPolicy Modifier and Type Method Description (package private) IndexWriterConfigIndexWriterConfig. setFlushPolicy(FlushPolicy flushPolicy)Expert: Controls when segments are flushed to disk during indexing.
-