Harish Krishna
|
f78f49d857
|
moving sort logic.. popularity then population first!
|
9 years ago |
Harish Krishna
|
6011e4ee2b
|
weighing admin2 equally with local_admin, locality and neighborhood.
|
9 years ago |
Harish Krishna
|
13e9aadeaf
|
removing an outrageous if condition
|
9 years ago |
Harish Krishna
|
a8c090252a
|
if the query has a number - search addresses
|
9 years ago |
Harish Krishna
|
346f187c3e
|
updateing isNumber regex
|
9 years ago |
Harish Krishna
|
e1f3cfa0d3
|
no need to hit address parser if the input has just one token or two and no numbers
Ex: new, new york, minneapolis etc dont need address parsing but 'starbucks 10010' might need it
|
9 years ago |
Harish Krishna
|
ebd4a5a08a
|
splitOnDelim first followed by a space tokenizer
|
9 years ago |
Harish Krishna
|
a4d09f8e12
|
no address parsing required if there are only 2 or less tokens
|
9 years ago |
Harish Krishna
|
a2a0a50b85
|
fix the number of admin_parts
|
9 years ago |
Harish Krishna
|
c957cbaf4f
|
bringing back admin2
|
9 years ago |
Harish Krishna
|
bdffe758d4
|
commenting out the overkill
|
9 years ago |
Harish Krishna
|
96a21570be
|
fixing layers related bug - adding a default_layers_set flag to clean obj.
|
9 years ago |
Harish Krishna
|
5025b66a91
|
adding admin_weights instead of just boosting admin0
|
9 years ago |
Harish Krishna
|
ae4e75784f
|
big fix - err is of type string if there is an error within express app - its of type object (with .message being string) in case of errors messages from the ES cluster
|
9 years ago |
Harish Krishna
|
049a96efd6
|
flipping the popularity population order
|
9 years ago |
Harish Krishna
|
e149fed273
|
check yoself before you wreck yoself
|
9 years ago |
Harish Krishna
|
042772cf3b
|
only do address parsing when necessary
|
9 years ago |
Harish Krishna
|
1d24890b27
|
introducing target_layer that gets set part of input_parsing
- if input is less than 3 characters -> only hit admin layers
- if input suggests that its not a street address -> avoid hitting address layers
|
9 years ago |
Harish Krishna
|
71b0c12f70
|
check for err message if it contains the words request timeout (because sometimes it comes back as a 500 even though it should be 408)
|
9 years ago |
Harish Krishna
|
812e56c516
|
Revert "[debug] if ES cluster in stage/prod ever returns 408"
This reverts commit d2cc05b8e8 .
|
9 years ago |
Harish Krishna
|
d2cc05b8e8
|
[debug] if ES cluster in stage/prod ever returns 408
|
9 years ago |
Harish Krishna
|
f2197c4dd2
|
middleware fix
|
9 years ago |
Harish Krishna
|
78c112d787
|
adding 408.js
|
9 years ago |
Harish Krishna
|
b9c4c673f5
|
Revert "removing searchType overhead"
This reverts commit ee4aa1b97a .
|
9 years ago |
Harish Krishna
|
ee4aa1b97a
|
removing searchType overhead
|
9 years ago |
Harish Krishna
|
058ed151e0
|
Merge branch 'master' into ngram-address-parser
|
9 years ago |
Peter Johnson a.k.a. insertcoffee
|
263415ba80
|
Merge pull request #154 from pelias/remove_exact_match
remove exact_match script
|
9 years ago |
Peter Johnson
|
0cf282767a
|
remove exact_match script
|
9 years ago |
Harish Krishna
|
81555745e4
|
reverting the revert
|
9 years ago |
Harish Krishna
|
169612bee7
|
reverting phrase.default
|
9 years ago |
Harish Krishna
|
06e8078c8e
|
Merge branch 'production' of github.com:pelias/api into ngram-address-parser
|
9 years ago |
Harish Krishna
|
f5e18e9e17
|
just input
|
9 years ago |
Harish Krishna
|
c08a5919d4
|
adding landmark to the list
|
9 years ago |
Harish Krishna
|
ffcef3417a
|
4 admin fields
|
9 years ago |
Peter Johnson
|
e37d0cf5eb
|
Merge branch 'master' of github.com:pelias/api into production
|
9 years ago |
Peter Johnson
|
812aa9ffc2
|
2.0.0
|
9 years ago |
Peter Johnson a.k.a. insertcoffee
|
930dee47d8
|
Merge pull request #153 from pelias/ngram
merge ngram
|
9 years ago |
Peter Johnson
|
21d6585314
|
update sanitizer middleware
|
9 years ago |
Harish Krishna
|
88c72a39fd
|
Merge branch 'address-parser' into ngram-address-parser
|
10 years ago |
Peter Johnson
|
99c6f7e879
|
rename shingle->phrase, move phrase matching 'should' condition below admin condition', fix formatting/tests
|
10 years ago |
Diana Shkolnikov
|
40c49708e2
|
Merge pull request #145 from pelias/master
Merge master into production
|
10 years ago |
Diana Shkolnikov
|
d1e30de00c
|
Merge pull request #144 from pelias/revert-141-acceptance-tests
Revert "Add acceptance tests to travis-ci scripts"
|
10 years ago |
Diana Shkolnikov
|
3548ca1584
|
Revert "Add acceptance tests to travis-ci scripts"
|
10 years ago |
Peter Johnson a.k.a. insertcoffee
|
c702614913
|
Merge pull request #138 from pelias/benchmarking
add logging for elasticsearch query execution time
|
10 years ago |
Harish Krishna
|
050c11ec0b
|
just using a forked version of addressIt that focuses on US addresses (for now), modifying search queries and ignoring tests for now
|
10 years ago |
Diana Shkolnikov
|
24b28d8754
|
Merge pull request #141 from pelias/acceptance-tests
Add acceptance tests to travis-ci scripts
|
10 years ago |
Diana Shkolnikov
|
4023c364a4
|
booo
|
10 years ago |
Diana Shkolnikov
|
ad37ab6283
|
Add acceptance tests to travis-ci scripts
|
10 years ago |
Diana Shkolnikov
|
542a93c00b
|
Merge pull request #140 from pelias/details-flag
Details param not working as expected
|
10 years ago |
Diana Shkolnikov
|
1f6f5a9d52
|
Refactor truthy check into separate function
|
10 years ago |