Use Elasticsearch to read lucene documents

Hi All,
I have an application that stores the data in lucene format. I want to read this data using Elasticsearch.
Is there a way to implement the same?
I have tried reindex api through kibana but that does not seem to work and gives no such index found exception.

Thanks in advance

No you need to use Elasticsearch to index your data.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.