@triply/triplydb
    Preparing search index...

    Type Alias NewServiceElasticsearch

    A search service backed by Elasticsearch.

    type NewServiceElasticsearch = {
        config?: ServiceConfigElastic;
        type: "elasticSearch";
    }
    Index

    Index template and mapping for the search index.

    type: "elasticSearch"

    Selects this variant.