Harish Krishna
|
9013b4484e
|
fixing tests
|
10 years ago |
Harish Krishna
|
aa721b8749
|
moving groovy scripts to a file on disk @ elasticsearch/config/scripts to avoid dynamic script loading look at http://www.elasticsearch.org/blog/running-groovy-scripts-without-dynamic-scripting/ and https://github.com/pelias/scripts
|
10 years ago |
Harish Krishna
|
ff9e9973fc
|
switching searchType from the default 'query_then_fetch' to 'dfs_query_then_fetch' because we have multiple shards in prod http://www.elasticsearch.org/blog/understanding-query-then-fetch-vs-dfs-query-then-fetch/
|
10 years ago |
Harish Krishna
|
1a740f16df
|
sorting function based on population and weights plus tests
|
10 years ago |
Harish Krishna
|
5d7edd00e8
|
tests. adding sort to queries (although this should probably be decoupled from the api or the sort logic should be moved from elasticsearchbackend into api)
|
10 years ago |
Harish Krishna
|
2f89cbd528
|
tests that test optional lat/lon for search and suggest endpoints
|
10 years ago |
Harish Krishna
|
827a93be11
|
Revert "adding geoname to coarse [experimental]"
This reverts commit 2424b0c9e2 .
|
10 years ago |
Harish Krishna
|
2424b0c9e2
|
adding geoname to coarse [experimental]
|
10 years ago |
Harish Krishna
|
650e88d79f
|
making geo bias optional - first pass with all tests passing
|
10 years ago |
Harish Krishna
|
a67f640acb
|
adding address type to layers by default
|
10 years ago |
Harish Krishna
|
103ed5f006
|
using alias layer names in queryMixer and expanding them in helper/layers.js (keeping things DRY)
|
10 years ago |
Harish Krishna
|
68aabd7647
|
tests
|
10 years ago |
Peter Johnson
|
9d10f0fa49
|
add osm address type
|
10 years ago |
Peter Johnson
|
293465b90c
|
add address alias and openaddresses type. change default layers to 'poi,admin'. add comments. update tests
|
10 years ago |
Harish Krishna
|
3973039f19
|
min/max lat/lon to form bbox from the input params
|
10 years ago |
Harish Krishna
|
8a7b41edc6
|
test bbox sanitization
|
10 years ago |
Harish Krishna
|
b6d1f1d497
|
test valid search query without bbox (falls back to 50km distance query)
|
10 years ago |
Harish Krishna
|
245abd7809
|
elasticsearch-backend now only accepts vertices and not latlon as properties
|
10 years ago |
Harish Krishna
|
ebf162f29e
|
search with optional bbox - initial commit +tests
|
10 years ago |
Harish Krishna
|
bcf823c519
|
cleanup + tests
|
10 years ago |
Harish Krishna
|
fc7f6cb768
|
removing suggest_nearby, replacing suggest with suggest_multiple, commenting out a couple of tests for right now.
|
10 years ago |
Harish Krishna
|
9afed3caef
|
adding query mixer for suggest and suggest/nearby
|
10 years ago |
Harish Krishna
|
69a13e9105
|
fixing all the js lint related issues (lintified)
|
10 years ago |
Peter Johnson
|
bb04a01b72
|
checkout test from branch:fuzzy to get master build passing
|
10 years ago |
Peter Johnson
|
400c28769d
|
add test for USA output schema
|
10 years ago |
Peter Johnson
|
cb63791669
|
update output schema for GBR
|
10 years ago |
Peter Johnson
|
109758b25e
|
add geojson bbox
|
10 years ago |
Harish Krishna
|
49a63f1861
|
Documentation and some ciao tests
|
10 years ago |
Harish Krishna
|
407c32e782
|
suggest_near_me to /suggest/nearby and suggest_near_me.js to suggest_nearby.js
|
10 years ago |
Harish Krishna
|
886aa498f5
|
bringing back vanilla suggest (suggestions based on lat/lon/zoom only) - calling it suggest_near_me and adding a new endpoint (plus tests)
|
10 years ago |
Harish Krishna
|
b1424797cd
|
adding tests for service wrapper
|
10 years ago |
Harish Krishna
|
a53a6fd6d8
|
no query needed
|
10 years ago |
Harish Krishna
|
be39fb5a8f
|
adding tests for the doc controller
|
10 years ago |
Harish Krishna
|
f1d13c1337
|
consolidating suggest_poi and suggest_admin into one suggest endpoint. fixing tests (more tests to come)
|
10 years ago |
Peter Johnson
|
6efa0aa510
|
expose id/type/layer
|
10 years ago |
Peter Johnson
|
27e2c4e5b8
|
migrate outputGenerator from pelias/suggester-pipeline
|
10 years ago |
Peter Johnson
|
fcd60463cc
|
remove geojsonify.suggest
|
10 years ago |
Peter Johnson
|
88aa48ec01
|
formatting
|
10 years ago |
Peter Johnson
|
6ddbe86ac5
|
perform mget during suggest. requires suggester output to be a gid
|
10 years ago |
Harish Krishna
|
81b3668b30
|
get to doc
|
10 years ago |
Harish Krishna
|
ca10661457
|
adding a mget ciao test
|
10 years ago |
Harish Krishna
|
a2ce1b2c8f
|
ciao
|
10 years ago |
Harish Krishna
|
5e42b4ac0c
|
de-dupe as part of sanitizing
|
10 years ago |
Harish Krishna
|
b828a05b01
|
simplifying things, DRY - one endpoint 'GET' handles single/multiple requests. plus test coverage
|
10 years ago |
Harish Krishna
|
0dd495a378
|
going from ?id=123&type=geoname to ?id=geoname/123
tests updated
|
10 years ago |
Harish Krishna
|
ed5a1923d3
|
grouping test cases when appropriate
|
10 years ago |
Harish Krishna
|
018ee3b945
|
tests - adding get sanitizer tests, renaming sanitiser to suggest because that is what it is really.
|
10 years ago |
Harish Krishna
|
51f23c4410
|
expand/ reverse size
|
10 years ago |
Harish Krishna
|
1d54574d51
|
valid precision - tests grouped together
|
10 years ago |
Harish Krishna
|
6b29c5bbfe
|
adding 'aliases' - 'poi' & 'admin' for the layers param.
|
10 years ago |