Re: Getting all values for a specific dimension for SortedSetDocValues per document

2022-06-30 Thread Greg Miller
Hi Harry- Have you considered taxonomy faceting for your use-case? Because the taxonomy structure is maintained in a separate index, it's (relatively) trivial to iterate all direct child ordinals of a given dimension. The cost of mapping to a global ordinal space is done when the index is merged.

Getting all values for a specific dimension for SortedSetDocValues per document

2022-06-30 Thread Harald Braumann
Hi! I'm looking for a solution for the following problem: I would like to get all the values for a specific dimension for SortedSetDocValues per document. I've basically copied SortedSetDocValuesFacetCounts, but instead of just counting, I build a map from doc to values. The problem here is,

Re: Replicator PrimaryNode waits forever for remotes to close

2022-06-30 Thread Michael McCandless
+1 to provide a timeout, or, to simply fix close to aggressively close regardless of what the replicas are doing? It's not a great design for primary to be so dependent on the replicas (but vice/versa makes sense?). Maybe open a Jira issue or starting PR so we can discuss? Thanks for uncovering