Class SolrSailFactory
java.lang.Object
org.eclipse.rdf4j.sail.solr.config.SolrSailFactory
- All Implemented Interfaces:
SailFactory
@Deprecated(since="5.3.0",
forRemoval=true)
public class SolrSailFactory
extends Object
implements SailFactory
Deprecated, for removal: This API element is subject to removal in a future version.
since 5.3.0. Solr integration is deprecated for removal; use alternative Lucene-backed search
implementations instead.
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/Solr.
-
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
-
SolrSailFactory
public SolrSailFactory()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/Solr.- 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.
-