Package version:

Interface SearchIndexerIndexProjection

Definition of additional projections to secondary search indexes.

interface SearchIndexerIndexProjection {
    parameters?: SearchIndexerIndexProjectionParameters;
    selectors: SearchIndexerIndexProjectionSelector[];
}

Properties

A dictionary of index projection-specific configuration properties. Each name is the name of a specific property. Each value must be of a primitive type.

A list of projections to be performed to secondary search indexes.