Skip to content

Commit

Permalink
Add example ElasticSearch mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Nov 13, 2022
1 parent e17a0dd commit 75e9df3
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions configuration/ploneconfiguration/elasticsearch-mappings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
{

"behaviors/rohberg.geosphere-features.metafields/informationtype": {
"type": "nested",
"dynamic": false,
"properties": {
"token": {
"type": "keyword"
},
"title": {
"type": "text"
}
}
},

"behaviors/plone.basic/title": {
"type": "text",
"analyzer": "german_analyzer",
Expand All @@ -23,18 +37,6 @@
}
}
},
"behaviors/plone.categorization/subjects": {
"type": "text",
"analyzer": "german_analyzer",
"term_vector": "with_positions_offsets",
"fields": {
"exact": {
"type": "text",
"analyzer": "german_exact_analyzer",
"term_vector": "with_positions_offsets"
}
}
},
"behaviors/rohberg.elasticsearchblocks.elastic_search_blocks/blocks_plaintext": {
"type": "text",
"analyzer": "german_analyzer",
Expand Down

0 comments on commit 75e9df3

Please sign in to comment.