com.github.kzwang.osem.annotations.NormsLoadingEnum Maven / Gradle / Ivy
package com.github.kzwang.osem.annotations;
/**
* "norms.loading" field in mapping
*
* @see Mapping Core Types
*/
public enum NormsLoadingEnum {
/**
* Use default value in ElasticSearch
*/
NA,
/**
* Set "norms.loading" to "eager"
*/
EAGER,
/**
* Set "norms.loading" to "lazy"
*/
LAZY
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy