Type alias ArangoSearchViewLink
Arango
SearchViewLink: {
analyzers: string[];
cache: boolean;
fields: Record<string, ArangoSearchViewLink>;
includeAllFields: boolean;
nested?: Record<string, ArangoSearchViewLink>;
storeValues: "none" | "id";
trackListPositions: boolean;
}
Type declaration
-
analyzers: string[]
-
cache: boolean
-
-
includeAllFields: boolean
-
-
storeValues: "none" | "id"
-
trackListPositions: boolean
A link definition for an ArangoSearch View.