Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Not A Problem
-
ManifoldCF 2.7.1
-
None
-
None
-
Ubuntu 16.10
{ "excludes" : [ "file" ] }
Manifold Trunk
Using "attachment" type or "generictype" indices.
Mapping for attachment type:
{
"attachment" : {
"_source" :,
{ "type" : "string" }
"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" :,
{ "store" : true, "term_vector" : "with_positions_offsets", "type" : "string" }
"file" : {
"type" : "attachment",
"path" : "full",
"fields" : {
"file" :}
}
}
}
}Dynamic mapping for generictype.
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.
Description
No DateTime fields when crawling Linux File System files.
Files have Last Changed fields etc.