IPminer分词Mapping设置

{
   
    "mappings" : {
        "total" : {
            "properties" : {

                "id" : { "type" : "text" ,

                          "index":"false"},


        "type" : { "type" : "text" ,

                          "analyzer":"ik_max_word"},

        
        "abstract" : { "type" : "text" ,

                          "analyzer":"ik_max_word"},



        "load-soure" : { "type" : "text" ,

                          "analyzer":"ik_max_word"},
            
        "classification-ipcr" : { "type" : "text" ,

                          "analyzer":"ik_max_word"},


        "invention-title" : { "type" : "text" ,

                          "analyzer":"ik_max_word"},

        "name" : { "type" : "text" ,

                          "analyzer":"ik_max_word"},
        
        "street" : { "type" : "text" ,

                          "analyzer":"ik_max_word"},

        "zip" : { "type" : "text" ,

                          "index":"false"},
        
        "number" : { "type" : "text" ,

                          "index":"false"},
    
        "publication-id" : { "type" : "text" ,

                          "analyzer":"ik_max_word"},
        
        
        "publication-id" : { "type" : "text" ,

                          "analyzer":"ik_max_word"}
        
        
            }
        }
    }
}

猜你喜欢

转载自www.cnblogs.com/dycsy/p/8974705.html