
org.elasticsearch.spark.rdd.Metadata Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of elasticsearch-spark-13_2.11 Show documentation
Show all versions of elasticsearch-spark-13_2.11 Show documentation
Elasticsearch Spark (for Spark 1.3-1.6)
package org.elasticsearch.spark.rdd;
public enum Metadata {
ID,
PARENT,
ROUTING,
TTL,
TIMESTAMP,
VERSION,
VERSION_TYPE;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy