Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DocumentMetadataConfiguration

import type { DocumentMetadataConfiguration } from "https://aws-api.deno.dev/v0.3/services/kendra.ts?docs=full";

Specifies the properties of a custom index field.

interface DocumentMetadataConfiguration {
Name: string;
Relevance?: Relevance | null;
Search?: Search | null;
}

§Properties

§
Name: string
[src]

The name of the index field.

§
Relevance?: Relevance | null
[src]

Provides manual tuning parameters to determine how the field affects the search results.

§

The data type of the index field.