All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
fr.pilato.elasticsearch.crawler.fs._default.1.doc.json Maven / Gradle / Ivy
{
"_source": {
"excludes": [
"attachment"
]
},
"properties": {
"content": {
"type": "string",
"store": true
},
"attachment": {
"type": "binary",
"store": true
},
"meta": {
"properties": {
"author": {
"type": "string",
"store": true
},
"title": {
"type": "string",
"store": true
},
"date": {
"type": "date",
"format": "dateOptionalTime",
"store": true
},
"keywords": {
"type": "string",
"store": true
}
}
},
"file": {
"properties": {
"content_type": {
"type": "string",
"store": true,
"index": "not_analyzed"
},
"last_modified": {
"type": "date",
"format": "dateOptionalTime",
"store": true
},
"indexing_date": {
"type": "date",
"format": "dateOptionalTime",
"store": true
},
"filesize": {
"type": "long",
"store": true
},
"indexed_chars": {
"type": "long",
"store": true
},
"filename": {
"type": "string",
"store": true,
"index": "not_analyzed"
},
"checksum": {
"type": "string",
"store": true,
"index": "not_analyzed"
},
"url": {
"type": "string",
"store": true,
"index": "no"
}
}
},
"path": {
"properties": {
"encoded": {
"type": "string",
"store": true,
"index": "not_analyzed"
},
"virtual": {
"type": "string",
"store": true,
"index": "not_analyzed"
},
"root": {
"type": "string",
"store": true,
"index": "not_analyzed"
},
"real": {
"type": "string",
"store": true,
"index": "not_analyzed"
}
}
},
"attributes": {
"properties": {
"owner": {
"type": "string",
"store": true,
"index": "not_analyzed"
},
"group": {
"type": "string",
"store": true,
"index": "not_analyzed"
}
}
}
}
}