开发者

Solr for Wordpress

开发者 https://www.devze.com 2023-02-05 00:54 出处:网络
I am using the solr-for-wordpress plugin, but when i run in开发者_运维问答dexing all posts, i am getting an error like:

I am using the solr-for-wordpress plugin, but when i run in开发者_运维问答dexing all posts, i am getting an error like:

"400" Status: Illegal character ((CTRL-CHAR, code 7)) at [row,col {unknown-source}]: [38878,5]

anyone knows why?


This is a common issue due to certain characters in your content needing to be properly escaped before being submitted in XML format to the server.

Here's an example of how someone handled this need in Java:

Update with Invalid Control Character Crashes Solr

0

精彩评论

暂无评论...
验证码 换一张
取 消