add field for tie_breaker_id to elasticsearch and use that for search_after
see #44 (closed)
plan of action:
-
add new field tie_breaker_id
to elasticsearch mapping -
update elasticsearch dev with mapping -
update elasticsearch test with mapping -
update elasticsearch prod with mapping -
let esutils take care of copying id to new field -
run a script to copy existing id's to new field on dev -
run a script to copy existing id's to new field on test -
run a script to copy existing id's to new field on prod -
use new field for search_after in tgsearch
Edited by Ubbo Veentjer