dstore-elasticsearch
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -123,3 +123,2 @@ 'use strict'; | ||
mapping[blueprint.elasticsearch.type] = { | ||
_id: { path: 'id' }, | ||
properties: properties | ||
@@ -126,0 +125,0 @@ }; |
{ | ||
"name": "dstore-elasticsearch", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Elasticsearch / Elastic storage engine for dstore.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -91,3 +91,2 @@ import _ from 'lodash'; | ||
mapping[blueprint.elasticsearch.type] = { | ||
_id: {path: 'id'}, | ||
properties: properties | ||
@@ -94,0 +93,0 @@ }; |
54549
1613