类 IndexProperties

java.lang.Object
tech.mhuang.pacebox.elasticsearch.model.index.IndexProperties

public class IndexProperties extends Object
  • 构造器详细资料

    • IndexProperties

      public IndexProperties()
  • 方法详细资料

    • getInstance

      public static IndexProperties getInstance()
      获取实例
      返回:
      IndexProperties
    • addKey

      public IndexProperties addKey(String key, IndexParameter parameter)
      写入参数
      参数:
      key - 写入的key
      parameter - 写入的参数
      返回:
      IndexProperties
    • removeKey

      public IndexProperties removeKey(String key)
      移除参数
      参数:
      key - 移除的key
      返回:
      IndexProperties