[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…
Reference in New Issue