...
|
...
|
@@ -110,7 +110,7 @@ public class SearchExplainerService { |
|
|
processCopiedFields(fieldDescMap, document);
|
|
|
logger.info("Set the value of copied field succeeded.");
|
|
|
|
|
|
// 4. 分析每个multi-match的每个字段 根据分词结果判定是否匹配
|
|
|
// 4. 分析每个multi-match的每个字段 根据权重优先级展示token列表
|
|
|
List<String> sortedSearchFields = getSortedSearchFields();
|
|
|
logger.info("Get the search fields. fields: {}", sortedSearchFields);
|
|
|
boolean isMatch = false;
|
...
|
...
|
|