(no commit message)
[paste/590.git] / README.rst
1 Content-Type header [application\/x-www-form-urlencoded] is not supported\r
2  https://www.elastic.co/blog/strict-content-type-checking-for-elasticsearch-rest-requests\r
3 \r
4 No handler for type [string] declared on field [h1]\r
5  https://stackoverflow.com/questions/47452770/no-handler-for-type-string-declared-on-field-name\r
6 \r
7 Could not convert [language.index] to boolean\r
8  https://www.elastic.co/blog/strings-are-dead-long-live-strings\r
9  https://www.elastic.co/guide/en/elasticsearch/reference/5.0/breaking_50_mapping_changes.html\r
10 \r
11 pre_tags are set but post_tags are not set\r
12  add the post_tags field \r
13 \r
14 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.\r
15  change from string to keyword