org.sakaiproject.search.elastic.bundle.mapping.json Maven / Gradle / Ivy
{
"sakai_doc": {
"_source": {
"enabled": false
},
"properties": {
"siteid": {
"type": "string",
"index": "not_analyzed",
"store": "yes"
},
"title": {
"type": "string",
"store": "yes",
"term_vector" : "with_positions_offsets",
"search_analyzer": "str_search_analyzer",
"index_analyzer": "str_index_analyzer"
},
"url": {
"type": "string",
"index": "not_analyzed",
"store": "yes"
},
"reference": {
"type": "string",
"index": "not_analyzed",
"store": "yes"
},
"id": {
"type": "string",
"index": "not_analyzed",
"store": "yes"
},
"tool": {
"type": "string",
"index": "not_analyzed",
"store": "yes"
},
"container": {
"type": "string",
"index": "not_analyzed",
"store": "yes"
},
"type": {
"type": "string",
"index": "not_analyzed",
"store": "yes"
},
"subtype": {
"type": "string",
"index": "not_analyzed",
"store": "yes"
},
"indexed": {
"type": "boolean",
"index": "not_analyzed",
"null_value": "false",
"store": "no"
},
"contents": {
"type": "string",
"analyzer": "standard",
"index": "analyzed",
"store": "no"
}
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy