Browse Source

remove unused constants

sunyj 8 years ago
parent
commit
8cca630c85

+ 0 - 10
mall-search/src/main/java/com/uas/search/constant/SearchConstants.java

@@ -13,16 +13,6 @@ public class SearchConstants {
 	 */
 	 */
 	public static final int TOP_NUM = 1024 * 1024 * 1024;
 	public static final int TOP_NUM = 1024 * 1024 * 1024;
 
 
-	/**
-	 * 消息队列名,该队列存放kind、brand、component等表的改动信息
-	 */
-	public static final String LUCENE_QUEUE_NAME = "lucene_queue";
-
-	/**
-	 * 消息队列对应的表
-	 */
-	public static final String LUCENE_QUEUE_TABLE_NAME = "lucene_queue_tb";
-
 	/**
 	/**
 	 * 类目表名
 	 * 类目表名
 	 */
 	 */