com.github.kzwang.osem.annotations.NumericDetectionEnum Maven / Gradle / Ivy
package com.github.kzwang.osem.annotations;
/**
* Allows to disable automatic numeric type detection
*
* @see Numeric Detection
*/
public enum NumericDetectionEnum {
/**
* Use default value in ElasticSearch
*/
NA,
/**
* Enable Numeric Detection
*/
TRUE,
/**
* Disable Numeric Detection
*/
FALSE
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy