All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sakaiproject.search.elastic.bundle.indexSettings.json Maven / Gradle / Ivy

There is a newer version: 11.4
Show newest version
{
    "analysis": {
        "filter": {
            "substring": {
                "type": "nGram",
                "min_gram": 2,
                "max_gram": 20
            }
        },
        "analyzer": {
            "standard": {
                "type": "standard",
                "max_token_length" : "255"
            },
            "str_search_analyzer": {
                "tokenizer": "keyword",
                "filter": ["lowercase"]
            },
            "str_index_analyzer": {
                "tokenizer": "keyword",
                "filter": ["lowercase", "substring"]
            }
        }
    }
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy