From 9e9584728bd813e38564add22622bde70b754ffa Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 15 Oct 2018 23:02:11 +0200 Subject: [PATCH] --- README.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..41d9264 --- /dev/null +++ b/README.rst @@ -0,0 +1,15 @@ +> Content-Type header [application\/x-www-form-urlencoded] is not supported + + https://www.elastic.co/blog/strict-content-type-checking-for-elasticsearch-rest-requests + +No handler for type [string] declared on field [h1] + https://stackoverflow.com/questions/47452770/no-handler-for-type-string-declared-on-field-name + +Could not convert [language.index] to boolean + https://www.elastic.co/guide/en/elasticsearch/reference/5.0/breaking_50_mapping_changes.html#breaking_50_mapping_changes + https://www.elastic.co/blog/strings-are-dead-long-live-strings + +pre_tags are set but post_tags are not set + + +Fielddata is disabled on text fields by default. Set fielddata=true on [tags] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead. -- 2.30.2