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

com.github.kzwang.osem.annotations.NormsEnabledEnum Maven / Gradle / Ivy

The newest version!
package com.github.kzwang.osem.annotations;


/**
 * "norms.enabled" field in mapping
 *
 * @see Mapping Core Types
 */
public enum NormsEnabledEnum {
    /**
     * Use default value in ElasticSearch
     */
    NA,

    /**
     * Set "norms.enabled" to "true"
     */
    TRUE,

    /**
     * Set "norms.enabled" to "false"
     */
    FALSE
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy