mirror of
https://github.com/sb745/NyaaV3.git
synced 2025-11-22 17:05:44 +02:00
* es_mapping: update turning off dynamic mappings they changed it in 6.x https://www.elastic.co/guide/en/elasticsearch/reference/current/dynamic.html https://github.com/elastic/elasticsearch/pull/25734 * es_mapping: remove _all field deprecated in 6.0 anyway * es_mapping.yml: fix deprecated mapping type https://www.elastic.co/guide/en/elasticsearch/reference/6.7/removal-of-types.html#_schedule_for_removal_of_mapping_types it gives a really unhelpful error otherwise, oof. * es: fix remaining 7.xisms the enabled: false apparently only applies to "object" fields now, need index: false and the _type got removed everywhere. Seems to work now. * Fix weird offset error with word_delimiter_graph yet another es7-ism i guess * Fix warning and some app stuff for ES 7.x Co-authored-by: Arylide <Arylide@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| bootstrap | ||
| 404.html | ||
| _formhelpers.html | ||
| admin_bans.html | ||
| admin_trusted.html | ||
| admin_trusted_view.html | ||
| adminlog.html | ||
| edit.html | ||
| flashes.html | ||
| help.html | ||
| home.html | ||
| infobubble.html | ||
| infobubble_content.html | ||
| layout.html | ||
| login.html | ||
| password_reset.html | ||
| password_reset_request.html | ||
| profile.html | ||
| register.html | ||
| reports.html | ||
| rss.xml | ||
| rules.html | ||
| search_results.html | ||
| trusted.html | ||
| trusted_form.html | ||
| trusted_rules.html | ||
| upload.html | ||
| user.html | ||
| user_comments.html | ||
| view.html | ||
| waiting.html | ||
| xmlns.html | ||