Class SolrSailConfig
java.lang.Object
org.eclipse.rdf4j.sail.config.AbstractSailImplConfig
org.eclipse.rdf4j.sail.config.AbstractDelegatingSailImplConfig
org.eclipse.rdf4j.sail.lucene.config.AbstractLuceneSailConfig
org.eclipse.rdf4j.sail.solr.config.SolrSailConfig
- All Implemented Interfaces:
DelegatingSailImplConfig, SailImplConfig
@Deprecated(since="5.3.0",
forRemoval=true)
public class SolrSailConfig
extends AbstractLuceneSailConfig
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.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.SolrSailConfig(String luceneDir) Deprecated, for removal: This API element is subject to removal in a future version.SolrSailConfig(String luceneDir, SailImplConfig delegate) Deprecated, for removal: This API element is subject to removal in a future version.SolrSailConfig(SailImplConfig delegate) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class AbstractLuceneSailConfig
export, getIndexDir, getParameter, getParameterNames, parse, setIndexDir, setParameterMethods inherited from class AbstractDelegatingSailImplConfig
getDelegate, setDelegate, validateMethods inherited from class AbstractSailImplConfig
getConnectionTimeOut, getIterationCacheSyncThreshold, getType, setConnectionTimeOut, setIterationCacheSyncThreshold, setTypeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SailImplConfig
getIterationCacheSyncThreshold, getType
-
Constructor Details
-
SolrSailConfig
public SolrSailConfig()Deprecated, for removal: This API element is subject to removal in a future version. -
SolrSailConfig
Deprecated, for removal: This API element is subject to removal in a future version. -
SolrSailConfig
Deprecated, for removal: This API element is subject to removal in a future version. -
SolrSailConfig
Deprecated, for removal: This API element is subject to removal in a future version.
-