Is there any possibility to set an index to read only? I found that the
Lucene IndexReader supports opening an index in read only mode.It would be
nice if an index on ES could be set to read only and from this time on, all
readers open the index in read only mode.
The ability to open a Lucene index reader in read only mode does not relate
to an index being read only (actually, it is opened in read only mode by
elasticsearch, since updates are done through the IndexWriter). But, the
feature make sense, open an issue?
Is there any possibility to set an index to read only? I found that the
Lucene IndexReader supports opening an index in read only mode.It would be
nice if an index on ES could be set to read only and from this time on, all
readers open the index in read only mode.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.