Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/solr/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
类型3 9 solr扩展索引错误_Solr_Typo3 9.x - Fatal编程技术网

类型3 9 solr扩展索引错误

类型3 9 solr扩展索引错误,solr,typo3-9.x,Solr,Typo3 9.x,为至少包含一个特殊字符的页面编制索引时,出现以下错误: RuntimeException:无法执行页索引器请求。有关详细信息,请参阅日志。请求ID:5eb935f1827a7,位于E:\wwwroot\u T9LTS\typo3conf\ext\solr\Classes\IndexQueue\PageIndexerRequest.php:222 虽然它不会影响每个特殊角色: e、 g.: a-有效 ä-works á-works α-索引失败 我认为这是一个很小的配置错误(目前使用的是随扩展提供

为至少包含一个特殊字符的页面编制索引时,出现以下错误:

RuntimeException:无法执行页索引器请求。有关详细信息,请参阅日志。请求ID:5eb935f1827a7,位于E:\wwwroot\u T9LTS\typo3conf\ext\solr\Classes\IndexQueue\PageIndexerRequest.php:222

虽然它不会影响每个特殊角色: e、 g.:
a-有效
ä-works
á-works
α-索引失败

我认为这是一个很小的配置错误(目前使用的是随扩展提供的基本配置),但它会在哪里呢

solr.log:

{
    "request ID": "5eb935f1827a7",
    "request url": "https:/masked.com/en/masked/masked/masked/masked",
    "request headers": [
        "User-Agent: TYPO3",
        "X-Tx-Solr-Iq: {\"requestId\":\"5eb935f1827a7\",\"item\":42302,\"page\":117,\"actions\":\"indexPage\",\"hash\":\"cf1a90acbe5d74434f6de0a217d8d81e\",\"loggingEnabled\":\"1\",\"accessRootline\":\"c:0\"}"
    ],
    "response headers": {
        "Date": [
            "Mon, 11 May 2020 11:24:33 GMT"
        ],
        "Server": [
            "Apache/2.4.43 (Win64) OpenSSL/1.1.1g"
        ],
        "Strict-Transport-Security": [
            "max-age=31556926; includeSubDomains"
        ],
        "X-Frame-Options": [
            "SAMEORIGIN"
        ],
        "X-Content-Type-Options": [
            "nosniff"
        ],
        "X-XSS-Protection": [
            "1; mode=block"
        ],
        "Content-Length": [
            "0"
        ],
        "Content-Type": [
            "application/json"
        ]
    },
    "raw response body": ""
}
使用版本:
-TYPO3版本:9.5.16
-分机:solr版本:10.0.1
-使用的Apache Solr版本:8.2.0
-PHP版本:7.2.27

-MySQL版本:5.7.30

Solr中的Solr日志是否有用?不,Solr中的Solr日志未显示任何内容Solr中的Solr日志是否有用?不,Solr中的Solr日志未显示任何内容