From 602dd04f8b2b5530ce39b5cef3741ba7278d279b Mon Sep 17 00:00:00 2001 From: David Pilato Date: Fri, 23 Oct 2015 15:56:48 +0200 Subject: [PATCH] [Docs] Mapper 3.0 show ES 2.0 functionality that does not exist Closes #159. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 6d9d874d270..35742792ccb 100644 --- a/README.md +++ b/README.md @@ -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",