Browse Source

WIP: cutoff_frequency

cutoff_frequency
Julian Simioni 6 years ago
parent
commit
7ee62c3582
No known key found for this signature in database
GPG Key ID: B9EEB0C6EE0910A1
  1. 2
      package.json
  2. 6
      query/autocomplete_defaults.js
  3. 6
      query/search_defaults.js
  4. 1
      test/unit/fixture/autocomplete_boundary_country.js
  5. 1
      test/unit/fixture/autocomplete_linguistic_bbox_san_francisco.js
  6. 2
      test/unit/fixture/autocomplete_linguistic_final_token.js
  7. 2
      test/unit/fixture/autocomplete_linguistic_focus.js
  8. 2
      test/unit/fixture/autocomplete_linguistic_focus_null_island.js
  9. 3
      test/unit/fixture/autocomplete_linguistic_multiple_tokens.js
  10. 1
      test/unit/fixture/autocomplete_linguistic_only.js
  11. 10
      test/unit/fixture/autocomplete_linguistic_with_admin.js
  12. 11
      test/unit/fixture/autocomplete_single_character_street.js
  13. 1
      test/unit/fixture/autocomplete_with_layer_filtering.js
  14. 1
      test/unit/fixture/autocomplete_with_source_filtering.js
  15. 4
      test/unit/fixture/search_boundary_country_original.js
  16. 9
      test/unit/fixture/search_full_address_original.js
  17. 4
      test/unit/fixture/search_linguistic_bbox_original.js
  18. 5
      test/unit/fixture/search_linguistic_focus_bbox_original.js
  19. 5
      test/unit/fixture/search_linguistic_focus_null_island_original.js
  20. 5
      test/unit/fixture/search_linguistic_focus_original.js
  21. 4
      test/unit/fixture/search_linguistic_only_original.js
  22. 5
      test/unit/fixture/search_partial_address_original.js
  23. 7
      test/unit/fixture/search_regions_address_original.js
  24. 4
      test/unit/fixture/search_with_category_filtering_original.js
  25. 4
      test/unit/fixture/search_with_source_filtering_original.js

2
package.json

@ -57,7 +57,7 @@
"pelias-logger": "^1.2.0",
"pelias-microservice-wrapper": "^1.4.0",
"pelias-model": "^5.5.2",
"pelias-query": "^9.1.1",
"pelias-query": "pelias/query#cutoff_frequency",
"pelias-sorting": "^1.2.0",
"predicates": "^2.0.0",
"retry": "^0.12.0",

6
query/autocomplete_defaults.js

@ -20,11 +20,13 @@ module.exports = _.merge({}, peliasQuery.defaults, {
'ngram:analyzer': 'peliasQueryPartialToken',
'ngram:field': 'name.default',
'ngram:boost': 100,
'ngram:cutoff_frequency': 0.01,
'phrase:analyzer': 'peliasQueryFullToken',
'phrase:field': 'name.default',
'phrase:boost': 1,
'phrase:slop': 3,
'phrase:cutoff_frequency': 0.01,
'focus:function': 'linear',
'focus:offset': '0km',
@ -47,6 +49,8 @@ module.exports = _.merge({}, peliasQuery.defaults, {
'address:postcode:field': 'address_parts.zip',
'address:postcode:boost': 2000,
'address:cutoff_frequency': 0.01,
'admin:country_a:analyzer': 'standard',
'admin:country_a:field': 'parent.country_a',
'admin:country_a:boost': 1000,
@ -83,6 +87,8 @@ module.exports = _.merge({}, peliasQuery.defaults, {
'admin:borough:field': 'parent.borough',
'admin:borough:boost': 600,
'admin:cutoff_frequency': 0.01,
'popularity:field': 'popularity',
'popularity:modifier': 'log1p',
'popularity:max_boost': 20,

6
query/search_defaults.js

@ -20,11 +20,13 @@ module.exports = _.merge({}, peliasQuery.defaults, {
'ngram:analyzer': 'peliasQueryFullToken',
'ngram:field': 'name.default',
'ngram:boost': 1,
'ngram:cutoff_frequency': 0.01,
'phrase:analyzer': 'peliasPhrase',
'phrase:field': 'phrase.default',
'phrase:boost': 1,
'phrase:slop': 2,
'phrase:cutoff_frequency': 0.01,
'focus:function': 'linear',
'focus:offset': '0km',
@ -47,6 +49,8 @@ module.exports = _.merge({}, peliasQuery.defaults, {
'address:postcode:field': 'address_parts.zip',
'address:postcode:boost': 20,
'address:cutoff_frequency': 0.01,
'admin:country_a:analyzer': 'standard',
'admin:country_a:field': 'parent.country_a',
'admin:country_a:boost': 1,
@ -83,6 +87,8 @@ module.exports = _.merge({}, peliasQuery.defaults, {
'admin:neighbourhood:field': 'parent.neighbourhood',
'admin:neighbourhood:boost': 1,
'admin:cutoff_frequency': 0.01,
'popularity:field': 'popularity',
'popularity:modifier': 'log1p',
'popularity:max_boost': 20,

1
test/unit/fixture/autocomplete_boundary_country.js

@ -9,6 +9,7 @@ module.exports = {
'analyzer': 'peliasQueryPartialToken',
'boost': 100,
'query': 'test',
'cutoff_frequency': 0.01,
'type': 'phrase',
'operator': 'and',
'slop': 3

1
test/unit/fixture/autocomplete_linguistic_bbox_san_francisco.js

@ -9,6 +9,7 @@ module.exports = {
'analyzer': 'peliasQueryPartialToken',
'boost': 100,
'query': 'test',
'cutoff_frequency': 0.01,
'type': 'phrase',
'operator': 'and',
'slop': 3

2
test/unit/fixture/autocomplete_linguistic_final_token.js

@ -5,6 +5,7 @@ module.exports = {
'match': {
'name.default': {
'analyzer': 'peliasQueryFullToken',
'cutoff_frequency': 0.01,
'boost': 1,
'slop': 3,
'query': 'one',
@ -16,6 +17,7 @@ module.exports = {
'match': {
'phrase.default': {
'analyzer': 'peliasPhrase',
'cutoff_frequency': 0.01,
'boost': 1,
'slop': 3,
'query': 'one',

2
test/unit/fixture/autocomplete_linguistic_focus.js

@ -7,6 +7,7 @@ module.exports = {
'match': {
'name.default': {
'analyzer': 'peliasQueryPartialToken',
'cutoff_frequency': 0.01,
'boost': 100,
'query': 'test',
'type': 'phrase',
@ -23,6 +24,7 @@ module.exports = {
'match': {
'name.default': {
'analyzer': 'peliasQueryPartialToken',
'cutoff_frequency': 0.01,
'boost': 100,
'query': 'test',
'type': 'phrase',

2
test/unit/fixture/autocomplete_linguistic_focus_null_island.js

@ -7,6 +7,7 @@ module.exports = {
'match': {
'name.default': {
'analyzer': 'peliasQueryPartialToken',
'cutoff_frequency': 0.01,
'boost': 100,
'query': 'test',
'type': 'phrase',
@ -23,6 +24,7 @@ module.exports = {
'match': {
'name.default': {
'analyzer': 'peliasQueryPartialToken',
'cutoff_frequency': 0.01,
'boost': 100,
'query': 'test',
'type': 'phrase',

3
test/unit/fixture/autocomplete_linguistic_multiple_tokens.js

@ -8,6 +8,7 @@ module.exports = {
'type': 'phrase',
'boost': 1,
'slop': 3,
'cutoff_frequency': 0.01,
'query': 'one two'
}
}
@ -22,6 +23,7 @@ module.exports = {
'query': 'three',
'type': 'phrase',
'operator': 'and',
'cutoff_frequency': 0.01,
'slop': 3
}
}
@ -36,6 +38,7 @@ module.exports = {
'type' : 'phrase',
'boost' : 1,
'slop' : 3,
'cutoff_frequency': 0.01,
'query' : 'one two'
}
}

1
test/unit/fixture/autocomplete_linguistic_only.js

@ -11,6 +11,7 @@ module.exports = {
'query': 'test',
'type': 'phrase',
'operator': 'and',
'cutoff_frequency': 0.01,
'slop': 3
}
}

10
test/unit/fixture/autocomplete_linguistic_with_admin.js

@ -9,6 +9,7 @@ module.exports = {
'type': 'phrase',
'boost': 1,
'slop': 3,
'cutoff_frequency': 0.01,
'query': 'one two'
}
}
@ -20,6 +21,7 @@ module.exports = {
'parent.country': {
'analyzer': 'peliasAdmin',
'boost': 800,
'cutoff_frequency': 0.01,
'query': 'three'
}
}
@ -28,6 +30,7 @@ module.exports = {
'match': {
'parent.region': {
'analyzer': 'peliasAdmin',
'cutoff_frequency': 0.01,
'boost': 600,
'query': 'three'
}
@ -37,6 +40,7 @@ module.exports = {
'match': {
'parent.region_a': {
'analyzer': 'peliasAdmin',
'cutoff_frequency': 0.01,
'boost': 600,
'query': 'three'
}
@ -46,6 +50,7 @@ module.exports = {
'match': {
'parent.county': {
'analyzer': 'peliasAdmin',
'cutoff_frequency': 0.01,
'boost': 400,
'query': 'three'
}
@ -55,6 +60,7 @@ module.exports = {
'match': {
'parent.borough': {
'analyzer': 'peliasAdmin',
'cutoff_frequency': 0.01,
'boost': 600,
'query': 'three'
}
@ -64,6 +70,7 @@ module.exports = {
'match': {
'parent.localadmin': {
'analyzer': 'peliasAdmin',
'cutoff_frequency': 0.01,
'boost': 200,
'query': 'three'
}
@ -73,6 +80,7 @@ module.exports = {
'match': {
'parent.locality': {
'analyzer': 'peliasAdmin',
'cutoff_frequency': 0.01,
'boost': 200,
'query': 'three'
}
@ -82,6 +90,7 @@ module.exports = {
'match': {
'parent.neighbourhood': {
'analyzer': 'peliasAdmin',
'cutoff_frequency': 0.01,
'boost': 200,
'query': 'three'
}
@ -91,6 +100,7 @@ module.exports = {
'match': {
'phrase.default': {
'analyzer' : 'peliasPhrase',
'cutoff_frequency': 0.01,
'type' : 'phrase',
'boost' : 1,
'slop' : 3,

11
test/unit/fixture/autocomplete_single_character_street.js

@ -5,6 +5,7 @@ module.exports = {
'match': {
'name.default': {
'analyzer': 'peliasQueryFullToken',
'cutoff_frequency': 0.01,
'type': 'phrase',
'boost': 1,
'slop': 3,
@ -17,6 +18,7 @@ module.exports = {
'match': {
'address_parts.street': {
'query': 'k road',
'cutoff_frequency': 0.01,
'boost': 5,
'analyzer': 'peliasStreet'
}
@ -25,6 +27,7 @@ module.exports = {
'match': {
'parent.country': {
'query': 'laird',
'cutoff_frequency': 0.01,
'boost': 800,
'analyzer': 'peliasAdmin'
}
@ -33,6 +36,7 @@ module.exports = {
'match': {
'parent.region': {
'query': 'laird',
'cutoff_frequency': 0.01,
'boost': 600,
'analyzer': 'peliasAdmin'
}
@ -41,6 +45,7 @@ module.exports = {
'match': {
'parent.region_a': {
'query': 'laird',
'cutoff_frequency': 0.01,
'boost': 600,
'analyzer': 'peliasAdmin'
}
@ -49,6 +54,7 @@ module.exports = {
'match': {
'parent.county': {
'query': 'laird',
'cutoff_frequency': 0.01,
'boost': 400,
'analyzer': 'peliasAdmin'
}
@ -57,6 +63,7 @@ module.exports = {
'match': {
'parent.borough': {
'analyzer': 'peliasAdmin',
'cutoff_frequency': 0.01,
'boost': 600,
'query': 'laird'
}
@ -65,6 +72,7 @@ module.exports = {
'match': {
'parent.localadmin': {
'query': 'laird',
'cutoff_frequency': 0.01,
'boost': 200,
'analyzer': 'peliasAdmin'
}
@ -73,6 +81,7 @@ module.exports = {
'match': {
'parent.locality': {
'query': 'laird',
'cutoff_frequency': 0.01,
'boost': 200,
'analyzer': 'peliasAdmin'
}
@ -81,6 +90,7 @@ module.exports = {
'match': {
'parent.neighbourhood': {
'query': 'laird',
'cutoff_frequency': 0.01,
'boost': 200,
'analyzer': 'peliasAdmin'
}
@ -93,6 +103,7 @@ module.exports = {
'type' : 'phrase',
'boost' : 1,
'slop' : 3,
'cutoff_frequency': 0.01,
'query' : 'k road'
}
}

1
test/unit/fixture/autocomplete_with_layer_filtering.js

@ -7,6 +7,7 @@ module.exports = {
'match': {
'name.default': {
'analyzer': 'peliasQueryPartialToken',
'cutoff_frequency': 0.01,
'boost': 100,
'query': 'test',
'type': 'phrase',

1
test/unit/fixture/autocomplete_with_source_filtering.js

@ -7,6 +7,7 @@ module.exports = {
'match': {
'name.default': {
'analyzer': 'peliasQueryPartialToken',
'cutoff_frequency': 0.01,
'boost': 100,
'query': 'test',
'type': 'phrase',

4
test/unit/fixture/search_boundary_country_original.js

@ -14,6 +14,7 @@ module.exports = {
'match': {
'name.default': {
'query': 'test',
'cutoff_frequency': 0.01,
'boost': 1,
'analyzer': 'peliasQueryFullToken'
}
@ -24,6 +25,7 @@ module.exports = {
'match': {
'phrase.default': {
'query': 'test',
'cutoff_frequency': 0.01,
'analyzer': 'peliasPhrase',
'type': 'phrase',
'boost': 1,
@ -36,6 +38,7 @@ module.exports = {
'match': {
'phrase.default': {
'query': 'test',
'cutoff_frequency': 0.01,
'analyzer': 'peliasPhrase',
'type': 'phrase',
'slop': 2,
@ -61,6 +64,7 @@ module.exports = {
'match': {
'phrase.default': {
'query': 'test',
'cutoff_frequency': 0.01,
'analyzer': 'peliasPhrase',
'type': 'phrase',
'slop': 2,

9
test/unit/fixture/search_full_address_original.js

@ -7,6 +7,7 @@ module.exports = {
'match': {
'name.default': {
'query': '123 main st',
'cutoff_frequency': 0.01,
'analyzer': 'peliasQueryFullToken',
'boost': 1
}
@ -16,6 +17,7 @@ module.exports = {
'match': {
'phrase.default': {
'query': '123 main st',
'cutoff_frequency': 0.01,
'analyzer': 'peliasPhrase',
'type': 'phrase',
'slop': 2,
@ -29,6 +31,7 @@ module.exports = {
'match': {
'phrase.default': {
'query': '123 main st',
'cutoff_frequency': 0.01,
'analyzer': 'peliasPhrase',
'type': 'phrase',
'slop': 2,
@ -54,6 +57,7 @@ module.exports = {
'match': {
'phrase.default': {
'query': '123 main st',
'cutoff_frequency': 0.01,
'analyzer': 'peliasPhrase',
'type': 'phrase',
'slop': 2,
@ -77,6 +81,7 @@ module.exports = {
'match': {
'address_parts.number': {
'query': '123',
'cutoff_frequency': 0.01,
'boost': vs['address:housenumber:boost'],
'analyzer': vs['address:housenumber:analyzer']
}
@ -85,6 +90,7 @@ module.exports = {
'match': {
'address_parts.street': {
'query': 'main st',
'cutoff_frequency': 0.01,
'boost': vs['address:street:boost'],
'analyzer': vs['address:street:analyzer']
}
@ -93,6 +99,7 @@ module.exports = {
'match': {
'address_parts.zip': {
'query': '10010',
'cutoff_frequency': 0.01,
'boost': vs['address:postcode:boost'],
'analyzer': vs['address:postcode:analyzer']
}
@ -101,6 +108,7 @@ module.exports = {
'match': {
'parent.country_a': {
'query': 'USA',
'cutoff_frequency': 0.01,
'boost': vs['admin:country_a:boost'],
'analyzer': vs['admin:country_a:analyzer']
}
@ -109,6 +117,7 @@ module.exports = {
'match': {
'parent.region_a': {
'query': 'NY',
'cutoff_frequency': 0.01,
'boost': vs['admin:region_a:boost'],
'analyzer': vs['admin:region_a:analyzer']
}

4
test/unit/fixture/search_linguistic_bbox_original.js

@ -5,6 +5,7 @@ module.exports = {
'match': {
'name.default': {
'query': 'test',
'cutoff_frequency': 0.01,
'boost': 1,
'analyzer': 'peliasQueryFullToken'
}
@ -14,6 +15,7 @@ module.exports = {
'match': {
'phrase.default': {
'query': 'test',
'cutoff_frequency': 0.01,
'analyzer': 'peliasPhrase',
'type': 'phrase',
'boost': 1,
@ -26,6 +28,7 @@ module.exports = {
'match': {
'phrase.default': {
'query': 'test',
'cutoff_frequency': 0.01,
'analyzer': 'peliasPhrase',
'type': 'phrase',
'slop': 2,
@ -51,6 +54,7 @@ module.exports = {
'match': {
'phrase.default': {
'query': 'test',
'cutoff_frequency': 0.01,
'analyzer': 'peliasPhrase',
'type': 'phrase',
'slop': 2,

5
test/unit/fixture/search_linguistic_focus_bbox_original.js

@ -5,6 +5,7 @@ module.exports = {
'match': {
'name.default': {
'query': 'test',
'cutoff_frequency': 0.01,
'boost': 1,
'analyzer': 'peliasQueryFullToken'
}
@ -14,6 +15,7 @@ module.exports = {
'match': {
'phrase.default': {
'query': 'test',
'cutoff_frequency': 0.01,
'analyzer': 'peliasPhrase',
'type': 'phrase',
'boost': 1,
@ -29,6 +31,7 @@ module.exports = {
'type': 'phrase',
'boost': 1,
'slop': 2,
'cutoff_frequency': 0.01,
'query': 'test'
}
}
@ -56,6 +59,7 @@ module.exports = {
'match': {
'phrase.default': {
'query': 'test',
'cutoff_frequency': 0.01,
'analyzer': 'peliasPhrase',
'type': 'phrase',
'slop': 2,
@ -81,6 +85,7 @@ module.exports = {
'match': {
'phrase.default': {
'query': 'test',
'cutoff_frequency': 0.01,
'analyzer': 'peliasPhrase',
'type': 'phrase',
'slop': 2,

5
test/unit/fixture/search_linguistic_focus_null_island_original.js

@ -5,6 +5,7 @@ module.exports = {
'match': {
'name.default': {
'query': 'test',
'cutoff_frequency': 0.01,
'boost': 1,
'analyzer': 'peliasQueryFullToken'
}
@ -14,6 +15,7 @@ module.exports = {
'match': {
'phrase.default': {
'query': 'test',
'cutoff_frequency': 0.01,
'analyzer': 'peliasPhrase',
'type': 'phrase',
'boost': 1,
@ -29,6 +31,7 @@ module.exports = {
'type': 'phrase',
'boost': 1,
'slop': 2,
'cutoff_frequency': 0.01,
'query': 'test'
}
}
@ -56,6 +59,7 @@ module.exports = {
'match': {
'phrase.default': {
'query': 'test',
'cutoff_frequency': 0.01,
'analyzer': 'peliasPhrase',
'type': 'phrase',
'slop': 2,
@ -81,6 +85,7 @@ module.exports = {
'match': {
'phrase.default': {
'query': 'test',
'cutoff_frequency': 0.01,
'analyzer': 'peliasPhrase',
'type': 'phrase',
'slop': 2,

5
test/unit/fixture/search_linguistic_focus_original.js

@ -5,6 +5,7 @@ module.exports = {
'match': {
'name.default': {
'query': 'test',
'cutoff_frequency': 0.01,
'boost': 1,
'analyzer': 'peliasQueryFullToken'
}
@ -14,6 +15,7 @@ module.exports = {
'match': {
'phrase.default': {
'query': 'test',
'cutoff_frequency': 0.01,
'analyzer': 'peliasPhrase',
'type': 'phrase',
'boost': 1,
@ -29,6 +31,7 @@ module.exports = {
'type': 'phrase',
'boost': 1,
'slop': 2,
'cutoff_frequency': 0.01,
'query': 'test'
}
}
@ -56,6 +59,7 @@ module.exports = {
'match': {
'phrase.default': {
'query': 'test',
'cutoff_frequency': 0.01,
'analyzer': 'peliasPhrase',
'type': 'phrase',
'slop': 2,
@ -81,6 +85,7 @@ module.exports = {
'match': {
'phrase.default': {
'query': 'test',
'cutoff_frequency': 0.01,
'analyzer': 'peliasPhrase',
'type': 'phrase',
'slop': 2,

4
test/unit/fixture/search_linguistic_only_original.js

@ -5,6 +5,7 @@ module.exports = {
'match': {
'name.default': {
'query': 'test',
'cutoff_frequency': 0.01,
'boost': 1,
'analyzer': 'peliasQueryFullToken'
}
@ -14,6 +15,7 @@ module.exports = {
'match': {
'phrase.default': {
'query': 'test',
'cutoff_frequency': 0.01,
'analyzer': 'peliasPhrase',
'type': 'phrase',
'boost': 1,
@ -26,6 +28,7 @@ module.exports = {
'match': {
'phrase.default': {
'query': 'test',
'cutoff_frequency': 0.01,
'analyzer': 'peliasPhrase',
'type': 'phrase',
'slop': 2,
@ -51,6 +54,7 @@ module.exports = {
'match': {
'phrase.default': {
'query': 'test',
'cutoff_frequency': 0.01,
'analyzer': 'peliasPhrase',
'type': 'phrase',
'slop': 2,

5
test/unit/fixture/search_partial_address_original.js

@ -7,6 +7,7 @@ module.exports = {
'match': {
'name.default': {
'query': 'soho grand',
'cutoff_frequency': 0.01,
'analyzer': 'peliasQueryFullToken',
'boost': 1
}
@ -16,6 +17,7 @@ module.exports = {
'match': {
'phrase.default': {
'query': 'soho grand',
'cutoff_frequency': 0.01,
'analyzer': 'peliasPhrase',
'type': 'phrase',
'slop': 2,
@ -28,6 +30,7 @@ module.exports = {
'match': {
'phrase.default': {
'query': 'soho grand',
'cutoff_frequency': 0.01,
'analyzer': 'peliasPhrase',
'type': 'phrase',
'slop': 2,
@ -53,6 +56,7 @@ module.exports = {
'match': {
'phrase.default': {
'query': 'soho grand',
'cutoff_frequency': 0.01,
'analyzer': 'peliasPhrase',
'type': 'phrase',
'slop': 2,
@ -77,6 +81,7 @@ module.exports = {
'parent.region_a': {
'analyzer': 'peliasAdmin',
'boost': 1,
'cutoff_frequency': 0.01,
'query': 'NY'
}
}

7
test/unit/fixture/search_regions_address_original.js

@ -7,6 +7,7 @@ module.exports = {
'match': {
'name.default': {
'query': '1 water st',
'cutoff_frequency': 0.01,
'analyzer': 'peliasQueryFullToken',
'boost': 1
}
@ -16,6 +17,7 @@ module.exports = {
'match': {
'phrase.default': {
'query': '1 water st',
'cutoff_frequency': 0.01,
'analyzer': 'peliasPhrase',
'type': 'phrase',
'slop': 2,
@ -28,6 +30,7 @@ module.exports = {
'match': {
'phrase.default': {
'query': '1 water st',
'cutoff_frequency': 0.01,
'analyzer': 'peliasPhrase',
'type': 'phrase',
'slop': 2,
@ -53,6 +56,7 @@ module.exports = {
'match': {
'phrase.default': {
'query': '1 water st',
'cutoff_frequency': 0.01,
'analyzer': 'peliasPhrase',
'type': 'phrase',
'slop': 2,
@ -76,6 +80,7 @@ module.exports = {
'match': {
'address_parts.number': {
'query': '1',
'cutoff_frequency': 0.01,
'boost': vs['address:housenumber:boost'],
'analyzer': vs['address:housenumber:analyzer']
}
@ -84,6 +89,7 @@ module.exports = {
'match': {
'address_parts.street': {
'query': 'water st',
'cutoff_frequency': 0.01,
'boost': vs['address:street:boost'],
'analyzer': vs['address:street:analyzer']
}
@ -92,6 +98,7 @@ module.exports = {
'match': {
'parent.region_a': {
'query': 'NY',
'cutoff_frequency': 0.01,
'boost': vs['admin:region_a:boost'],
'analyzer': vs['admin:region_a:analyzer']
}

4
test/unit/fixture/search_with_category_filtering_original.js

@ -5,6 +5,7 @@ module.exports = {
'match': {
'name.default': {
'query': 'test',
'cutoff_frequency': 0.01,
'boost': 1,
'analyzer': 'peliasQueryFullToken'
}
@ -14,6 +15,7 @@ module.exports = {
'match': {
'phrase.default': {
'query': 'test',
'cutoff_frequency': 0.01,
'analyzer': 'peliasPhrase',
'type': 'phrase',
'boost': 1,
@ -26,6 +28,7 @@ module.exports = {
'match': {
'phrase.default': {
'query': 'test',
'cutoff_frequency': 0.01,
'analyzer': 'peliasPhrase',
'type': 'phrase',
'slop': 2,
@ -51,6 +54,7 @@ module.exports = {
'match': {
'phrase.default': {
'query': 'test',
'cutoff_frequency': 0.01,
'analyzer': 'peliasPhrase',
'type': 'phrase',
'slop': 2,

4
test/unit/fixture/search_with_source_filtering_original.js

@ -5,6 +5,7 @@ module.exports = {
'match': {
'name.default': {
'query': 'test',
'cutoff_frequency': 0.01,
'boost': 1,
'analyzer': 'peliasQueryFullToken'
}
@ -14,6 +15,7 @@ module.exports = {
'match': {
'phrase.default': {
'query': 'test',
'cutoff_frequency': 0.01,
'analyzer': 'peliasPhrase',
'type': 'phrase',
'boost': 1,
@ -26,6 +28,7 @@ module.exports = {
'match': {
'phrase.default': {
'query': 'test',
'cutoff_frequency': 0.01,
'analyzer': 'peliasPhrase',
'type': 'phrase',
'slop': 2,
@ -51,6 +54,7 @@ module.exports = {
'match': {
'phrase.default': {
'query': 'test',
'cutoff_frequency': 0.01,
'analyzer': 'peliasPhrase',
'type': 'phrase',
'slop': 2,

Loading…
Cancel
Save