After indexing using Apache Solr in batch processing, search is not possible.
(1) After comparing the logs of normal and abnormal conditions, it was found that the following process could not be performed.
SimplePostTool:COMMITTING Solr index changes..
Normal
../indexerdata/TargetXml/registr/JPH_XXXX/bangoxx.xml
SimplePostTool: version 1.2
SimplePostTool: POSTing files to http://localhost:8983/solr/update..
SimplePostTool: POSTing file bangoxx.xml
SimplePostTool:COMMITTING Solr index changes..
Abnormal conditions
../indexerdata/TargetXml/registr/JPH_XXXX/bangoxx.xml
SimplePostTool: version 1.2
SimplePostTool: POSTing files to http://localhost:8983/solr/update..
SimplePostTool: POSTing file bangoxx.xml
Can you read Japanese?
I think it's probably the same problem as this one.
https://stackoverflow.com/questions/3938691/how-to-recover-from-solr-deleted-index-files
The directory /opt/FTS/indexerindex/index
is corrupted or empty, so try deleting it.Of course, if you need any information, please back it up.
© 2024 OneMinuteCode. All rights reserved.