Skip to content

Commit

Permalink
Merge pull request #439 from pelias/pelias-model-6.0.0
Browse files Browse the repository at this point in the history
Upgrade to pelias/model-6.0.0
  • Loading branch information
orangejulius authored Sep 13, 2019
2 parents 81c543d + 2fc44ab commit 5c6beb8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"pelias-config": "^3.3.0",
"pelias-dbclient": "^2.8.0",
"pelias-logger": "^1.2.1",
"pelias-model": "^5.5.2",
"pelias-model": "^6.0.0",
"pelias-wof-admin-lookup": "^5.3.0",
"through2": "^3.0.0",
"through2-filter": "^3.0.0",
Expand Down
18 changes: 9 additions & 9 deletions test/data/expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"_index": "pelias",
"_type": "address",
"_id": "data/input_file_1:0",
"_id": "openaddresses:address:data/input_file_1:0",
"data": {
"name": {
"default": "100 Main St"
Expand Down Expand Up @@ -110,7 +110,7 @@
{
"_index": "pelias",
"_type": "address",
"_id": "data/input_file_1:1",
"_id": "openaddresses:address:data/input_file_1:1",
"data": {
"name": {
"default": "200 Main St"
Expand All @@ -134,7 +134,7 @@
{
"_index": "pelias",
"_type": "address",
"_id": "data/input_file_1:2",
"_id": "openaddresses:address:data/input_file_1:2",
"data": {
"name": {
"default": "0 Main St"
Expand All @@ -158,7 +158,7 @@
{
"_index": "pelias",
"_type": "address",
"_id": "data/input_file_1:3",
"_id": "openaddresses:address:data/input_file_1:3",
"data": {
"name": {
"default": "00 Elm St"
Expand All @@ -182,7 +182,7 @@
{
"_index": "pelias",
"_type": "address",
"_id": "data/input_file_1:4",
"_id": "openaddresses:address:data/input_file_1:4",
"data": {
"name": {
"default": "00300 Main St"
Expand All @@ -206,7 +206,7 @@
{
"_index": "pelias",
"_type": "address",
"_id": "data/input_file_2:0",
"_id": "openaddresses:address:data/input_file_2:0",
"data": {
"name": {
"default": "400 Vireo Rd"
Expand All @@ -230,7 +230,7 @@
{
"_index": "pelias",
"_type": "address",
"_id": "data/input_file_2:1",
"_id": "openaddresses:address:data/input_file_2:1",
"data": {
"name": {
"default": "00000 Vireo Rd"
Expand All @@ -254,7 +254,7 @@
{
"_index": "pelias",
"_type": "address",
"_id": "data/input_file_2:2",
"_id": "openaddresses:address:data/input_file_2:2",
"data": {
"name": {
"default": "00500 Calle De Lago"
Expand All @@ -278,7 +278,7 @@
{
"_index": "pelias",
"_type": "address",
"_id": "data/input_file_2:3",
"_id": "openaddresses:address:data/input_file_2:3",
"data": {
"name": {
"default": "00500 Calle De Lago"
Expand Down

0 comments on commit 5c6beb8

Please sign in to comment.