使用solr的checkindex时编解码器不匹配异常

时间:2015-06-17 12:39:26

标签: java solr lucene solr4

我正在使用checkindex命令修复损坏的核心

命令如下:

Location {replace: function, assign: function, ancestorOrigins: DOMStringList, origin: "file://", hash: ""…}
ancestorOrigins: DOMStringList
assign: function () { [native code] }
hash: ""
host: ""
hostname: ""
href: "file:///android_asset/www/index.html"
origin: "file://"
pathname: "/android_asset/www/index.html"
port: ""
protocol: "file:"
reload: function reload() { [native code] }
replace: function () { [native code] }
search: ""
toString: function toString() { [native code] }
valueOf: function valueOf() { [native code] }
__proto__: Location

如何避免此异常?有可能解决这个问题吗?

我也使用了lucene-core-4.2.0但错误相同

0 个答案:

没有答案