Hello everyone!
I have one problem with this awesome plugin...
I wont to realize two cases: 1) searching data in postgres and 2)searching data straight in Elastic.
In first case I found a lot of docs and examples, it's great and clearly, but when i tried work with Elastic, then in result hits i get useful docs and docs, which generated from dead rows in tables (after update, for example).
When i use function "vacuum", indicies in ES came normal. I don't want use "vacuum" more than one time at day. How disable in ZB function of storage old records/death rows?
Or may be reconstruct ES request to aggregate only actual docs in pull of hits?