Interface AggegatedFieldDefinition

interface AggegatedFieldDefinition {
    fullTextSearch?: undefined;
    function?: "MIN" | "MAX" | "AVG" | "SUM" | "COUNT" | "ITC_CRITICAL_COUNT" | "ITC_ABS_COUNT" | "ITC_CRITICAL_RATIO";
    inFacet?: undefined;
    inView?: undefined;
    mandatory?: undefined;
    paths?: [{
        path: string;
    }];
    quickSearch?: undefined;
    type: "AGGREGATED";
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
}

Hierarchy

Properties

fullTextSearch?: undefined
function?: "MIN" | "MAX" | "AVG" | "SUM" | "COUNT" | "ITC_CRITICAL_COUNT" | "ITC_ABS_COUNT" | "ITC_CRITICAL_RATIO"
inFacet?: undefined
inView?: undefined
mandatory?: undefined
paths?: [{
    path: string;
}]

Type declaration

  • path: string
quickSearch?: undefined
type: "AGGREGATED"
viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

Generated using TypeDoc