diff --git a/adc-da-search/src/main/java/com/adc/da/search/service/impl/SearchCenterServiceImpl.java b/adc-da-search/src/main/java/com/adc/da/search/service/impl/SearchCenterServiceImpl.java index 4a910635..839acb7f 100644 --- a/adc-da-search/src/main/java/com/adc/da/search/service/impl/SearchCenterServiceImpl.java +++ b/adc-da-search/src/main/java/com/adc/da/search/service/impl/SearchCenterServiceImpl.java @@ -1212,7 +1212,7 @@ public class SearchCenterServiceImpl implements SearchCenterService { QueryBuilder multiQueryBuilder = QueryBuilders.multiMatchQuery(""); multiQueryBuilder = QueryBuilders.multiMatchQuery(searchInfoEO.getSelectValue(), "sortTitle","numberTitle","yearOrder","nameTitle","title","textContent","issue_time" - ).minimumShouldMatch("100%").field("sortTitle",1005f).field("numberTitle",1004f).field("yearOrder",1003f).field("nameTitle",1002f).field("title",1000f); + ).minimumShouldMatch("100%").field("sortTitle",1005f).field("numberTitle",1004f).field("yearOrder",1003f).field("nameTitle",1002f).field("title",1000f).field("textContent",100f).field("issue_time",10f); boolQueryBuilder.must(multiQueryBuilder); } //在结果中检索 @@ -1478,7 +1478,7 @@ public class SearchCenterServiceImpl implements SearchCenterService { QueryBuilder queryBuilder1 = QueryBuilders.multiMatchQuery(""); queryBuilder1 = QueryBuilders.multiMatchQuery(value, "sortTitle","numberTitle","yearOrder","nameTitle","title","textContent","issue_time" - ).minimumShouldMatch("100%").field("sortTitle",1005f).field("numberTitle",1004f).field("yearOrder",1003f).field("nameTitle",1002f).field("title",1000f); + ).minimumShouldMatch("100%").field("sortTitle",1005f).field("numberTitle",1004f).field("yearOrder",1003f).field("nameTitle",1002f).field("title",1000f).field("textContent",100f).field("issue_time",10f); boolQueryShould.must(queryBuilder1); } // searchInfoEO.setSelectValue(searchInfoEO.getSelectValue().replace("-","\\-")); @@ -1486,7 +1486,7 @@ public class SearchCenterServiceImpl implements SearchCenterService { QueryBuilder queryBuilder2 = QueryBuilders.multiMatchQuery(""); queryBuilder2 = QueryBuilders.multiMatchQuery(real, "sortTitle","numberTitle","yearOrder","nameTitle","title","textContent","issue_time" - ).minimumShouldMatch("100%").field("sortTitle",1005f).field("numberTitle",1004f).field("yearOrder",1003f).field("nameTitle",1002f).field("title",1000f); + ).minimumShouldMatch("100%").field("sortTitle",1005f).field("numberTitle",1004f).field("yearOrder",1003f).field("nameTitle",1002f).field("title",1000f).field("textContent",100f).field("issue_time",10f); boolQueryShould.must(queryBuilder2); // for (String se : selects) { // if (StringUtils.isNotBlank(se)) { diff --git a/doc/es/es 创建索引字段_bussioness.txt b/doc/es/es 创建索引字段_bussioness.txt index cc31fd52..99dc28a6 100644 --- a/doc/es/es 创建索引字段_bussioness.txt +++ b/doc/es/es 创建索引字段_bussioness.txt @@ -24,7 +24,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "BDTQBBHBUSS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -35,7 +35,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "BDTQBBHBUSSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -46,7 +46,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "BZSMBUSS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -57,7 +57,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "BZSMBUSSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -68,7 +68,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "CDZD": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -79,7 +79,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "CSZD": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -90,7 +90,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "CYBZ": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -101,7 +101,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "CYBZName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -112,7 +112,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "CYCD": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -123,7 +123,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "CYCDName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -134,7 +134,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "CYCDYBXHBUSS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -145,7 +145,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "CYCDYBXHBUSSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -156,7 +156,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "CYCDYMCBUSS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -167,7 +167,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "CYCDYMCBUSSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -178,7 +178,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "CYCVPPSBMBUSS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -189,7 +189,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "CYCVPPSBMBUSSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -200,7 +200,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "CYCVPPSCNBUSS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -211,7 +211,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "CYCVPPSCNBUSSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -222,7 +222,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "DTQBBHBUSS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -233,7 +233,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "DTQBBHBUSSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -244,7 +244,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "DYBXHBUSS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -255,7 +255,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "DYBXHBUSSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -266,7 +266,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "DYMCBUSS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -277,7 +277,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "DYMCBUSSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -288,7 +288,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "FBGBUSS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -299,7 +299,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "FBGBUSSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -310,7 +310,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "FSRQBUSS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -321,7 +321,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "FSRQBUSSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -332,7 +332,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "FZRQBUSS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -343,7 +343,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "FZRQBUSSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -354,7 +354,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "GLWJBUSS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -365,7 +365,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "GLWJBUSSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -376,7 +376,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "KCVPPSBMBUSS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -387,7 +387,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "KCVPPSBMBUSSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -398,7 +398,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "KCVPPSCNBUSS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -409,7 +409,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "KCVPPSCNBUSSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -420,7 +420,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "LSBBBUSS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -431,7 +431,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "LSBBBUSSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -442,7 +442,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "NYLXCLASS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -453,7 +453,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "NYLXCLASSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -464,7 +464,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "QCDW": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -475,7 +475,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "QCDWName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -486,7 +486,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "QCDWShow": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -497,7 +497,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "QCRBUSS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -508,7 +508,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "QCRBUSSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -519,7 +519,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "QTWJBUSS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -530,7 +530,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "QTWJBUSSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -550,7 +550,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "SYCPXCLASS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -561,7 +561,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "SYCPXCLASSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -572,7 +572,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "SYCXCLASS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -583,7 +583,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "SYCXCLASSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -594,7 +594,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "TXLBBUSS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -605,7 +605,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "TXLBBUSSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -616,7 +616,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "VPPSBMBUSS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -627,7 +627,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "VPPSBMBUSSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -638,7 +638,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "VPPSCNBUSS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -649,7 +649,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "VPPSCNBUSSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -660,7 +660,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "WJSCRYBUSS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -671,7 +671,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "WJSCRYBUSSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -682,7 +682,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "XCSJBUSS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -693,7 +693,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "XCSJBUSSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -704,7 +704,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "XGD": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -715,7 +715,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "XGDName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -726,7 +726,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "XGJLBUSS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -737,7 +737,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "XGJLBUSSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -748,7 +748,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "XGLC": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -759,7 +759,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "XGLCName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -770,7 +770,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "YYBZ": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -781,7 +781,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "YYBZName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -792,7 +792,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "ZFCDXZ": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -803,7 +803,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "content": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -814,7 +814,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "country": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -854,7 +854,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "nameshow": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -865,7 +865,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "numberExpNull": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -876,7 +876,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "numbershow": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -905,7 +905,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "replaceStandNum": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -916,7 +916,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "replace_stand_num": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -927,7 +927,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "replacedStandNum": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -938,7 +938,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "replaced_stand_num": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -949,7 +949,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "standEnName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -960,7 +960,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "standNumber": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -971,7 +971,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "standSort": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -982,7 +982,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "standSortShow": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1003,7 +1003,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "stand_code": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1014,7 +1014,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "stand_en_name": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1025,7 +1025,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "stand_name": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1036,7 +1036,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "stand_sort": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1047,7 +1047,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "stand_status": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1067,7 +1067,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "standstateshow": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1078,7 +1078,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "statecode": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1089,7 +1089,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "textStatusBuss": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1100,7 +1100,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "textStatusBussName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1111,7 +1111,7 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true "type": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", diff --git a/doc/es/es 创建索引字段_fulltextserch.txt b/doc/es/es 创建索引字段_fulltextserch.txt index 0c40ec52..22a5eb7f 100644 --- a/doc/es/es 创建索引字段_fulltextserch.txt +++ b/doc/es/es 创建索引字段_fulltextserch.txt @@ -54,7 +54,7 @@ fulltextserch/fulltextserch/_mapping?pretty&include_type_name=true "numberTitle": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -66,7 +66,7 @@ fulltextserch/fulltextserch/_mapping?pretty&include_type_name=true "nameTitle": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -88,7 +88,7 @@ fulltextserch/fulltextserch/_mapping?pretty&include_type_name=true "textContent": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -99,7 +99,7 @@ fulltextserch/fulltextserch/_mapping?pretty&include_type_name=true "textItems": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -110,7 +110,7 @@ fulltextserch/fulltextserch/_mapping?pretty&include_type_name=true "title": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", diff --git a/doc/es/es 创建索引字段_laws.txt b/doc/es/es 创建索引字段_laws.txt index 603dc84e..a42eb50d 100644 --- a/doc/es/es 创建索引字段_laws.txt +++ b/doc/es/es 创建索引字段_laws.txt @@ -6,7 +6,7 @@ laws/laws/_mapping?pretty&include_type_name=true "BDTWJHLAWS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -17,7 +17,7 @@ laws/laws/_mapping?pretty&include_type_name=true "BDTWJHLAWSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -28,7 +28,7 @@ laws/laws/_mapping?pretty&include_type_name=true "CHJLLAWS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -39,7 +39,7 @@ laws/laws/_mapping?pretty&include_type_name=true "CHJLLAWSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -50,7 +50,7 @@ laws/laws/_mapping?pretty&include_type_name=true "CYSDLAWS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -61,7 +61,7 @@ laws/laws/_mapping?pretty&include_type_name=true "CYSDLAWSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -72,7 +72,7 @@ laws/laws/_mapping?pretty&include_type_name=true "CYSDLAWSShow": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -83,7 +83,7 @@ laws/laws/_mapping?pretty&include_type_name=true "DTWJHLAWS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -94,7 +94,7 @@ laws/laws/_mapping?pretty&include_type_name=true "DTWJHLAWSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -105,7 +105,7 @@ laws/laws/_mapping?pretty&include_type_name=true "FBJGLAWS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -116,7 +116,7 @@ laws/laws/_mapping?pretty&include_type_name=true "GCWBLAWS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -127,7 +127,7 @@ laws/laws/_mapping?pretty&include_type_name=true "GCWBLAWSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -138,7 +138,7 @@ laws/laws/_mapping?pretty&include_type_name=true "GLWJLAWS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -149,7 +149,7 @@ laws/laws/_mapping?pretty&include_type_name=true "GLWJLAWSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -160,7 +160,7 @@ laws/laws/_mapping?pretty&include_type_name=true "JDWJLAWS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -171,7 +171,7 @@ laws/laws/_mapping?pretty&include_type_name=true "JDWJLAWSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -182,7 +182,7 @@ laws/laws/_mapping?pretty&include_type_name=true "NYLXLAWS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -193,7 +193,7 @@ laws/laws/_mapping?pretty&include_type_name=true "NYLXLAWSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -204,7 +204,7 @@ laws/laws/_mapping?pretty&include_type_name=true "NYLXLAWSShow": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -215,7 +215,7 @@ laws/laws/_mapping?pretty&include_type_name=true "SSRQLAWS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -226,7 +226,7 @@ laws/laws/_mapping?pretty&include_type_name=true "SSRQLAWSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -237,7 +237,7 @@ laws/laws/_mapping?pretty&include_type_name=true "TGDWLAWS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -248,7 +248,7 @@ laws/laws/_mapping?pretty&include_type_name=true "TGDWLAWSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -259,7 +259,7 @@ laws/laws/_mapping?pretty&include_type_name=true "TGDWLAWSShow": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -270,7 +270,7 @@ laws/laws/_mapping?pretty&include_type_name=true "TGRLAWS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -281,7 +281,7 @@ laws/laws/_mapping?pretty&include_type_name=true "TGRLAWSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -292,7 +292,7 @@ laws/laws/_mapping?pretty&include_type_name=true "TGRLAWSShow": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -303,7 +303,7 @@ laws/laws/_mapping?pretty&include_type_name=true "XCXSSRQLAWS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -314,7 +314,7 @@ laws/laws/_mapping?pretty&include_type_name=true "XCXSSRQLAWSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -325,7 +325,7 @@ laws/laws/_mapping?pretty&include_type_name=true "XGLC": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -336,7 +336,7 @@ laws/laws/_mapping?pretty&include_type_name=true "XGLCName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -347,7 +347,7 @@ laws/laws/_mapping?pretty&include_type_name=true "YYBZZCLAWS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -358,7 +358,7 @@ laws/laws/_mapping?pretty&include_type_name=true "YYBZZCLAWSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -369,7 +369,7 @@ laws/laws/_mapping?pretty&include_type_name=true "YYRZLAWS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -380,7 +380,7 @@ laws/laws/_mapping?pretty&include_type_name=true "YYRZLAWSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -391,7 +391,7 @@ laws/laws/_mapping?pretty&include_type_name=true "YYRZLAWSShow": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -402,7 +402,7 @@ laws/laws/_mapping?pretty&include_type_name=true "ZCWBLAWS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -413,7 +413,7 @@ laws/laws/_mapping?pretty&include_type_name=true "ZCWBLAWSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -424,7 +424,7 @@ laws/laws/_mapping?pretty&include_type_name=true "ZCXSSRQLAWS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -435,7 +435,7 @@ laws/laws/_mapping?pretty&include_type_name=true "ZCXSSRQLAWSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -446,7 +446,7 @@ laws/laws/_mapping?pretty&include_type_name=true "ZRBMLAWS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -457,7 +457,7 @@ laws/laws/_mapping?pretty&include_type_name=true "ZRBMLAWSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -468,7 +468,7 @@ laws/laws/_mapping?pretty&include_type_name=true "ZRBMLAWSShow": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -479,7 +479,7 @@ laws/laws/_mapping?pretty&include_type_name=true "ZRGCSLAWS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -490,7 +490,7 @@ laws/laws/_mapping?pretty&include_type_name=true "ZRGCSLAWSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -501,7 +501,7 @@ laws/laws/_mapping?pretty&include_type_name=true "ZRGCSLAWSShow": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -548,7 +548,7 @@ laws/laws/_mapping?pretty&include_type_name=true "content": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -559,7 +559,7 @@ laws/laws/_mapping?pretty&include_type_name=true "country": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -570,7 +570,7 @@ laws/laws/_mapping?pretty&include_type_name=true "countryShow": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -590,7 +590,7 @@ laws/laws/_mapping?pretty&include_type_name=true "isRelateAccess": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -601,7 +601,7 @@ laws/laws/_mapping?pretty&include_type_name=true "isRelateAccessName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -612,7 +612,7 @@ laws/laws/_mapping?pretty&include_type_name=true "issueCompany": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -643,7 +643,7 @@ laws/laws/_mapping?pretty&include_type_name=true "lawsBulletin": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -654,7 +654,7 @@ laws/laws/_mapping?pretty&include_type_name=true "lawsEnName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -665,7 +665,7 @@ laws/laws/_mapping?pretty&include_type_name=true "lawsLabel": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -676,7 +676,7 @@ laws/laws/_mapping?pretty&include_type_name=true "lawsLabelName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -687,7 +687,7 @@ laws/laws/_mapping?pretty&include_type_name=true "lawsName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -698,7 +698,7 @@ laws/laws/_mapping?pretty&include_type_name=true "lawsNo": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -709,7 +709,7 @@ laws/laws/_mapping?pretty&include_type_name=true "lawsNotisyncNum": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -729,7 +729,7 @@ laws/laws/_mapping?pretty&include_type_name=true "lawsRemark": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -740,7 +740,7 @@ laws/laws/_mapping?pretty&include_type_name=true "lawsSycx": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -751,7 +751,7 @@ laws/laws/_mapping?pretty&include_type_name=true "lawsSycxName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -762,7 +762,7 @@ laws/laws/_mapping?pretty&include_type_name=true "lawsSyqy": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -773,7 +773,7 @@ laws/laws/_mapping?pretty&include_type_name=true "lawsSyqyName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -784,7 +784,7 @@ laws/laws/_mapping?pretty&include_type_name=true "lawsTextState": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -795,7 +795,7 @@ laws/laws/_mapping?pretty&include_type_name=true "lawsTextStateName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -806,7 +806,7 @@ laws/laws/_mapping?pretty&include_type_name=true "lawsType": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -817,7 +817,7 @@ laws/laws/_mapping?pretty&include_type_name=true "lawsTypeName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -856,7 +856,7 @@ laws/laws/_mapping?pretty&include_type_name=true "type": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", diff --git a/doc/es/es 创建索引字段_stand.txt b/doc/es/es 创建索引字段_stand.txt index bb090c75..37d841f7 100644 --- a/doc/es/es 创建索引字段_stand.txt +++ b/doc/es/es 创建索引字段_stand.txt @@ -24,7 +24,7 @@ stand/stand/_mapping?pretty&include_type_name=true "BBFDTBZ": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -35,7 +35,7 @@ stand/stand/_mapping?pretty&include_type_name=true "BBFDTBZName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -46,7 +46,7 @@ stand/stand/_mapping?pretty&include_type_name=true "BDTBH": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -57,7 +57,7 @@ stand/stand/_mapping?pretty&include_type_name=true "BDTBZH": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -68,7 +68,7 @@ stand/stand/_mapping?pretty&include_type_name=true "BDTBZHName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -79,7 +79,7 @@ stand/stand/_mapping?pretty&include_type_name=true "BFDTBZ": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -90,7 +90,7 @@ stand/stand/_mapping?pretty&include_type_name=true "BFDTBZName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -101,7 +101,7 @@ stand/stand/_mapping?pretty&include_type_name=true "BPG": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -112,7 +112,7 @@ stand/stand/_mapping?pretty&include_type_name=true "BPGName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -123,7 +123,7 @@ stand/stand/_mapping?pretty&include_type_name=true "BYYBJ": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -134,7 +134,7 @@ stand/stand/_mapping?pretty&include_type_name=true "BYYBJName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -145,7 +145,7 @@ stand/stand/_mapping?pretty&include_type_name=true "CA": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -156,7 +156,7 @@ stand/stand/_mapping?pretty&include_type_name=true "CAName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -167,7 +167,7 @@ stand/stand/_mapping?pretty&include_type_name=true "CBBH": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -178,7 +178,7 @@ stand/stand/_mapping?pretty&include_type_name=true "CBBHName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -189,7 +189,7 @@ stand/stand/_mapping?pretty&include_type_name=true "CBCD": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -200,7 +200,7 @@ stand/stand/_mapping?pretty&include_type_name=true "CBCDName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -211,7 +211,7 @@ stand/stand/_mapping?pretty&include_type_name=true "CBCDShow": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -222,7 +222,7 @@ stand/stand/_mapping?pretty&include_type_name=true "CHJL": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -233,7 +233,7 @@ stand/stand/_mapping?pretty&include_type_name=true "CHJLName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -244,7 +244,7 @@ stand/stand/_mapping?pretty&include_type_name=true "CLLX": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -255,7 +255,7 @@ stand/stand/_mapping?pretty&include_type_name=true "CLLXName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -266,7 +266,7 @@ stand/stand/_mapping?pretty&include_type_name=true "CLLXShow": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -277,7 +277,7 @@ stand/stand/_mapping?pretty&include_type_name=true "CYCVPPSBM": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -288,7 +288,7 @@ stand/stand/_mapping?pretty&include_type_name=true "CYCVPPSBMName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -299,7 +299,7 @@ stand/stand/_mapping?pretty&include_type_name=true "CYCVPPSCN": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -310,7 +310,7 @@ stand/stand/_mapping?pretty&include_type_name=true "CYCVPPSCNName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -321,7 +321,7 @@ stand/stand/_mapping?pretty&include_type_name=true "CYSD": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -332,7 +332,7 @@ stand/stand/_mapping?pretty&include_type_name=true "CYSDName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -343,7 +343,7 @@ stand/stand/_mapping?pretty&include_type_name=true "CYSDShow": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -354,7 +354,7 @@ stand/stand/_mapping?pretty&include_type_name=true "CYZBPM": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -365,7 +365,7 @@ stand/stand/_mapping?pretty&include_type_name=true "CYZBPMName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -376,7 +376,7 @@ stand/stand/_mapping?pretty&include_type_name=true "CYZBPMShow": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -387,7 +387,7 @@ stand/stand/_mapping?pretty&include_type_name=true "DTBJH": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -398,7 +398,7 @@ stand/stand/_mapping?pretty&include_type_name=true "DTBJHName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -409,7 +409,7 @@ stand/stand/_mapping?pretty&include_type_name=true "DYBXH": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -420,7 +420,7 @@ stand/stand/_mapping?pretty&include_type_name=true "DYBXHCAR": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -431,7 +431,7 @@ stand/stand/_mapping?pretty&include_type_name=true "DYBXHCARName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -442,7 +442,7 @@ stand/stand/_mapping?pretty&include_type_name=true "DYBXHName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -453,7 +453,7 @@ stand/stand/_mapping?pretty&include_type_name=true "DYMC": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -464,7 +464,7 @@ stand/stand/_mapping?pretty&include_type_name=true "DYMCCAR": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -475,7 +475,7 @@ stand/stand/_mapping?pretty&include_type_name=true "DYMCCARName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -486,7 +486,7 @@ stand/stand/_mapping?pretty&include_type_name=true "DYMCName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -497,7 +497,7 @@ stand/stand/_mapping?pretty&include_type_name=true "FBGBJBD": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -508,7 +508,7 @@ stand/stand/_mapping?pretty&include_type_name=true "FBGBJBDName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -519,7 +519,7 @@ stand/stand/_mapping?pretty&include_type_name=true "GKDW": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -530,7 +530,7 @@ stand/stand/_mapping?pretty&include_type_name=true "GKDWName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -541,7 +541,7 @@ stand/stand/_mapping?pretty&include_type_name=true "GKDWShow": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -552,7 +552,7 @@ stand/stand/_mapping?pretty&include_type_name=true "GLWJ": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -563,7 +563,7 @@ stand/stand/_mapping?pretty&include_type_name=true "GLWJName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -574,7 +574,7 @@ stand/stand/_mapping?pretty&include_type_name=true "GXHBQ": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -585,7 +585,7 @@ stand/stand/_mapping?pretty&include_type_name=true "GXHBQName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -596,7 +596,7 @@ stand/stand/_mapping?pretty&include_type_name=true "JDWJ": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -607,7 +607,7 @@ stand/stand/_mapping?pretty&include_type_name=true "JDWJName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -618,7 +618,7 @@ stand/stand/_mapping?pretty&include_type_name=true "KCCVPPSBM": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -629,7 +629,7 @@ stand/stand/_mapping?pretty&include_type_name=true "KCCVPPSBMName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -640,7 +640,7 @@ stand/stand/_mapping?pretty&include_type_name=true "KCCVPPSCN": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -651,7 +651,7 @@ stand/stand/_mapping?pretty&include_type_name=true "KCCVPPSCNName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -662,7 +662,7 @@ stand/stand/_mapping?pretty&include_type_name=true "KWJ": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -673,7 +673,7 @@ stand/stand/_mapping?pretty&include_type_name=true "KWJName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -684,7 +684,7 @@ stand/stand/_mapping?pretty&include_type_name=true "NYLX": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -695,7 +695,7 @@ stand/stand/_mapping?pretty&include_type_name=true "NYLXName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -706,7 +706,7 @@ stand/stand/_mapping?pretty&include_type_name=true "NYLXShow": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -717,7 +717,7 @@ stand/stand/_mapping?pretty&include_type_name=true "QCDW": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -728,7 +728,7 @@ stand/stand/_mapping?pretty&include_type_name=true "QCDWName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -739,7 +739,7 @@ stand/stand/_mapping?pretty&include_type_name=true "QCDWShow": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -750,7 +750,7 @@ stand/stand/_mapping?pretty&include_type_name=true "SSG": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -761,7 +761,7 @@ stand/stand/_mapping?pretty&include_type_name=true "SSGName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -772,7 +772,7 @@ stand/stand/_mapping?pretty&include_type_name=true "SSRQ": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -783,7 +783,7 @@ stand/stand/_mapping?pretty&include_type_name=true "SSRQName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -794,7 +794,7 @@ stand/stand/_mapping?pretty&include_type_name=true "SYCPX": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -805,7 +805,7 @@ stand/stand/_mapping?pretty&include_type_name=true "SYCPXName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -816,7 +816,7 @@ stand/stand/_mapping?pretty&include_type_name=true "SYCPXShow": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -827,7 +827,7 @@ stand/stand/_mapping?pretty&include_type_name=true "SYRZ": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -838,7 +838,7 @@ stand/stand/_mapping?pretty&include_type_name=true "SYRZName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -849,7 +849,7 @@ stand/stand/_mapping?pretty&include_type_name=true "SYRZShow": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -860,7 +860,7 @@ stand/stand/_mapping?pretty&include_type_name=true "TXLB": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -871,7 +871,7 @@ stand/stand/_mapping?pretty&include_type_name=true "TXLBName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -882,7 +882,7 @@ stand/stand/_mapping?pretty&include_type_name=true "TXLBShow": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -893,7 +893,7 @@ stand/stand/_mapping?pretty&include_type_name=true "WAS_": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -904,7 +904,7 @@ stand/stand/_mapping?pretty&include_type_name=true "WQW_": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -915,7 +915,7 @@ stand/stand/_mapping?pretty&include_type_name=true "WSSMR": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -926,7 +926,7 @@ stand/stand/_mapping?pretty&include_type_name=true "WSSMRName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -937,7 +937,7 @@ stand/stand/_mapping?pretty&include_type_name=true "WSSMRShow": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -948,7 +948,7 @@ stand/stand/_mapping?pretty&include_type_name=true "XCXSSRQ": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -959,7 +959,7 @@ stand/stand/_mapping?pretty&include_type_name=true "XCXSSRQName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -970,7 +970,7 @@ stand/stand/_mapping?pretty&include_type_name=true "XDB": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -981,7 +981,7 @@ stand/stand/_mapping?pretty&include_type_name=true "XDBName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -992,7 +992,7 @@ stand/stand/_mapping?pretty&include_type_name=true "XGD": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1003,7 +1003,7 @@ stand/stand/_mapping?pretty&include_type_name=true "XGDName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1014,7 +1014,7 @@ stand/stand/_mapping?pretty&include_type_name=true "XGLC": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1025,7 +1025,7 @@ stand/stand/_mapping?pretty&include_type_name=true "XGLCName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1036,7 +1036,7 @@ stand/stand/_mapping?pretty&include_type_name=true "YYBJ": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1047,7 +1047,7 @@ stand/stand/_mapping?pretty&include_type_name=true "YYBJName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1058,7 +1058,7 @@ stand/stand/_mapping?pretty&include_type_name=true "ZBJBD": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1069,7 +1069,7 @@ stand/stand/_mapping?pretty&include_type_name=true "ZBJBDName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1080,7 +1080,7 @@ stand/stand/_mapping?pretty&include_type_name=true "ZCCSSRQ": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1091,7 +1091,7 @@ stand/stand/_mapping?pretty&include_type_name=true "ZCCSSRQName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1102,7 +1102,7 @@ stand/stand/_mapping?pretty&include_type_name=true "ZQYJG": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1113,7 +1113,7 @@ stand/stand/_mapping?pretty&include_type_name=true "ZQYJGName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1124,7 +1124,7 @@ stand/stand/_mapping?pretty&include_type_name=true "ZRBM": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1135,7 +1135,7 @@ stand/stand/_mapping?pretty&include_type_name=true "ZRBMName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1146,7 +1146,7 @@ stand/stand/_mapping?pretty&include_type_name=true "ZRBMShow": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1157,7 +1157,7 @@ stand/stand/_mapping?pretty&include_type_name=true "ZRGCS": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1168,7 +1168,7 @@ stand/stand/_mapping?pretty&include_type_name=true "ZRGCSName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1179,7 +1179,7 @@ stand/stand/_mapping?pretty&include_type_name=true "ZRGCSShow": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1190,7 +1190,7 @@ stand/stand/_mapping?pretty&include_type_name=true "baseSearchContent": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1201,7 +1201,7 @@ stand/stand/_mapping?pretty&include_type_name=true "content": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1212,7 +1212,7 @@ stand/stand/_mapping?pretty&include_type_name=true "country": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1223,7 +1223,7 @@ stand/stand/_mapping?pretty&include_type_name=true "countryShow": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1243,7 +1243,7 @@ stand/stand/_mapping?pretty&include_type_name=true "isRelateAccess": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1254,7 +1254,7 @@ stand/stand/_mapping?pretty&include_type_name=true "isRelateAccessName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1294,7 +1294,7 @@ stand/stand/_mapping?pretty&include_type_name=true "mapItems": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1305,7 +1305,7 @@ stand/stand/_mapping?pretty&include_type_name=true "nameshow": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1316,7 +1316,7 @@ stand/stand/_mapping?pretty&include_type_name=true "numberExpNull": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1327,7 +1327,7 @@ stand/stand/_mapping?pretty&include_type_name=true "numbershow": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1338,7 +1338,7 @@ stand/stand/_mapping?pretty&include_type_name=true "standEnName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1349,7 +1349,7 @@ stand/stand/_mapping?pretty&include_type_name=true "standName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1360,7 +1360,7 @@ stand/stand/_mapping?pretty&include_type_name=true "standNature": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1371,7 +1371,7 @@ stand/stand/_mapping?pretty&include_type_name=true "standNatureName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1382,7 +1382,7 @@ stand/stand/_mapping?pretty&include_type_name=true "standNumber": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1393,7 +1393,7 @@ stand/stand/_mapping?pretty&include_type_name=true "standSort": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1404,7 +1404,7 @@ stand/stand/_mapping?pretty&include_type_name=true "standSortShow": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1415,7 +1415,7 @@ stand/stand/_mapping?pretty&include_type_name=true "standSystem": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1426,7 +1426,7 @@ stand/stand/_mapping?pretty&include_type_name=true "standType": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1437,7 +1437,7 @@ stand/stand/_mapping?pretty&include_type_name=true "standYear": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1449,7 +1449,7 @@ stand/stand/_mapping?pretty&include_type_name=true "stand_en_name": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1460,7 +1460,7 @@ stand/stand/_mapping?pretty&include_type_name=true "stand_name": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1471,7 +1471,7 @@ stand/stand/_mapping?pretty&include_type_name=true "stand_number": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1482,7 +1482,7 @@ stand/stand/_mapping?pretty&include_type_name=true "stand_sort": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1493,7 +1493,7 @@ stand/stand/_mapping?pretty&include_type_name=true "stand_year": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1504,7 +1504,7 @@ stand/stand/_mapping?pretty&include_type_name=true "standstateshow": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1515,7 +1515,7 @@ stand/stand/_mapping?pretty&include_type_name=true "synopsis": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1526,7 +1526,7 @@ stand/stand/_mapping?pretty&include_type_name=true "textStatus": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1537,7 +1537,7 @@ stand/stand/_mapping?pretty&include_type_name=true "textStatusName": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword", @@ -1548,7 +1548,7 @@ stand/stand/_mapping?pretty&include_type_name=true "type": { "type": "text", "analyzer": "ik_max_word", - "search_analyzer": "ik_smart", + "search_analyzer": "ik_max_word", "fields": { "keyword": { "type": "keyword",