Pour pouvoir trouver des membres, avoir une liste de comptes membres ou non, qui peuvent ensuite se trier par critères, j’ai utilisé ce type de lien (bon on m’a un donné ce tuyau et un peu expliqué):
https://g1.data.duniter.fr/user/profile/_search?from=10000&size=100
Ici il est volontairement calé à 10000 plus 100, endroit à partir de lequel il ne marche plus.
Ça dit:
error
root_cause
0
type "query_phase_execution_exception"
reason "Result window is too large, from + size must be less than or equal to: [10000] but was [10100]. See the scroll api for a more efficient way to request large data sets. This limit can be set by changing the [index.max_result_window] index level parameter."
type "search_phase_execution_exception"
reason "all shards failed"
phase "query"
grouped true
failed_shards
0
shard 0
index "user"
node "WSYegiRkSz-Jpf1gffKsHw"
reason
type "query_phase_execution_exception"
reason "Result window is too large, from + size must be less than or equal to: [10000] but was [10100]. See the scroll api for a more efficient way to request large data sets. This limit can be set by changing the [index.max_result_window] index level parameter."
status 500
Du coup comment faut-il faire pour avoir la liste complète des membres sans buter sur cette limite?