Reputation: 29
I am getting errors like
Failed to open Lucene reader/searcher; nested exception is
org.compass.core.engine.SearchEngineException:
Failed to open index searcher for sub-index [meta]; nested exception is
java.io.FileNotFoundException:
/home/test/testrun/target/compass/project/index/meta/segments_dia
(No such file or directory).
Upvotes: 0
Views: 137
Reputation: 28356
Did you check the path /home/test/testrun/target/compass/project/index/meta/segments_dia
from the exception?
Code from compass throws this exception if it can't find such directory.
Upvotes: 0