Sign in

asset-service / asset-service-vulsync · Files

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Forks
  • Network
  • asset-service-vulsync
  • ..
  • common
  • EsIndexConstant.java
  • 漏管接口 init
    7ad84320
    zhangqiang authored
    2025-06-16 12:06:09 +0800  
    Browse Files »
EsIndexConstant.java 354 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
package com.idss.vulsync.common;

/**
 * ES索引常量
 *
 * @author zhangjiachen
 */
public class EsIndexConstant {

    /**
     * 部侧全量数据
     */

    public static final String GXB_ASSET_FULL_DATA_INDEX = "gxb_asset_full_data_index";


    /**
     * 默认索引类型
     */
    public static final String DEFAULT_TYPE = "_doc";
    }