Class ElasticsearchStoreSchema
- java.lang.Object
-
- org.eclipse.rdf4j.sail.elasticsearchstore.config.ElasticsearchStoreSchema
-
public class ElasticsearchStoreSchema extends Object
Defines constants for the ElasticsearchStore schema which is used byElasticsearchStoreFactory
s to initializeElasticsearchStore
s.- Author:
- Håvard Mikkelsen Ottestad
-
-
Constructor Summary
Constructors Constructor Description ElasticsearchStoreSchema()
-
-
-
Field Detail
-
NAMESPACE
public static final String NAMESPACE
The ElasticsearchStore schema namespace (http://rdf4j.org/config/sail/elasticsearchstore#
).- See Also:
- Constant Field Values
-
PREFIX
public static final String PREFIX
- See Also:
- Constant Field Values
-
hostname
public static final IRI hostname
-
port
public static final IRI port
-
index
public static final IRI index
-
clusterName
public static final IRI clusterName
-
-