Skip to content

Commit

Permalink
elastic - better TEXT search (instead of keyword)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-blasby committed Jan 6, 2025
1 parent 490e6b9 commit 771d251
Showing 1 changed file with 60 additions and 60 deletions.
120 changes: 60 additions & 60 deletions web/src/main/webResources/WEB-INF/data/config/index/records.json
Original file line number Diff line number Diff line change
Expand Up @@ -1070,59 +1070,59 @@
"type": "object",
"properties": {
"default": {
"type": "keyword",
"type": "text",
"copy_to": ["any.default", "organisationName.default"]
},
"langeng": {
"type": "keyword",
"type": "text",
"copy_to": ["any.langeng", "organisationName.langeng"]
},
"langfre": {
"type": "keyword",
"type": "text",
"copy_to": ["any.langfre", "organisationName.langfre"]
},
"langger": {
"type": "keyword",
"type": "text",
"copy_to": ["any.langger", "organisationName.langger"]
},
"langita": {
"type": "keyword",
"type": "text",
"copy_to": ["any.langita", "organisationName.langita"]
},
"langdut": {
"type": "keyword",
"type": "text",
"copy_to": ["any.langdut", "organisationName.langdut"]
},
"langdan": {
"type": "keyword",
"type": "text",
"copy_to": ["any.langdan", "organisationName.langdan"]
},
"langspa": {
"type": "keyword",
"type": "text",
"copy_to": ["any.langspa", "organisationName.langspa"]
},
"langarm": {
"type": "keyword",
"type": "text",
"copy_to": ["any.langarm", "organisationName.langarm"]
},
"langaze": {
"type": "keyword",
"type": "text",
"copy_to": ["any.langaze", "organisationName.langaze"]
},
"langgeo": {
"type": "keyword",
"type": "text",
"copy_to": ["any.langgeo", "organisationName.langgeo"]
},
"langrum": {
"type": "keyword",
"type": "text",
"copy_to": ["any.langrum", "organisationName.langrum"]
},
"langukr": {
"type": "keyword",
"type": "text",
"copy_to": ["any.langukr", "organisationName.langukr"]
},
"link": {
"type": "keyword"
"type": "text"
}
}
}
Expand Down Expand Up @@ -1364,59 +1364,59 @@
"mapping": {
"properties": {
"default": {
"type": "keyword",
"type": "text",
"copy_to": ["any.default"]
},
"langeng": {
"type": "keyword",
"type": "text",
"copy_to": ["any.langeng"]
},
"langfre": {
"type": "keyword",
"type": "text",
"copy_to": ["any.langfre"]
},
"langger": {
"type": "keyword",
"type": "text",
"copy_to": ["any.langger"]
},
"langdut": {
"type": "keyword",
"type": "text",
"copy_to": ["any.langdut"]
},
"langdan": {
"type": "keyword",
"type": "text",
"copy_to": ["any.langdan"]
},
"langita": {
"type": "keyword",
"type": "text",
"copy_to": ["any.langita"]
},
"langspa": {
"type": "keyword",
"type": "text",
"copy_to": ["any.langspa"]
},
"langarm": {
"type": "keyword",
"type": "text",
"copy_to": ["any.langarm"]
},
"langaze": {
"type": "keyword",
"type": "text",
"copy_to": ["any.langaze"]
},
"langgeo": {
"type": "keyword",
"type": "text",
"copy_to": ["any.langgeo"]
},
"langrum": {
"type": "keyword",
"type": "text",
"copy_to": ["any.langrum"]
},
"langukr": {
"type": "keyword",
"type": "text",
"copy_to": ["any.langukr"]
},
"text": {
"type": "keyword"
"type": "text"
},
"link": {
"type": "keyword"
Expand Down Expand Up @@ -1448,18 +1448,18 @@
"type": "nested",
"properties": {
"organisation": {
"type": "keyword"
"type": "text"
},
"email": {
"type": "keyword",
"type": "text",
"copy_to": ["any.default"]
},
"individual": {
"type": "keyword",
"type": "text",
"copy_to": ["any.default"]
},
"role": {
"type": "keyword"
"type": "text"
}
}
}
Expand Down Expand Up @@ -1637,55 +1637,55 @@
"type": "object",
"properties": {
"default": {
"type": "keyword",
"type": "text",
"copy_to": ["any.default", "anytext"]
},
"langeng": {
"type": "keyword",
"type": "text",
"copy_to": ["any.langeng"]
},
"langfre": {
"type": "keyword",
"type": "text",
"copy_to": ["any.langfre"]
},
"langger": {
"type": "keyword",
"type": "text",
"copy_to": ["any.langger"]
},
"langdut": {
"type": "keyword",
"type": "text",
"copy_to": ["any.langdut"]
},
"langdan": {
"type": "keyword",
"type": "text",
"copy_to": ["any.langdan"]
},
"langita": {
"type": "keyword",
"type": "text",
"copy_to": ["any.langita"]
},
"langspa": {
"type": "keyword",
"type": "text",
"copy_to": ["any.langspa"]
},
"langarm": {
"type": "keyword",
"type": "text",
"copy_to": ["any.langarm"]
},
"langaze": {
"type": "keyword",
"type": "text",
"copy_to": ["any.langaze"]
},
"langgeo": {
"type": "keyword",
"type": "text",
"copy_to": ["any.langgeo"]
},
"langrum": {
"type": "keyword",
"type": "text",
"copy_to": ["any.langrum"]
},
"langukr": {
"type": "keyword",
"type": "text",
"copy_to": ["any.langukr"]
},
"link": {
Expand Down Expand Up @@ -1874,7 +1874,7 @@
"type": "object",
"properties": {
"default": {
"type": "keyword",
"type": "text",
"copy_to": "any.common"
}
}
Expand Down Expand Up @@ -2111,7 +2111,7 @@
}
},
"email": {
"type": "keyword",
"type": "text",
"copy_to": "any.common"
},
"groupPublished": {
Expand Down Expand Up @@ -2206,43 +2206,43 @@
"type": "object",
"properties": {
"default": {
"type": "keyword"
"type": "text"
},
"langeng": {
"type": "keyword"
"type": "text"
},
"langfre": {
"type": "keyword"
"type": "text"
},
"langger": {
"type": "keyword"
"type": "text"
},
"langita": {
"type": "keyword"
"type": "text"
},
"langdut": {
"type": "keyword"
"type": "text"
},
"langdan": {
"type": "keyword"
"type": "text"
},
"langspa": {
"type": "keyword"
"type": "text"
},
"langarm": {
"type": "keyword"
"type": "text"
},
"langaze": {
"type": "keyword"
"type": "text"
},
"langgeo": {
"type": "keyword"
"type": "text"
},
"langrum": {
"type": "keyword"
"type": "text"
},
"langukr": {
"type": "keyword"
"type": "text"
}
}
}
Expand Down

0 comments on commit 771d251

Please sign in to comment.