Harish Krishna
|
a427c058f7
|
adding admin1_abbr and admin2 to the admin_fields array
|
10 years ago |
Harish Krishna
|
9013b4484e
|
fixing tests
|
10 years ago |
Harish Krishna
|
2127ebe258
|
switching to bool with a 'must' match (AND) and a few 'should's (OR)
|
10 years ago |
Harish Krishna
|
84a9b3e20e
|
splitting on comma (trying to find/assume admin values)
|
10 years ago |
Harish Krishna
|
39b9564d62
|
updating package.json
|
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
|
b4f4daafcf
|
using suggester-pipeline instead of pelias-model
|
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
|
2d7b11b967
|
using sort-scoring-function
|
10 years ago |
Harish Krishna
|
28b0d062a6
|
Merge pull request #66 from pelias/geobias-optional
Making Geobias optional
|
10 years ago |
Harish Krishna
|
91abc11f29
|
adding a line break for readability
|
10 years ago |
Harish Krishna
|
2f89cbd528
|
tests that test optional lat/lon for search and suggest endpoints
|
10 years ago |
Harish Krishna
|
a4bd350f2e
|
using elasticsearch-backend#centroid-optional queries for search
|
10 years ago |
Harish Krishna
|
2e1ce6f293
|
context suggester is broken (ES v 2.0.0 will possibly have a fix) https://github.com/elasticsearch/elasticsearch/issues/6444
|
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
|
02266cf26f
|
Merge pull request #65 from pelias/coarse-bug
making sure multiple suggesters and their index are maintaines, not overwritten
|
10 years ago |
Harish Krishna
|
86eb14d2e6
|
making sure multiple suggesters and their index are not overwritten
|
10 years ago |
Harish Krishna
|
65ab906b45
|
Merge pull request #64 from pelias/add-addresses
adding address type to layers by default
|
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
|
f59962f510
|
Merge pull request #63 from pelias/coarse
coarse geocoder endpoint
|
10 years ago |
Harish Krishna
|
68aabd7647
|
tests
|
10 years ago |
Harish Krishna
|
143d8ad93a
|
_geo
|
10 years ago |
Harish Krishna
|
166a02d4f5
|
Merge branch 'master' into coarse
|
10 years ago |
Harish Krishna
|
772ec686b7
|
Merge pull request #60 from pelias/search-bbox
search with optional bbox
|
10 years ago |
Harish Krishna
|
eeecbf71dc
|
search/coarse endpoint
|
10 years ago |
Harish Krishna
|
a449efb5c3
|
adjusting precision for fuzzy matches
|
10 years ago |
Harish Krishna
|
ca6045ac8e
|
adding variable precision levels for a comprehensive search radius
|
10 years ago |
Harish Krishna
|
ec9d2245ff
|
coarse geocoder endpoint: using admin0, admin1, admin2 and neighborhood layers/datasets only
|
10 years ago |
Harish Krishna
|
6a3c5d32ca
|
Merge pull request #59 from pelias/one-query-multiple-suggesters
One query multiple suggesters
|
10 years ago |
Harish Krishna
|
392494d8fb
|
Merge branch 'master' into search-bbox
Conflicts:
package.json
|
10 years ago |
Peter Johnson
|
6e10fcbee2
|
add examples
|
10 years ago |
Peter Johnson
|
f32e715a03
|
add examples
|
10 years ago |
Peter Johnson a.k.a. insertcoffee
|
77365a5391
|
Merge pull request #62 from pelias/osmaddress
add osm address type
|
10 years ago |
Peter Johnson
|
9d10f0fa49
|
add osm address type
|
10 years ago |
Peter Johnson a.k.a. insertcoffee
|
cb5b77bf9e
|
Merge pull request #61 from pelias/address_alias
Address alias
|
10 years ago |
Peter Johnson
|
b14a5d6098
|
typo
|
10 years ago |
Peter Johnson
|
d93709fffb
|
readability
|
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
|
84670180f7
|
renaming _latlonzoom to _geo
|
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 |