Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
web-et-numerique
web-et-numerique-internet
data.grandlyon.com
web-portal
components
indexers
editorial-content
Commits
6c03a4e0
Commit
6c03a4e0
authored
Feb 14, 2022
by
DESPRES Damien
Browse files
retour a ES6
parent
de4f2d61
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/indexer.py
View file @
6c03a4e0
...
...
@@ -34,7 +34,7 @@ def index_docs( cfg, content_type, docs ):
"refresh_interval"
:
"30s"
},
"mappings"
:
{
#
"_doc": {
"_doc"
:
{
"dynamic_templates"
:
[
# priority is given by order!
{
"uuid"
:
{
...
...
@@ -64,7 +64,7 @@ def index_docs( cfg, content_type, docs ):
}
}
]
#
}
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment