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

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

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

/**
 * Allows to disable automatic date type detection
 *
 * @see Date Detection
 */
public enum DateDetectionEnum {
    /**
     * Use default value in ElasticSearch
     */
    NA,

    /**
     * Enable Date Detection
     */
    TRUE,

    /**
     * Disable Date Detection
     */
    FALSE
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy