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, setParameterModifier and TypeMethodDescriptiongetParameter(String key) voidvoidsetIndexDir(String luceneDir) voidsetParameter(String key, String value) Methods inherited from class AbstractDelegatingSailImplConfig
getDelegate, setDelegate, validateModifier and TypeMethodDescriptionvoidsetDelegate(SailImplConfig delegate) voidvalidate()Validates this configuration.Methods inherited from class AbstractSailImplConfig
getConnectionTimeOut, getIterationCacheSyncThreshold, getType, setConnectionTimeOut, setIterationCacheSyncThreshold, setTypeModifier and TypeMethodDescriptionlongGet the connection timeout (in ms).longgetType()voidsetConnectionTimeOut(long connectionTimeOut) Set the connection timeout (in ms).voidsetIterationCacheSyncThreshold(long iterationCacheSyncThreshold) void
-
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.
-