Skip to content

Commit c9b209b

Browse files
committed
Added ip datatype
1 parent e8bad2d commit c9b209b

File tree

3 files changed

+86
-2
lines changed

3 files changed

+86
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Elasticsearch",
3-
"version": "0.1.18",
4-
"versionDate": "2019-04-26",
3+
"version": "0.1.19",
4+
"versionDate": "2019-05-03",
55
"author": "hackolade",
66
"engines": {
77
"hackolade": "1.12.7",

properties_pane/field_level/fieldLevelConfig.json

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -884,6 +884,65 @@ making sure that you maintain a proper JSON format.
884884
"maxProperties",
885885
"additionalProperties",
886886
"comments"
887+
],
888+
"___3": [],
889+
"ip": [
890+
"name",
891+
"schemaId",
892+
"type",
893+
"description",
894+
"dependencies",
895+
"required",
896+
{
897+
"propertyName": "boost",
898+
"propertyKeyword": "boost",
899+
"propertyValidate": false,
900+
"propertyType": "numeric",
901+
"valueType": "number",
902+
"allowNegative": false,
903+
"isTargetProperty": true
904+
},
905+
{
906+
"propertyName": "doc_values",
907+
"propertyKeyword": "doc_values",
908+
"shouldValidate": false,
909+
"propertyType": "checkbox",
910+
"dependency": {
911+
"key": "mode",
912+
"value": "keyword"
913+
},
914+
"isTargetProperty": true
915+
},
916+
{
917+
"propertyName": "index",
918+
"propertyKeyword": "index",
919+
"shouldValidate": false,
920+
"propertyType": "checkbox",
921+
"isTargetProperty": true
922+
},
923+
{
924+
"propertyName": "null_value",
925+
"propertyKeyword": "null_value",
926+
"propertyValidate": false,
927+
"propertyType": "text",
928+
"dependency": {
929+
"key": "mode",
930+
"value": "keyword"
931+
},
932+
"isTargetProperty": true
933+
},
934+
{
935+
"propertyName": "store",
936+
"propertyKeyword": "store",
937+
"shouldValidate": false,
938+
"propertyType": "checkbox",
939+
"isTargetProperty": true
940+
},
941+
"pattern",
942+
"format",
943+
"enum",
944+
"sample",
945+
"comments"
887946
]
888947
}
889948
}

types/ip.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "ip",
3+
"erdAbbreviation": "<ip>",
4+
"dtdAbbreviation": "{ip}",
5+
"useSample": true,
6+
"default": true,
7+
"defaultValues": {
8+
"minLength": "",
9+
"maxLength": "",
10+
"pattern": "",
11+
"default": "",
12+
"primaryKey": false,
13+
"relationshipType": "",
14+
"parentRelationship": "",
15+
"childRelationships": [],
16+
"foreignCollection": "",
17+
"foreignField": [],
18+
"enum": [],
19+
"sample": "",
20+
"mode": "text",
21+
"index_options": "docs",
22+
"similarity": "",
23+
"index": true
24+
}
25+
}

0 commit comments

Comments
 (0)