Tôi đã từng tạo phiên bản solr của mình cho drupal như thế này:
docker run -v $PWD/solrconf:/asdentcore -e SOLR_JAVA_MEM="-Xms2G -Xmx2G" --restart trừ khi bị dừng -p 8984:8983 -t --name asdentDevSolr -d solr:8.11
docker exec -it --user=solr asdentDevSolr bin/solr create_core -c asdentcore -d /asdentcore
Trong đó ./solrconf chứa các tệp từ modules/contrib/search_api_solr/solr-conf-templates/7.x.
Với nhánh 4.x mới của search_api_solr (và nội dung 8.x), tôi nhận được
LỖI: Lỗi TẠO SolrCore 'asdentcore': Không thể tạo lõi [asdentcore] Nguyên nhân: solr.ICUCollationField
tôi đã thử rồi https://stackoverflow.com/questions/53161034/solr-error-unable-to-create-core-mycore-caused-by-solr-icucollationfield - không giúp được gì.
Nhật ký vùng chứa hiển thị các lỗi sau:
Nguyên nhân: org.apache.solr.common.SolrException: Không thể tạo lõi [asdentcore]
Nguyên nhân: org.apache.solr.common.SolrException: Không thể tải conf cho lõi asdentcore: Không thể tải lược đồ /var/solr/data/asdentcore/conf/schema.xml: Lỗi khởi tạo plugin cho [schema.xml] fieldType "colgated_de": Lỗi khi tải lớp 'solr.ICUCollationField'
Nguyên nhân: org.apache.solr.common.SolrException: Không thể tải lược đồ /var/solr/data/asdentcore/conf/schema.xml: Lỗi khởi tạo plugin cho [schema.xml] fieldType "colgated_de": Lỗi khi tải lớp 'solr.ICUCollationField'
Gây ra bởi: org.apache.solr.common.SolrException: Lỗi khởi tạo plugin cho [schema.xml] fieldType "colgated_de": Lỗi khi tải lớp 'solr.ICUCollationField'
Gây ra bởi: org.apache.solr.common.SolrException: Lỗi khi tải lớp 'solr.ICUCollationField'
Gây ra bởi: java.lang.ClassNotFoundException: solr.ICUCollationField