FacetPostProcessingConfig
org.sagebionetworks.repo.model.FacetPostProcessingConfig
Configuration describing how facet counts are post-processed for an aggregate-only query.
| Field | Type | Description |
|---|---|---|
| algorithm | FacetPostProcessingAlgorithm | The algorithm applied to facet counts before they are returned for an aggregate-only query. The runtime application of these algorithms is defined by PLFM-9757. |
| parameters | FacetPostProcessingParameters | Base interface for the parameters that tune a FacetPostProcessingAlgorithm. The concrete type carries the algorithm-specific parameters (e.g. FacetRoundingParameters for ROUNDING, FacetNoiseParameters for NOISE). |