mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
[Docs] Mapper 3.0 show ES 2.0 functionality that does not exist
Closes #159.
This commit is contained in:
parent
94459bd781
commit
602dd04f8b
@ -133,7 +133,6 @@ PUT /test/person/_mapping
|
||||
"properties": {
|
||||
"file": {
|
||||
"type": "attachment",
|
||||
"path": "full",
|
||||
"fields": {
|
||||
"file": {
|
||||
"type": "string",
|
||||
@ -165,7 +164,6 @@ PUT /test/person/_mapping
|
||||
"properties": {
|
||||
"file": {
|
||||
"type": "attachment",
|
||||
"path": "full",
|
||||
"fields": {
|
||||
"content_type": {
|
||||
"type": "string",
|
||||
@ -281,7 +279,6 @@ PUT /test/person/_mapping
|
||||
"properties": {
|
||||
"file": {
|
||||
"type": "attachment",
|
||||
"path": "full",
|
||||
"fields": {
|
||||
"file": {
|
||||
"type": "string",
|
||||
|
Loading…
x
Reference in New Issue
Block a user