Error L0001
I can't build the Lucene index named $INDEX_NAME
.
Problem​
I got an error code with the acronym L0001
.
Solution​
The $INDEX_NAME
variable represents the name of the Lucene index. Verify the Mercury DB 3.0 (HgDB) system configuration in the lucene.properties
configuration file (file location: $MRC_HOME/config
, where $MRC_HOME
is the path where the product was installed). Check if the values ​​of the parameters:
lucene.base.indexDir
- the main location of the Lucene indexlucene.base.indexDir2
- the backup location of the Lucene index
are set correctly, i.e. they represent paths that exist in the server's file system and whether a subdirectory named index exists in them.