diff --git a/package.json b/package.json index a37ac43..129b876 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Elasticsearch", - "version": "0.1.1", - "versionDate": "2017-11-20", + "version": "0.1.2", + "versionDate": "2017-12-06", "author": "hackolade", "engines": { "hackolade": "1.9.x", diff --git a/properties_pane/container_level/containerLevelConfig.json b/properties_pane/container_level/containerLevelConfig.json index 9565005..c21f222 100644 --- a/properties_pane/container_level/containerLevelConfig.json +++ b/properties_pane/container_level/containerLevelConfig.json @@ -134,7 +134,8 @@ making sure that you maintain a proper JSON format. "object" ], "defaultType": "object", - "disabledFieldOption": true + "disabledFieldOption": true, + "underERDDivider": true }], "structure": [ { diff --git a/properties_pane/field_level/fieldLevelConfig.json b/properties_pane/field_level/fieldLevelConfig.json index 27bd319..6446edf 100644 --- a/properties_pane/field_level/fieldLevelConfig.json +++ b/properties_pane/field_level/fieldLevelConfig.json @@ -79,7 +79,6 @@ making sure that you maintain a proper JSON format. } */ - { "lowerTab": "JsonDetails", "structure": { diff --git a/types/binary.json b/types/binary.json index 046f0b6..c8579b6 100644 --- a/types/binary.json +++ b/types/binary.json @@ -5,7 +5,6 @@ "parentType": "binary", "useSample": false, "defaultValues": { - "primaryKey": false, "relationshipType": "", "parentRelationship": "", "childRelationships": [], diff --git a/types/boolean.json b/types/boolean.json index ec02f5e..388069b 100644 --- a/types/boolean.json +++ b/types/boolean.json @@ -8,7 +8,6 @@ "defaultValues": { "default": "", "enum": [], - "primaryKey": false, "relationshipType": "", "parentRelationship": "", "childRelationships": [], diff --git a/types/geo-point.json b/types/geo-point.json index fd8e054..db78da9 100644 --- a/types/geo-point.json +++ b/types/geo-point.json @@ -4,7 +4,6 @@ "dtdAbbreviation": "{...}", "parentType": "document", "defaultValues": { - "primaryKey": false, "relationshipType": "", "parentRelationship": "", "childRelationships": [], diff --git a/types/geo-shape.json b/types/geo-shape.json index 8ac0e50..0e8e6cd 100644 --- a/types/geo-shape.json +++ b/types/geo-shape.json @@ -4,7 +4,6 @@ "dtdAbbreviation": "{...}", "parentType": "document", "defaultValues": { - "primaryKey": false, "relationshipType": "", "parentRelationship": "", "childRelationships": [], diff --git a/types/number.json b/types/number.json index 18b9c18..8c662b5 100644 --- a/types/number.json +++ b/types/number.json @@ -21,7 +21,7 @@ "foreignCollection": "", "foreignField": [], "enum": [], - "mode": "", + "mode": "long", "sample": "" } } \ No newline at end of file diff --git a/types/range.json b/types/range.json index 8e816e2..ef557b2 100644 --- a/types/range.json +++ b/types/range.json @@ -4,7 +4,6 @@ "dtdAbbreviation": "{x-y}", "parentType": "document", "defaultValues": { - "primaryKey": false, "relationshipType": "", "parentRelationship": "", "childRelationships": [], @@ -15,6 +14,7 @@ "minProperties": "", "maxProperties": "", "additionalProperties": false, - "enum": [] + "enum": [], + "mode": "integer_range" } } \ No newline at end of file diff --git a/types/string.json b/types/string.json index 9322364..c23f0ea 100644 --- a/types/string.json +++ b/types/string.json @@ -15,6 +15,9 @@ "foreignCollection": "", "foreignField": [], "enum": [], - "sample": "" + "sample": "", + "mode": "text", + "index_options": "docs", + "similarity": "BM25" } } \ No newline at end of file