Class ElasticsearchSailFactory
java.lang.Object
org.eclipse.rdf4j.sail.elasticsearch.config.ElasticsearchSailFactory
- All Implemented Interfaces:
SailFactory
@Deprecated(since="5.3.0",
forRemoval=true)
public class ElasticsearchSailFactory
extends Object
implements SailFactory
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated in preparation for an Elasticsearch client upgrade; this API will change or be removed in a
future release.
A
SailFactory that creates LuceneSails based on RDF configuration data.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.getSail(SailImplConfig config) Deprecated, for removal: This API element is subject to removal in a future version.Returns a Sail instance that has been initialized using the supplied configuration data.Deprecated, for removal: This API element is subject to removal in a future version.Returns the Sail's type: openrdf:LuceneSail/Elasticsearch.
-
Field Details
-
SAIL_TYPE
Deprecated, for removal: This API element is subject to removal in a future version.The type of repositories that are created by this factory.- See Also:
-
-
Constructor Details
-
ElasticsearchSailFactory
public ElasticsearchSailFactory()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getSailType
Deprecated, for removal: This API element is subject to removal in a future version.Returns the Sail's type: openrdf:LuceneSail/Elasticsearch.- Specified by:
getSailTypein interfaceSailFactory
-
getConfig
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getConfigin interfaceSailFactory
-
getSail
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:SailFactoryReturns a Sail instance that has been initialized using the supplied configuration data.- Specified by:
getSailin interfaceSailFactory- Parameters:
config- TODO- Returns:
- The created (but un-initialized) Sail.
- Throws:
SailConfigException- If no Sail could be created due to invalid or incomplete configuration data.
-