Is it possible to update an index with different IndexSettings than used during the creation?
var indexSettings = new IndexSettings { DocumentFilter = filter1 };
using var index = new Index(m_IndexDataPath, indexSetting…...Is it possible to update an index with different IndexSettings...Is it possible to update an index with different IndexSettings...