Advertisement
Guest User

Untitled

a guest
Mar 13th, 2015
719
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ```json
  2. {
  3.   "settings" : {
  4.     "index.mapping.ignore_malformed" : true,
  5.       "index.mapping.coerce" : true,
  6.       "analysis" : {
  7.         "analyzer" : {
  8.           "uax_url_email" : {
  9.             "filters" : [
  10.               "standard",
  11.             "lowercase",
  12.             "stop"
  13.               ],
  14.             "tokenizer" : "uax_url_email"
  15.           }
  16.         }
  17.       }
  18.   },
  19.   "mappings" : {
  20.     "doc" : {
  21.       "properties" : {
  22.         "_crsdata" : {
  23.           "properties" : {
  24.             "file_name" : {
  25.               "type" : "string", "analyzer" : "keyword"
  26.             },
  27.               "file_path" : {
  28.                 "type" : "string"
  29.               },
  30.               "file_size" : {
  31.                 "type" : "long"
  32.               },
  33.               "file_time" : {
  34.                 "type" : "date",
  35.                 "format" : "dateOptionalTime"
  36.               },
  37.               "ingestion_source" : {
  38.                 "type" : "string"
  39.               },
  40.               "original_filename" : {
  41.                 "type" : "string", "analyzer" : "keyword"
  42.               },
  43.               "sub_document_count" : {
  44.                 "type" : "long"
  45.               }
  46.           }
  47.         },
  48.           "_error" : {
  49.             "type" : "string"
  50.           },
  51.           "_metadata" : {
  52.             "properties" : {
  53.               "AAPL" : {
  54.                 "type" : "string"
  55.               },
  56.               "App_Version" : {
  57.                 "type" : "string"
  58.               },
  59.               "AppName" : {
  60.                 "type" : "string"
  61.               },
  62.               "Attachments" : {
  63.                 "type" : "string"
  64.               },
  65.               "Author" : {
  66.                 "type" : "string"
  67.               },
  68.               "CC" : {
  69.                 "type" : "string", "analyzer" : "uax_url_email"
  70.               },
  71.               "BCC" : {
  72.                 "type" : "string", "analyzer" : "uax_url_email"
  73.               },
  74.               "Character_Count" : {
  75.                 "type" : "string"
  76.               },
  77.               "Characters_with_Spaces_Count" : {
  78.                 "type" : "string"
  79.               },
  80.               "Company" : {
  81.                 "type" : "string"
  82.               },
  83.               "Creation_Date" : {
  84.                 "type" : "string"
  85.               },
  86.               "CreationDate" : {
  87.                 "type" : "string"
  88.               },
  89.               "Creator" : {
  90.                 "type" : "string"
  91.               },
  92.               "Date" : {
  93.                 "type" : "string"
  94.               },
  95.               "From" : {
  96.                 "type" : "string", "analyzer" : "uax_url_email"
  97.               },
  98.               "Last_Author" : {
  99.                 "type" : "string"
  100.               },
  101.               "Last_Printed" : {
  102.                 "type" : "string"
  103.               },
  104.               "Last_Saved_By" : {
  105.                 "type" : "string"
  106.               },
  107.               "Last_Saved_Date" : {
  108.                 "type" : "string"
  109.               },
  110.               "Line_Count" : {
  111.                 "type" : "string"
  112.               },
  113.               "Links_Dirty" : {
  114.                 "type" : "string"
  115.               },
  116.               "Links_Up_To_Date" : {
  117.                 "type" : "string"
  118.               },
  119.               "ModDate" : {
  120.                 "type" : "string"
  121.               },
  122.               "Page_Count" : {
  123.                 "type" : "string"
  124.               },
  125.               "Paragraph_Count" : {
  126.                 "type" : "string"
  127.               },
  128.               "Paragraphs_Count" : {
  129.                 "type" : "string"
  130.               },
  131.               "Producer" : {
  132.                 "type" : "string"
  133.               },
  134.               "Received_Date" : {
  135.                 "type" : "string"
  136.               },
  137.               "Revision" : {
  138.                 "type" : "string"
  139.               },
  140.               "Revision_Number" : {
  141.                 "type" : "string"
  142.               },
  143.               "Scale_Crop" : {
  144.                 "type" : "string"
  145.               },
  146.               "Security" : {
  147.                 "type" : "string"
  148.               },
  149.               "Sent_Date" : {
  150.                 "type" : "string"
  151.               },
  152.               "Shared_Document" : {
  153.                 "type" : "string"
  154.               },
  155.               "SourceModified" : {
  156.                 "type" : "string"
  157.               },
  158.               "Subject" : {
  159.                 "type" : "string"
  160.               },
  161.               "Template" : {
  162.                 "type" : "string"
  163.               },
  164.               "Title" : {
  165.                 "type" : "string"
  166.               },
  167.               "To" : {
  168.                 "type" : "string", "analyzer" : "uax_url_email"
  169.               },
  170.               "Total_Editing_Time" : {
  171.                 "type" : "string"
  172.               },
  173.               "Typist" : {
  174.                 "type" : "string"
  175.               },
  176.               "Word_Count" : {
  177.                 "type" : "string"
  178.               },
  179.               "XPressPrivate" : {
  180.                 "type" : "string"
  181.               },
  182.               "extractor" : {
  183.                 "type" : "string"
  184.               },
  185.               "extractor_doctype_id" : {
  186.                 "type" : "string"
  187.               },
  188.               "extractor_doctype_long_name" : {
  189.                 "type" : "string", "analyzer" : "keyword"
  190.               },
  191.               "extractor_doctype_short_name" : {
  192.                 "type" : "string"
  193.               },
  194.               "xmp" : {
  195.                 "type" : "string"
  196.               }
  197.             }
  198.           },
  199.           "body" : {
  200.             "type" : "string"
  201.           },
  202.           "bytes" : {
  203.             "type" : "long"
  204.           },
  205.           "offset" : {
  206.             "type" : "long"
  207.           },
  208.           "subdocuments" : {
  209.             "properties" : {
  210.               "_metadata" : {
  211.                 "properties" : {
  212.                   "App_Version" : {
  213.                     "type" : "string"
  214.                   },
  215.                   "AppName" : {
  216.                     "type" : "string"
  217.                   },
  218.                   "Author" : {
  219.                     "type" : "string"
  220.                   },
  221.                   "Character_Count" : {
  222.                     "type" : "string"
  223.                   },
  224.                   "Characters_with_Spaces_Count" : {
  225.                     "type" : "string"
  226.                   },
  227.                   "Company" : {
  228.                     "type" : "string"
  229.                   },
  230.                   "Creation_Date" : {
  231.                     "type" : "string"
  232.                   },
  233.                   "CreationDate" : {
  234.                     "type" : "string"
  235.                   },
  236.                   "Creator" : {
  237.                     "type" : "string"
  238.                   },
  239.                   "Date" : {
  240.                     "type" : "string"
  241.                   },
  242.                   "Dimensions" : {
  243.                     "type" : "string"
  244.                   },
  245.                   "From" : {
  246.                     "type" : "string"
  247.                   },
  248.                   "Last_Author" : {
  249.                     "type" : "string"
  250.                   },
  251.                   "Last_Printed" : {
  252.                     "type" : "string"
  253.                   },
  254.                   "Last_Saved_Date" : {
  255.                     "type" : "string"
  256.                   },
  257.                   "Line_Count" : {
  258.                     "type" : "string"
  259.                   },
  260.                   "Links_Dirty" : {
  261.                     "type" : "string"
  262.                   },
  263.                   "Links_Up_To_Date" : {
  264.                     "type" : "string"
  265.                   },
  266.                   "Message-ID" : {
  267.                     "type" : "string"
  268.                   },
  269.                   "ModDate" : {
  270.                     "type" : "string"
  271.                   },
  272.                   "Page_Count" : {
  273.                     "type" : "string"
  274.                   },
  275.                   "Paragraph_Count" : {
  276.                     "type" : "string"
  277.                   },
  278.                   "Paragraphs_Count" : {
  279.                     "type" : "string"
  280.                   },
  281.                   "Producer" : {
  282.                     "type" : "string"
  283.                   },
  284.                   "ResolutionUnit" : {
  285.                     "type" : "string"
  286.                   },
  287.                   "Revision" : {
  288.                     "type" : "string"
  289.                   },
  290.                   "Revision_Number" : {
  291.                     "type" : "string"
  292.                   },
  293.                   "Scale_Crop" : {
  294.                     "type" : "string"
  295.                   },
  296.                   "Security" : {
  297.                     "type" : "string"
  298.                   },
  299.                   "Shared_Document" : {
  300.                     "type" : "string"
  301.                   },
  302.                   "Software" : {
  303.                     "type" : "string"
  304.                   },
  305.                   "Subject" : {
  306.                     "type" : "string"
  307.                   },
  308.                   "Template" : {
  309.                     "type" : "string"
  310.                   },
  311.                   "Title" : {
  312.                     "type" : "string"
  313.                   },
  314.                   "To" : {
  315.                     "type" : "string"
  316.                   },
  317.                   "Total_Editing_Time" : {
  318.                     "type" : "string"
  319.                   },
  320.                   "Typist" : {
  321.                     "type" : "string"
  322.                   },
  323.                   "Word_Count" : {
  324.                     "type" : "string"
  325.                   },
  326.                   "XResolution" : {
  327.                     "type" : "string"
  328.                   },
  329.                   "YResolution" : {
  330.                     "type" : "string"
  331.                   },
  332.                   "extractor" : {
  333.                     "type" : "string"
  334.                   },
  335.                   "extractor_doctype_id" : {
  336.                     "type" : "string"
  337.                   },
  338.                   "extractor_doctype_long_name" : {
  339.                     "type" : "string"
  340.                   },
  341.                   "extractor_doctype_short_name" : {
  342.                     "type" : "string"
  343.                   },
  344.                   "xmp" : {
  345.                     "type" : "string"
  346.                   }
  347.                 }
  348.               },
  349.               "body" : {
  350.                 "type" : "string"
  351.               },
  352.               "subdocuments" : {
  353.                 "properties" : {
  354.                   "_metadata" : {
  355.                     "properties" : {
  356.                       "extractor_doctype_id" : {
  357.                         "type" : "string"
  358.                       },
  359.                       "extractor_doctype_long_name" : {
  360.                         "type" : "string"
  361.                       },
  362.                       "extractor_doctype_short_name" : {
  363.                         "type" : "string"
  364.                       }
  365.                     }
  366.                   },
  367.                   "body" : {
  368.                     "type" : "string"
  369.                   },
  370.                   "subfile_name" : {
  371.                     "type" : "string"
  372.                   },
  373.                   "subfile_size" : {
  374.                     "type" : "long"
  375.                   }
  376.                 }
  377.               },
  378.               "subfile_name" : {
  379.                 "type" : "string"
  380.               },
  381.               "subfile_size" : {
  382.                 "type" : "long"
  383.               }
  384.             }
  385.           }
  386.       }
  387.     }
  388.   }
  389. }
  390. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement