luke icon indicating copy to clipboard operation
luke copied to clipboard

Implement symmetrical index import feature

Open DmitryKey opened this issue 10 years ago • 1 comments

Luke can export index, but not import the produced xml to create an index. This ticket is to make such a tool.

DmitryKey avatar Jan 20 '16 09:01 DmitryKey

In my personal view, it is not possible to "index import" without original data and analysis chain information. For example, Elasticsearch "reindex" feature obviously uses their analyzer and mappings information. But Lucene itself does not preserve such meta data of index.

Can you clarify the "import index" feature you consider here?

mocobeta avatar Oct 04 '18 09:10 mocobeta