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. Use CONFIG.Ess instead.
Defines constants for the ElasticsearchStore schema which is used by ElasticsearchStoreFactorys to initialize ElasticsearchStores.
Author:
HÃ¥vard Mikkelsen Ottestad
  • Field Details

    • 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:
    • PREFIX

      public static final String PREFIX
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • hostname

      public static final IRI hostname
      Deprecated.
      use CONFIG.Ess.hostname instead.
    • port

      public static final IRI port
      Deprecated.
      use CONFIG.Ess.port instead.
    • index

      public static final IRI index
      Deprecated.
      use CONFIG.Ess.index instead.
    • clusterName

      public static final IRI clusterName
      Deprecated.
  • Constructor Details

    • ElasticsearchStoreSchema

      public ElasticsearchStoreSchema()
      Deprecated, for removal: This API element is subject to removal in a future version.