@ken-all/kenall
    Preparing search index...

    Interface SchoolFacets

    A SchoolFacets represents the facets of a school search result.

    It is only available when at least one facet_* option is given, and each facet is a list of Facet tuples.

    interface SchoolFacets {
        area?: v20250101.Facet[];
        branch?: v20250101.Facet[];
        establishment_type?: v20250101.Facet[];
        type?: v20250101.Facet[];
    }
    Index
    area?: v20250101.Facet[]

    The facet of the area (地域).

    branch?: v20250101.Facet[]

    The facet of the branch (本分校).

    establishment_type?: v20250101.Facet[]

    The facet of the establishment type (設置区分).

    type?: v20250101.Facet[]

    The facet of the school type (学校種).