Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesmarets committed Dec 6, 2017
1 parent 00e21bd commit 568d7ef
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 2 additions & 1 deletion properties_pane/container_level/containerLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ making sure that you maintain a proper JSON format.
"object"
],
"defaultType": "object",
"disabledFieldOption": true
"disabledFieldOption": true,
"underERDDivider": true
}],
"structure": [
{
Expand Down
1 change: 0 additions & 1 deletion properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ making sure that you maintain a proper JSON format.
}

*/

{
"lowerTab": "JsonDetails",
"structure": {
Expand Down
1 change: 0 additions & 1 deletion types/binary.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"parentType": "binary",
"useSample": false,
"defaultValues": {
"primaryKey": false,
"relationshipType": "",
"parentRelationship": "",
"childRelationships": [],
Expand Down
1 change: 0 additions & 1 deletion types/boolean.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"defaultValues": {
"default": "",
"enum": [],
"primaryKey": false,
"relationshipType": "",
"parentRelationship": "",
"childRelationships": [],
Expand Down
1 change: 0 additions & 1 deletion types/geo-point.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"dtdAbbreviation": "{...}",
"parentType": "document",
"defaultValues": {
"primaryKey": false,
"relationshipType": "",
"parentRelationship": "",
"childRelationships": [],
Expand Down
1 change: 0 additions & 1 deletion types/geo-shape.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"dtdAbbreviation": "{...}",
"parentType": "document",
"defaultValues": {
"primaryKey": false,
"relationshipType": "",
"parentRelationship": "",
"childRelationships": [],
Expand Down
2 changes: 1 addition & 1 deletion types/number.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"foreignCollection": "",
"foreignField": [],
"enum": [],
"mode": "",
"mode": "long",
"sample": ""
}
}
4 changes: 2 additions & 2 deletions types/range.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"dtdAbbreviation": "{x-y}",
"parentType": "document",
"defaultValues": {
"primaryKey": false,
"relationshipType": "",
"parentRelationship": "",
"childRelationships": [],
Expand All @@ -15,6 +14,7 @@
"minProperties": "",
"maxProperties": "",
"additionalProperties": false,
"enum": []
"enum": [],
"mode": "integer_range"
}
}
5 changes: 4 additions & 1 deletion types/string.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"foreignCollection": "",
"foreignField": [],
"enum": [],
"sample": ""
"sample": "",
"mode": "text",
"index_options": "docs",
"similarity": "BM25"
}
}

0 comments on commit 568d7ef

Please sign in to comment.