Name | Type | Default value | Description |
---|---|---|---|
maxHits | int | Number of hits on which category navigation will be computed. 0 means exhaustive navigation, within the limits of the matched hits. Note: Heapsort executor is used if this setting is defined in ranked mode. If not in ranked mode, this setting is applied per slice. | |
enabled | boolean | True | Enables faceting. |
optimizedForExhaustiveRankedSynthesis | boolean | True | When search is running in "heap" mode, it locally sorts the DIDs before calculating facets. This decreases significantly LLC miss. |
categoryArrayBufferSize | int | 1000 | Size of the result blocks sent to the searchserver. This is an optimization parameter. Lower values slightly decrease memory consumption when there is a large number of slices, but increase global CPU consumption. |
Name | Type | Description |
---|---|---|
Facet | com.exalead.search.v30.Facet* | Definition of a facet. |