kpa_lyrics index overview

Meili Dashboard
Documents
123
Is Indexing
No
No facet counts available. Make sure settings.facets is configured and the index is populated.
Configured settings (MeiliService)
{
    "schema": {
        "displayedAttributes": [
            "*"
        ],
        "filterableAttributes": [],
        "sortableAttributes": [],
        "searchableAttributes": [
            "lyricsAsString"
        ],
        "faceting": {
            "sortFacetValuesBy": {
                "*": "count"
            },
            "maxValuesPerFacet": 1000
        }
    },
    "primaryKey": "code",
    "persisted": [
        "code",
        "parent",
        "file",
        "lyricsAsString",
        "lyrics"
    ],
    "class": "App\\Entity\\Lyrics",
    "facets": [],
    "embedders": [
        "small_lyrics",
        "best_lyrics"
    ],
    "ui": {
        "icon": "Lyrics"
    },
    "rawName": "lyrics",
    "prefixedName": "kpa_lyrics"
}
Raw index info (Meilisearch /indexes/kpa_lyrics)
{
    "uid": "kpa_lyrics",
    "createdAt": "2025-12-02T10:21:19.280846101Z",
    "updatedAt": "2025-12-02T10:26:47.4256878Z",
    "primaryKey": "code"
}
Stats (Meilisearch /indexes/kpa_lyrics/stats)
{
    "numberOfDocuments": 123,
    "rawDocumentDbSize": 671744,
    "avgDocumentSize": 5453,
    "isIndexing": false,
    "numberOfEmbeddings": 0,
    "numberOfEmbeddedDocuments": 0,
    "fieldDistribution": {
        "code": 123,
        "file": 123,
        "lyrics": 122,
        "lyricsAsString": 123,
        "parent": 123
    }
}