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) class
FlushByRamOrCountsPolicy
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 FlushPolicy Modifier and Type Field Description private FlushPolicy
DocumentsWriterFlushControl. flushPolicy
protected FlushPolicy
LiveIndexWriterConfig. flushPolicy
FlushPolicy
to control when segments are flushed.Methods in org.apache.lucene.index that return FlushPolicy Modifier and Type Method Description (package private) FlushPolicy
IndexWriterConfig. getFlushPolicy()
(package private) FlushPolicy
LiveIndexWriterConfig. getFlushPolicy()
Methods in org.apache.lucene.index with parameters of type FlushPolicy Modifier and Type Method Description (package private) IndexWriterConfig
IndexWriterConfig. setFlushPolicy(FlushPolicy flushPolicy)
Expert: Controls when segments are flushed to disk during indexing.
-