Re: Need some help on Components in a distributed query

2024-12-09 Thread Chris Hostetter
On coordinator node, ResponseBuilder.getResults() is always going to be null because there is no DocListAndSet - that's only used on the per-replica requests. (those datastructures only make sense when lucene docids ar relevant -- by the time you are mergeing per-shard responses they are mea

Need some help on Components in a distributed query

2024-11-28 Thread Eric Pugh
Hi all, I’ve got my UBIComponent that tracks what doc id’s a user is seeing working great in a single node situation. The logic runs as part of the public void process(ResponseBuilder rb) method: [1] The component requires that the documents to be returned have been added to the ResponseBuild