去年のmapping - HigashiKed/patent_prior-art_search GitHub Wiki

{
 "properties" : {
   "abstract" : {
     "properties" : {
       "plain" : {
         "type" : "text",
         "fields" : {
           "keyword" : {
             "type" : "keyword",
             "ignore_above" : 256
           },
           "english" : {
             "analyzer": "english",
             "type" : "text"
           }
         }
       }
     }
   },
   "applicationDate" : {
     "properties" : {
       "iso" : {
         "type" : "date"
       },
       "raw" : {
         "type" : "text",
         "fields" : {
           "keyword" : {
             "type" : "keyword",
             "ignore_above" : 256
           }
         }
       }
     }
   },
   "applicationId" : {
     "type" : "text",
     "fields" : {
       "keyword" : {
         "type" : "keyword",
         "ignore_above" : 256
       }
     }
   },
   "claims" : {
     "properties" : {
       "claimTree" : {
         "properties" : {
           "childCount" : {
             "type" : "long"
           },
           "claimTreelevel" : {
             "type" : "long"
           },
           "parentCount" : {
             "type" : "long"
           }
         }
       },
       "id" : {
         "type" : "text",
         "fields" : {
           "keyword" : {
             "type" : "keyword",
             "ignore_above" : 256
           }
         }
       },
       "plain" : {
         "type" : "text",
         "fields" : {
           "keyword" : {
             "type" : "keyword",
             "ignore_above" : 256
           },
           "english" : {
             "analyzer": "english",
             "type" : "text"
           }
         }
       }
     }
   },
   "classifications" : {
     "properties" : {
       "ipc" : {
         "properties" : {
           "facets" : {
             "type" : "text",
             "fields" : {
               "keyword" : {
                 "type" : "keyword",
                 "ignore_above" : 256
               }
             }
           },
           "normalized" : {
             "type" : "text",
             "fields" : {
               "keyword" : {
                 "type" : "keyword",
                 "ignore_above" : 256
               }
             }
           }
         }
       }
     }
   },
   "description" : {
     "properties" : {
       "BRIEF_SUMMARY" : {
         "properties" : {
           "plain" : {
             "type" : "text",
             "fields" : {
               "keyword" : {
                 "type" : "keyword",
                 "ignore_above" : 256
               },
               "english" : {
                 "analyzer": "english",
                 "type" : "text"
               }

             }
           }
         }
       },
       "DETAILED_DESC" : {
         "properties" : {
           "plain" : {
             "type" : "text",
             "fields" : {
               "keyword" : {
                 "type" : "keyword",
                 "ignore_above" : 256
               },
               "english" : {
                 "analyzer": "english",
                 "type" : "text"
               }

             }
           }
         }
       }
     }
   },
   "documentDate" : {
     "properties" : {
       "iso" : {
         "type" : "date"
       },
       "raw" : {
         "type" : "text",
         "fields" : {
           "keyword" : {
             "type" : "keyword",
             "ignore_above" : 256
           }
         }
       }
     }
   },
   "documentId" : {
     "type" : "text",
     "fields" : {
       "keyword" : {
         "type" : "keyword",
         "ignore_above" : 256
       }
     }
   },
   "patentCorpus" : {
"type" : "text",
     "fields" : {
       "keyword" : {
         "type" : "keyword",
         "ignore_above" : 256
       }
     }
   },
   "patentType" : {
     "type" : "text",
     "fields" : {
       "keyword" : {
         "type" : "keyword",
         "ignore_above" : 256
       }
     }
   },
   "productionDate" : {
     "properties" : {
       "iso" : {
         "type" : "date"
       },
       "raw" : {
         "type" : "text",
         "fields" : {
           "keyword" : {
             "type" : "keyword",
             "ignore_above" : 256
           }
         }
       }
     }
   },
   "publishedDate" : {
     "properties" : {
       "iso" : {
         "type" : "date"
       },
       "raw" : {
         "type" : "text",
         "fields" : {
           "keyword" : {
             "type" : "keyword",
             "ignore_above" : 256
           }
         }
       }
     }
   },
   "title" : {
     "type" : "text",
     "fields" : {
       "keyword" : {
         "type" : "keyword",
         "ignore_above" : 256
       }
     }
   }
 }
}