Details
-
Improvement
-
Status: Open
-
Trivial
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
As a Solr user I would like to avoid unnecessary commits into Solr/Lucene index on org.apache.solr.update.SolrIndexWriter#close in case IW has uncommitted changes.
In org.apache.lucene.index.IndexWriterConfig(LUCENE-5871) there is a property which is currently used to decide whether to commit or discard uncommitted changes when you call close(). Unfortunately Solr does not support this property in org.apache.solr.update.SolrIndexConfig
Attachments
Attachments
Issue Links
- relates to
-
LUCENE-5871 Simplify or remove use of Version in IndexWriterConfig
- Closed