Browse Source

Merge pull request #923 from pelias/greenkeeper/pelias-query-8.16.1

fix(package): update pelias-query to version 8.16.1
pull/924/head v3.27.7
Julian Simioni 7 years ago committed by GitHub
parent
commit
2920f617c6
  1. 2
      package.json
  2. 41
      test/unit/fixture/search_boundary_country.js
  3. 1594
      test/unit/fixture/search_fallback.js
  4. 50
      test/unit/fixture/search_fallback_postalcode_only.js
  5. 41
      test/unit/fixture/search_linguistic_bbox.js
  6. 41
      test/unit/fixture/search_linguistic_focus.js
  7. 41
      test/unit/fixture/search_linguistic_focus_bbox.js
  8. 41
      test/unit/fixture/search_linguistic_focus_null_island.js
  9. 41
      test/unit/fixture/search_linguistic_only.js
  10. 41
      test/unit/fixture/search_linguistic_viewport.js
  11. 41
      test/unit/fixture/search_linguistic_viewport_min_diagonal.js
  12. 41
      test/unit/fixture/search_with_category_filtering.js
  13. 41
      test/unit/fixture/search_with_source_filtering.js
  14. 11
      test/unit/fixture/structured_geocoding/boundary_country.json
  15. 1596
      test/unit/fixture/structured_geocoding/fallback.json
  16. 11
      test/unit/fixture/structured_geocoding/linguistic_bbox.json
  17. 11
      test/unit/fixture/structured_geocoding/linguistic_focus.json
  18. 9
      test/unit/fixture/structured_geocoding/linguistic_focus_bbox.json
  19. 11
      test/unit/fixture/structured_geocoding/linguistic_focus_null_island.json
  20. 11
      test/unit/fixture/structured_geocoding/linguistic_only.json
  21. 11
      test/unit/fixture/structured_geocoding/linguistic_viewport.json
  22. 11
      test/unit/fixture/structured_geocoding/linguistic_viewport_min_diagonal.json
  23. 50
      test/unit/fixture/structured_geocoding/postalcode_only.js
  24. 12
      test/unit/fixture/structured_geocoding/with_source_filtering.json

2
package.json

@ -61,7 +61,7 @@
"pelias-logger": "0.2.0", "pelias-logger": "0.2.0",
"pelias-microservice-wrapper": "1.1.2", "pelias-microservice-wrapper": "1.1.2",
"pelias-model": "4.9.0", "pelias-model": "4.9.0",
"pelias-query": "8.15.0", "pelias-query": "8.16.1",
"pelias-sorting": "1.0.1", "pelias-sorting": "1.0.1",
"pelias-text-analyzer": "1.8.3", "pelias-text-analyzer": "1.8.3",
"predicates": "^1.0.1", "predicates": "^1.0.1",

41
test/unit/fixture/search_boundary_country.js

@ -2,32 +2,29 @@ module.exports = {
'query': { 'query': {
'function_score': { 'function_score': {
'query': { 'query': {
'filtered': { 'bool': {
'query': { 'minimum_should_match': 1,
'bool': { 'should': [
'should': [ {
{ 'bool': {
'bool': { '_name': 'fallback.street',
'_name': 'fallback.street', 'boost': 5,
'boost': 5, 'must': [
'must': [ {
{ 'match_phrase': {
'match_phrase': { 'address_parts.street': 'street value'
'address_parts.street': 'street value'
}
}
],
'should': [],
'filter': {
'term': {
'layer': 'street'
}
} }
} }
],
'should': [],
'filter': {
'term': {
'layer': 'street'
}
} }
] }
} }
}, ],
'filter': { 'filter': {
'bool': { 'bool': {
'must': [ 'must': [

1594
test/unit/fixture/search_fallback.js

File diff suppressed because it is too large Load Diff

50
test/unit/fixture/search_fallback_postalcode_only.js

@ -2,39 +2,31 @@ module.exports = {
'query': { 'query': {
'function_score': { 'function_score': {
'query': { 'query': {
'filtered': { 'bool': {
'query': { 'minimum_should_match': 1,
'bool': { 'should': [
'should': [ {
{ 'bool': {
'bool': { '_name': 'fallback.postalcode',
'_name': 'fallback.postalcode', 'must': [
'must': [ {
{ 'multi_match': {
'multi_match': { 'query': '90210',
'query': '90210', 'type': 'phrase',
'type': 'phrase', 'fields': [
'fields': [ 'parent.postalcode'
'parent.postalcode' ]
]
}
}
],
'filter': {
'term': {
'layer': 'postalcode'
}
} }
} }
],
'filter': {
'term': {
'layer': 'postalcode'
}
} }
] }
}
},
'filter': {
'bool': {
'must': []
} }
} ]
} }
}, },
'max_boost': 20, 'max_boost': 20,

41
test/unit/fixture/search_linguistic_bbox.js

@ -2,32 +2,29 @@ module.exports = {
'query': { 'query': {
'function_score': { 'function_score': {
'query': { 'query': {
'filtered': { 'bool': {
'query': { 'minimum_should_match': 1,
'bool': { 'should': [
'should': [ {
{ 'bool': {
'bool': { '_name': 'fallback.street',
'_name': 'fallback.street', 'boost': 5,
'boost': 5, 'must': [
'must': [ {
{ 'match_phrase': {
'match_phrase': { 'address_parts.street': 'street value'
'address_parts.street': 'street value'
}
}
],
'should': [],
'filter': {
'term': {
'layer': 'street'
}
} }
} }
],
'should': [],
'filter': {
'term': {
'layer': 'street'
}
} }
] }
} }
}, ],
'filter': { 'filter': {
'bool': { 'bool': {
'must': [ 'must': [

41
test/unit/fixture/search_linguistic_focus.js

@ -2,32 +2,29 @@ module.exports = {
'query': { 'query': {
'function_score': { 'function_score': {
'query': { 'query': {
'filtered': { 'bool': {
'query': { 'minimum_should_match': 1,
'bool': { 'should': [
'should': [ {
{ 'bool': {
'bool': { '_name': 'fallback.street',
'_name': 'fallback.street', 'boost': 5,
'boost': 5, 'must': [
'must': [ {
{ 'match_phrase': {
'match_phrase': { 'address_parts.street': 'street value'
'address_parts.street': 'street value'
}
}
],
'should': [],
'filter': {
'term': {
'layer': 'street'
}
} }
} }
],
'should': [],
'filter': {
'term': {
'layer': 'street'
}
} }
] }
} }
}, ],
'filter': { 'filter': {
'bool': { 'bool': {
'must': [ 'must': [

41
test/unit/fixture/search_linguistic_focus_bbox.js

@ -2,32 +2,29 @@ module.exports = {
'query': { 'query': {
'function_score': { 'function_score': {
'query': { 'query': {
'filtered': { 'bool': {
'query': { 'minimum_should_match': 1,
'bool': { 'should': [
'should': [ {
{ 'bool': {
'bool': { '_name': 'fallback.street',
'_name': 'fallback.street', 'boost': 5,
'boost': 5, 'must': [
'must': [ {
{ 'match_phrase': {
'match_phrase': { 'address_parts.street': 'street value'
'address_parts.street': 'street value'
}
}
],
'should': [],
'filter': {
'term': {
'layer': 'street'
}
} }
} }
],
'should': [],
'filter': {
'term': {
'layer': 'street'
}
} }
] }
} }
}, ],
'filter': { 'filter': {
'bool': { 'bool': {
'must': [ 'must': [

41
test/unit/fixture/search_linguistic_focus_null_island.js

@ -2,32 +2,29 @@ module.exports = {
'query': { 'query': {
'function_score': { 'function_score': {
'query': { 'query': {
'filtered': { 'bool': {
'query': { 'minimum_should_match': 1,
'bool': { 'should': [
'should': [ {
{ 'bool': {
'bool': { '_name': 'fallback.street',
'_name': 'fallback.street', 'boost': 5,
'boost': 5, 'must': [
'must': [ {
{ 'match_phrase': {
'match_phrase': { 'address_parts.street': 'street value'
'address_parts.street': 'street value'
}
}
],
'should': [],
'filter': {
'term': {
'layer': 'street'
}
} }
} }
],
'should': [],
'filter': {
'term': {
'layer': 'street'
}
} }
] }
} }
}, ],
'filter': { 'filter': {
'bool': { 'bool': {
'must': [ 'must': [

41
test/unit/fixture/search_linguistic_only.js

@ -2,32 +2,29 @@ module.exports = {
'query': { 'query': {
'function_score': { 'function_score': {
'query': { 'query': {
'filtered': { 'bool': {
'query': { 'minimum_should_match': 1,
'bool': { 'should': [
'should': [ {
{ 'bool': {
'bool': { '_name': 'fallback.street',
'_name': 'fallback.street', 'boost': 5,
'boost': 5, 'must': [
'must': [ {
{ 'match_phrase': {
'match_phrase': { 'address_parts.street': 'street value'
'address_parts.street': 'street value'
}
}
],
'should': [],
'filter': {
'term': {
'layer': 'street'
}
} }
} }
],
'should': [],
'filter': {
'term': {
'layer': 'street'
}
} }
] }
} }
}, ],
'filter': { 'filter': {
'bool': { 'bool': {
'must': [ 'must': [

41
test/unit/fixture/search_linguistic_viewport.js

@ -2,32 +2,29 @@ module.exports = {
'query': { 'query': {
'function_score': { 'function_score': {
'query': { 'query': {
'filtered': { 'bool': {
'query': { 'minimum_should_match': 1,
'bool': { 'should': [
'should': [ {
{ 'bool': {
'bool': { '_name': 'fallback.street',
'_name': 'fallback.street', 'boost': 5,
'boost': 5, 'must': [
'must': [ {
{ 'match_phrase': {
'match_phrase': { 'address_parts.street': 'street value'
'address_parts.street': 'street value'
}
}
],
'should': [],
'filter': {
'term': {
'layer': 'street'
}
} }
} }
],
'should': [],
'filter': {
'term': {
'layer': 'street'
}
} }
] }
} }
}, ],
'filter': { 'filter': {
'bool': { 'bool': {
'must': [ 'must': [

41
test/unit/fixture/search_linguistic_viewport_min_diagonal.js

@ -2,32 +2,29 @@ module.exports = {
'query': { 'query': {
'function_score': { 'function_score': {
'query': { 'query': {
'filtered': { 'bool': {
'query': { 'minimum_should_match': 1,
'bool': { 'should': [
'should': [ {
{ 'bool': {
'bool': { '_name': 'fallback.street',
'_name': 'fallback.street', 'boost': 5,
'boost': 5, 'must': [
'must': [ {
{ 'match_phrase': {
'match_phrase': { 'address_parts.street': 'street value'
'address_parts.street': 'street value'
}
}
],
'should': [],
'filter': {
'term': {
'layer': 'street'
}
} }
} }
],
'should': [],
'filter': {
'term': {
'layer': 'street'
}
} }
] }
} }
}, ],
'filter': { 'filter': {
'bool': { 'bool': {
'must': [ 'must': [

41
test/unit/fixture/search_with_category_filtering.js

@ -2,32 +2,29 @@ module.exports = {
'query': { 'query': {
'function_score': { 'function_score': {
'query': { 'query': {
'filtered': { 'bool': {
'query': { 'minimum_should_match': 1,
'bool': { 'should': [
'should': [ {
{ 'bool': {
'bool': { '_name': 'fallback.street',
'_name': 'fallback.street', 'boost': 5,
'boost': 5, 'must': [
'must': [ {
{ 'match_phrase': {
'match_phrase': { 'address_parts.street': 'street value'
'address_parts.street': 'street value'
}
}
],
'should': [],
'filter': {
'term': {
'layer': 'street'
}
} }
} }
],
'should': [],
'filter': {
'term': {
'layer': 'street'
}
} }
] }
} }
}, ],
'filter': { 'filter': {
'bool': { 'bool': {
'must': [ 'must': [

41
test/unit/fixture/search_with_source_filtering.js

@ -2,32 +2,29 @@ module.exports = {
'query': { 'query': {
'function_score': { 'function_score': {
'query': { 'query': {
'filtered': { 'bool': {
'query': { 'minimum_should_match': 1,
'bool': { 'should': [
'should': [ {
{ 'bool': {
'bool': { '_name': 'fallback.street',
'_name': 'fallback.street', 'boost': 5,
'boost': 5, 'must': [
'must': [ {
{ 'match_phrase': {
'match_phrase': { 'address_parts.street': 'street value'
'address_parts.street': 'street value'
}
}
],
'should': [],
'filter': {
'term': {
'layer': 'street'
}
} }
} }
],
'should': [],
'filter': {
'term': {
'layer': 'street'
}
} }
] }
} }
}, ],
'filter': { 'filter': {
'bool': { 'bool': {
'must': [ 'must': [

11
test/unit/fixture/structured_geocoding/boundary_country.json

@ -2,12 +2,9 @@
"query": { "query": {
"function_score": { "function_score": {
"query": { "query": {
"filtered": { "bool": {
"query": { "minimum_should_match": 1,
"bool": { "should": [],
"should": []
}
},
"filter": { "filter": {
"bool": { "bool": {
"must": [ "must": [
@ -59,4 +56,4 @@
], ],
"size": 10, "size": 10,
"track_scores": true "track_scores": true
} }

1596
test/unit/fixture/structured_geocoding/fallback.json

File diff suppressed because it is too large Load Diff

11
test/unit/fixture/structured_geocoding/linguistic_bbox.json

@ -2,12 +2,9 @@
"query": { "query": {
"function_score": { "function_score": {
"query": { "query": {
"filtered": { "bool": {
"query": { "minimum_should_match": 1,
"bool": { "should": [],
"should": []
}
},
"filter": { "filter": {
"bool": { "bool": {
"must": [ "must": [
@ -62,4 +59,4 @@
], ],
"size": 10, "size": 10,
"track_scores": true "track_scores": true
} }

11
test/unit/fixture/structured_geocoding/linguistic_focus.json

@ -2,12 +2,9 @@
"query": { "query": {
"function_score": { "function_score": {
"query": { "query": {
"filtered": { "bool": {
"query": { "minimum_should_match": 1,
"bool": { "should": [],
"should": []
}
},
"filter": { "filter": {
"bool": { "bool": {
"must": [ "must": [
@ -65,4 +62,4 @@
], ],
"size": 10, "size": 10,
"track_scores": true "track_scores": true
} }

9
test/unit/fixture/structured_geocoding/linguistic_focus_bbox.json

@ -2,12 +2,9 @@
"query": { "query": {
"function_score": { "function_score": {
"query": { "query": {
"filtered": { "bool": {
"query": { "minimum_should_match": 1,
"bool": { "should": [],
"should": []
}
},
"filter": { "filter": {
"bool": { "bool": {
"must": [ "must": [

11
test/unit/fixture/structured_geocoding/linguistic_focus_null_island.json

@ -2,12 +2,9 @@
"query": { "query": {
"function_score": { "function_score": {
"query": { "query": {
"filtered": { "bool": {
"query": { "minimum_should_match": 1,
"bool": { "should": [],
"should": []
}
},
"filter": { "filter": {
"bool": { "bool": {
"must": [ "must": [
@ -65,4 +62,4 @@
], ],
"size": 10, "size": 10,
"track_scores": true "track_scores": true
} }

11
test/unit/fixture/structured_geocoding/linguistic_only.json

@ -2,12 +2,9 @@
"query": { "query": {
"function_score": { "function_score": {
"query": { "query": {
"filtered": { "bool": {
"query": { "minimum_should_match": 1,
"bool": { "should": [],
"should": []
}
},
"filter": { "filter": {
"bool": { "bool": {
"must": [ "must": [
@ -51,4 +48,4 @@
], ],
"size": 10, "size": 10,
"track_scores": true "track_scores": true
} }

11
test/unit/fixture/structured_geocoding/linguistic_viewport.json

@ -2,12 +2,9 @@
"query": { "query": {
"function_score": { "function_score": {
"query": { "query": {
"filtered": { "bool": {
"query": { "minimum_should_match": 1,
"bool": { "should": [],
"should": []
}
},
"filter": { "filter": {
"bool": { "bool": {
"must": [ "must": [
@ -51,4 +48,4 @@
], ],
"size": 10, "size": 10,
"track_scores": true "track_scores": true
} }

11
test/unit/fixture/structured_geocoding/linguistic_viewport_min_diagonal.json

@ -2,12 +2,9 @@
"query": { "query": {
"function_score": { "function_score": {
"query": { "query": {
"filtered": { "bool": {
"query": { "minimum_should_match": 1,
"bool": { "should": [],
"should": []
}
},
"filter": { "filter": {
"bool": { "bool": {
"must": [ "must": [
@ -51,4 +48,4 @@
], ],
"size": 10, "size": 10,
"track_scores": true "track_scores": true
} }

50
test/unit/fixture/structured_geocoding/postalcode_only.js

@ -2,39 +2,31 @@ module.exports = {
'query': { 'query': {
'function_score': { 'function_score': {
'query': { 'query': {
'filtered': { 'bool': {
'query': { 'minimum_should_match': 1,
'bool': { 'should': [
'should': [ {
{ 'bool': {
'bool': { '_name': 'fallback.postalcode',
'_name': 'fallback.postalcode', 'must': [
'must': [ {
{ 'multi_match': {
'multi_match': { 'query': 'postalcode value',
'query': 'postalcode value', 'type': 'phrase',
'type': 'phrase', 'fields': [
'fields': [ 'parent.postalcode'
'parent.postalcode' ]
]
}
}
],
'filter': {
'term': {
'layer': 'postalcode'
}
} }
} }
],
'filter': {
'term': {
'layer': 'postalcode'
}
} }
] }
}
},
'filter': {
'bool': {
'must': []
} }
} ]
} }
}, },
'max_boost': 20, 'max_boost': 20,

12
test/unit/fixture/structured_geocoding/with_source_filtering.json

@ -2,12 +2,10 @@
"query": { "query": {
"function_score": { "function_score": {
"query": { "query": {
"filtered": { "bool": {
"query": { "minimum_should_match": 1,
"bool": { "should": [
"should": [] ],
}
},
"filter": { "filter": {
"bool": { "bool": {
"must": [ "must": [
@ -51,4 +49,4 @@
], ],
"size": 20, "size": 20,
"track_scores": true "track_scores": true
} }

Loading…
Cancel
Save