Explorar el Código

update search-service MappingService

reghao hace 2 meses
padre
commit
92d7c1485c

+ 1 - 0
search/search-service/src/main/java/cn/reghao/tnb/search/app/es/MappingService.java

@@ -43,6 +43,7 @@ public class MappingService {
         propertyMap.put("upstreamAddr", keywordProp);
         propertyMap.put("host", keywordProp);
         propertyMap.put("url", textKeywordProp);
+        propertyMap.put("methodUrl", textKeywordProp);
         propertyMap.put("httpXForwardedFor", textKeywordProp);
         propertyMap.put("httpReferer", textKeywordProp);
         propertyMap.put("httpUserAgent", textKeywordProp);