Interface StringFieldDefinition

interface StringFieldDefinition {
    fullTextSearch?: boolean;
    inFacet?: boolean;
    inView?: boolean;
    mandatory?: boolean;
    quickSearch?: boolean;
    type: "STRING";
    validators?: string[];
    viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG";
}

Hierarchy

Properties

fullTextSearch?: boolean
inFacet?: boolean
inView?: boolean
mandatory?: boolean
quickSearch?: boolean
type: "STRING"
validators?: string[]
viewAggregation?: "OFF" | "MIN" | "MAX" | "AVG"

Generated using TypeDoc