gbif / gbif-web

Apache License 2.0
6 stars 9 forks source link

facets imprecise #656

Open MortenHofft opened 3 weeks ago

MortenHofft commented 3 weeks ago

Facets are imprecise on large cardinalities due to shard size. We should add a larger shard size on aggregations to get more precise results.

Java code: https://github.com/gbif/common-search/blob/master/src/main/java/org/gbif/common/search/EsSearchRequestBuilder.java#L81