Closed sevko closed 9 years ago
Extract population/popularity values from Quattro polys and inject them into inbound Documents coming through .stream() using .setPopulation() and .setPopularity(). Will facilitate results boosting for every record passing through the admin-lookup.
Document
.stream()
.setPopulation()
.setPopularity()
admin-lookup
Implements #5 . Fixes pelias/pelias#51
Needs to be tested in dev imports before getting merged.
@sevko can you resolve conflicts and make this PR merge-able again? :)
+1
Extract population/popularity values from Quattro polys and inject them into inbound
Document
s coming through.stream()
using.setPopulation()
and.setPopularity()
. Will facilitate results boosting for every record passing through theadmin-lookup
.Implements #5 . Fixes pelias/pelias#51