Skip to content

Commit

Permalink
Merge branch 'kitsune-content-mapping' of 'https://github.com/jjmerch…
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas authored Mar 15, 2024
2 parents 291d02f + e9b6f8d commit 7c34ccf
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
14 changes: 14 additions & 0 deletions grimoire_elk/raw/kitsune.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def get_elastic_mappings(es_major):
"dynamic":true,
"properties": {
"data": {
"dynamic":false,
"properties": {
"metadata": {
"dynamic":false,
Expand All @@ -47,6 +48,19 @@ def get_elastic_mappings(es_major):
"index": true
}
}
},
"answers_data": {
"dynamic":false,
"properties": {
"content": {
"type": "text",
"index": true
}
}
},
"content": {
"type": "text",
"index": true
}
}
}
Expand Down
8 changes: 8 additions & 0 deletions releases/unreleased/kitsune-inmerse-terms-error.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Kitsune inmerse terms error
category: fixed
author: Jose Javier Merchante <jjmerchante@bitergia.com>
issue: null
notes: >
Update raw mapping of Kitsune indexes to handle immense terms
found in `data.answers_data.content`, and `data.content`.

0 comments on commit 7c34ccf

Please sign in to comment.