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

gov.nasa.pds.registry.common.meta.MetaConstants Maven / Gradle / Ivy

package gov.nasa.pds.registry.common.meta;


/**
 * Elasticsearch field naming
 * @author karpenko
 */
public interface MetaConstants
{
    // Field names
    public static final String NS_SEPARATOR = ":";
    public static final String ATTR_SEPARATOR = "/";
    public static final String REGISTRY_NS = "ops";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy