-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[kitsune] Include unique field in enriched index
This commit updates the Kitsune enriched index. It was not including a unique identifier in the enriched index for questions and answers, this was causing an error when trying to autorefresh. Include also the default raw fields in answers items that were missing: "metadata__updated_on", "metadata__timestamp","offset", "origin", "tag", and "uuid". Signed-off-by: Jose Javier Merchante <[email protected]>
- Loading branch information
1 parent
2c4ea08
commit dbc3c18
Showing
2 changed files
with
19 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,7 @@ category: added | |
author: Jose Javier Merchante <[email protected]> | ||
issue: null | ||
notes: > | ||
Include demography study in Kitsune (SUMO). | ||
Include demography study in Kitsune (SUMO). And update | ||
the index to include standard fields such as a unique | ||
identifier (`id`) and some missing fields like `origin` | ||
or `uuid`. |