All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.es.plus.adapter.constants.ReindexScopeEnum Maven / Gradle / Ivy

There is a newer version: 0.3.941
Show newest version
package com.es.plus.adapter.constants;


import lombok.AllArgsConstructor;
import lombok.Getter;

@AllArgsConstructor
@Getter
public enum ReindexScopeEnum {
    // 全部索引都开启索引自动reindex迁移。
    ALL("all");
    private String value;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy