Hi, We have a use case ( to calc commute time) to run an expensive filter that sends filtered docs (along with their lat/lon) to a partner SaaS to calc commute time.
I was thinking of writing as a PostFilter, but need to first gather all the docs (and scores) in the DelegatingCollector.collector after filtering, to the downstream collector in the finish method. Is there a less memory hungry method perhaps (as I have to temp' cache the docset and scores)? Many thanks, Dan
