Steph van Schalkwyk created CONNECTORS-1439:
-----------------------------------------------
Summary: No CretedOn, LastModified etc. datetimes on ElasticSearch
output with File System input.
Key: CONNECTORS-1439
URL: https://issues.apache.org/jira/browse/CONNECTORS-1439
Project: ManifoldCF
Issue Type: Bug
Components: Elastic Search connector
Affects Versions: ManifoldCF 2.7.1
Environment: Ubuntu 16.10
Manifold Trunk
Using "attachment" type or "generictype" indices.
Mapping for attachment type:
{
"attachment" : {
"_source" : {
"excludes" : [ "file" ]
},
"properties": {
"allow_token_document" : {
"type" : "string"
},
"allow_token_parent" : {
"type" : "string"
},
"allow_token_share" : {
"type" : "string"
},
"attributes" : {
"type" : "string"
},
"createdOn" : {
"type" : "string"
},
"deny_token_document" : {
"type" : "string"
},
"deny_token_parent" : {
"type" : "string"
},
"deny_token_share" : {
"type" : "string"
},
"lastModified" : {
"type" : "string"
},
"shareName" : {
"type" : "string"
},
"file" : {
"type" : "attachment",
"path" : "full",
"fields" : {
"file" : {
"store" : true,
"term_vector" : "with_positions_offsets",
"type" : "string"
}
}
}
}
}
}
Dynamic mapping for generictype.
Reporter: Steph van Schalkwyk
No DateTime fields when crawling Linux File System files.
Files have Last Changed fields etc.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)