You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Karl Wright (JIRA)" <ji...@apache.org> on 2017/06/30 22:51:01 UTC

[jira] [Assigned] (CONNECTORS-1439) No CretedOn, LastModified etc. datetimes on ElasticSearch output with File System input.

     [ https://issues.apache.org/jira/browse/CONNECTORS-1439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Wright reassigned CONNECTORS-1439:
---------------------------------------

    Assignee: Karl Wright

> 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
>            Assignee: Karl Wright
>
> 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)