|
|
@@ -13,11 +13,6 @@ public class SearchConstants {
|
|
|
*/
|
|
|
public static final int TOP_NUM = 1024 * 1024 * 1024;
|
|
|
|
|
|
- /**
|
|
|
- * 关键词最大允许长度
|
|
|
- */
|
|
|
- public static final int KEYWORD_MAX_LENGTH = 30;
|
|
|
-
|
|
|
/**
|
|
|
* 消息队列名,该队列存放kind、brand、component等表的改动信息
|
|
|
*/
|
|
|
@@ -79,7 +74,6 @@ public class SearchConstants {
|
|
|
public static final String BRAND_NAMECN_FIELD = "br_name_cn";
|
|
|
public static final String BRAND_NAMEEN_FIELD = "br_name_en";
|
|
|
public static final String BRAND_UUID_FIELD = "br_uuid";
|
|
|
- public static final String BRAND_WEIGHT_FIELD = "br_weight";
|
|
|
|
|
|
// 器件索引字段的key
|
|
|
public static final String COMPONENT_ID_FIELD = "cmp_id";
|
|
|
@@ -95,7 +89,6 @@ public class SearchConstants {
|
|
|
public static final String COMPONENT_SAMPLE_QTY_FIELD = "cmp_sample_qty";
|
|
|
public static final String COMPONENT_ORIGINAL_QTY_FIELD = "cmp_original_qty";
|
|
|
public static final String COMPONENT_INACTION_STOCK_QTY_FIELD = "cmp_inaction_stock_qty";
|
|
|
- public static final String COMPONENT_BRANDUUID_FIELD = "cmp_brand_uuid";
|
|
|
/**
|
|
|
* 创建器件属性的索引时,在属性id的前面添加该前缀作为Field的键
|
|
|
*/
|