当我在Elasticsearch插件中设置ik分析器时,无法使用elasticsearch-head打开ES索引,而当我打开kibana时,它显示错误:li $v0, 97 <-- $v0 = 97
lb $a2, buffer($t0) \
addi $t0, $t0, 1 |
lb $a0, buffer($t0) |
addi $t0, $t0, 1 |
lb $a3, buffer($t0) |
addi $t0, $t0, 1 |
sub $sp, $sp, 4 | none of this modifies $v0
sw $t4 , 0($sp) |
jal readMusic |
lw $t4, 0($sp) |
addi $sp, $sp, 4 |
addi $t0, $t0, 1 |
la $a1, ($t4) /
syscall <-- syscall, uses $v0 for the system call number
,我使用的ik分析器为{{1 }}(v6.5.4 elasticsearch-analysis-ik-6.5.4.zip的第一个),我只解压缩了Elasticsearch插件中的FATAL: [index closed exception]
,并设置了文件名:https://github.com/medcl/elasticsearch-analysis-ik/releases
。我的操作系统是Windows10。