DmitryKey / luke

This is mavenised Luke: Lucene Toolbox Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Luke 8.0.0: Error there is no IndexReader most functionalities are disabled

srssrs opened this issue · comments

I created the lucene indexes from scratch with Lucene 8.0.0. I'll try to visualize with luke 8.0.0 but I got the following message: "Directory opened. There is no IndexReader - most functionalities are disabled".

All tabs are disabled and no action is possible.

Luke_Lucene_Toolbox_Project_v8_0_0

Luke Version: 8.0.0
Lucene Version: 8.0.0

Hi,
this is not an error.
You open the index directory without an index reader but "directory reader". (The lower right cone icon shows that. This mode is used for repairing corrupted indexes and all index browsing functionality is disabled as the message says.)
Uncheck the [Expert options] > "Do not open IndexReader" check box in the "Open index" popup dialog and re-open the index directory so that you can browse or search the index.

Ok it works. Thank you.