add suggest index settings
This commit is contained in:
parent
98486dfa7a
commit
b51abdbde8
2 changed files with 6 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -1134,7 +1134,7 @@
|
|||
<dependency>
|
||||
<groupId>org.codelibs</groupId>
|
||||
<artifactId>corelib</artifactId>
|
||||
<version>0.3.6-SNAPSHOT</version>
|
||||
<version>0.3.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codelibs</groupId>
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
{
|
||||
"index": {
|
||||
"refresh_interval": "1s",
|
||||
"number_of_shards": 5,
|
||||
"number_of_replicas": 0
|
||||
},
|
||||
"analysis" : {
|
||||
"tokenizer" : {
|
||||
"fess_japanese_normal" : {
|
Loading…
Add table
Reference in a new issue