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

SLING-INF.content.oak%3Aindex.vocabularyTerms.json Maven / Gradle / Ivy

There is a newer version: 0.9.25
Show newest version
{
    "jcr:primaryType": "oak:QueryIndexDefinition",
    "type": "lucene",
    "compatVersion": 2,
    "async": "async",
    "evaluatePathRestrictions": true,
    "includedPaths": ["/Vocabularies"],
    "indexRules" : {
        "jcr:primaryType": "nt:unstructured",
        "cards:VocabularyTerm" : {
            "jcr:primaryType": "nt:unstructured",
            "properties": {
                "jcr:primaryType": "nt:unstructured",
                "identifier": {
                    "analyzed": true,
                    "boost": 100,
                    "nodeScopeIndex":true,
                    "useInExcerpt": true,
                    "ordered": true,
                    "propertyIndex": true
                },
                "label": {
                    "analyzed": true,
                    "boost": 500,
                    "nodeScopeIndex": true,
                    "useInExcerpt": true,
                    "ordered": true,
                    "propertyIndex": true
                },
                "synonym": {
                    "analyzed": true,
                    "boost": 30,
                    "nodeScopeIndex": true,
                    "useInExcerpt": true
                },
                "has_exact_synonym": {
                    "analyzed": true,
                    "boost": 30,
                    "nodeScopeIndex": true,
                    "useInExcerpt": true
                },
                "description": {
                    "analyzed": true,
                    "boost": 10,
                    "nodeScopeIndex": true,
                    "useInExcerpt": true
                },
                "def": {
                    "analyzed": true,
                    "boost": 10,
                    "nodeScopeIndex": true,
                    "useInExcerpt": true
                },
                "definition": {
                    "analyzed": true,
                    "boost": 10,
                    "nodeScopeIndex": true,
                    "useInExcerpt": true
                },
                "parents": {
                    "analyzed": true,
                    "propertyIndex": true,
                    "nodeScopeIndex": false,
                    "useInExcerpt": false
                },
                "ancestors": {
                    "analyzed": true,
                    "propertyIndex": true,
                    "nodeScopeIndex": false,
                    "useInExcerpt": false
                },
                "others": {
                    "name": "^[^\/]*$",
                    "isRegexp": true,
                    "analyzed": true,
                    "nodeScopeIndex": true,
                    "useInExcerpt": false
                }
            }
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy