Class ElasticsearchStoreSchema
- java.lang.Object
-
- org.eclipse.rdf4j.sail.elasticsearchstore.config.ElasticsearchStoreSchema
-
@Deprecated(since="4.3.0", forRemoval=true) public class ElasticsearchStoreSchema extends Object
Deprecated, for removal: This API element is subject to removal in a future version.since 4.3.0. UseCONFIG.Ess
instead.Defines constants for the ElasticsearchStore schema which is used byElasticsearchStoreFactory
s to initializeElasticsearchStore
s.- Author:
- HÃ¥vard Mikkelsen Ottestad
-
-
Field Summary
Fields Modifier and Type Field Description static IRI
clusterName
Deprecated.useCONFIG.Ess.clusterName
instead.static IRI
hostname
Deprecated.useCONFIG.Ess.hostname
instead.static IRI
index
Deprecated.useCONFIG.Ess.index
instead.static String
NAMESPACE
Deprecated, for removal: This API element is subject to removal in a future version.The ElasticsearchStore schema namespace (http://rdf4j.org/config/sail/elasticsearchstore#
).static IRI
port
Deprecated.useCONFIG.Ess.port
instead.static String
PREFIX
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors Constructor Description ElasticsearchStoreSchema()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Field Detail
-
NAMESPACE
public static final String NAMESPACE
Deprecated, for removal: This API element is subject to removal in a future version.The ElasticsearchStore schema namespace (http://rdf4j.org/config/sail/elasticsearchstore#
).- See Also:
- Constant Field Values
-
PREFIX
public static final String PREFIX
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
hostname
public static final IRI hostname
Deprecated.useCONFIG.Ess.hostname
instead.
-
port
public static final IRI port
Deprecated.useCONFIG.Ess.port
instead.
-
index
public static final IRI index
Deprecated.useCONFIG.Ess.index
instead.
-
clusterName
public static final IRI clusterName
Deprecated.useCONFIG.Ess.clusterName
instead.
-
-