Class LuceneSailConfigSchema
- java.lang.Object
-
- org.eclipse.rdf4j.sail.lucene.config.LuceneSailConfigSchema
-
@Deprecated(since="4.3.0", forRemoval=true) public class LuceneSailConfigSchema extends Object
Deprecated, for removal: This API element is subject to removal in a future version.useCONFIG.Lucene
instead.Defines constants for the LuceneSail schema which is used byorg.eclipse.rdf4j.sail.lucene.config.LuceneSailFactory
s to initializeLuceneSail
s.
-
-
Field Summary
Fields Modifier and Type Field Description static IRI
INDEX_DIR
Deprecated.useCONFIG.Lucene.indexDir
instead.static String
NAMESPACE
Deprecated, for removal: This API element is subject to removal in a future version.The LuceneSail schema namespace ( http://www.openrdf.org/config/sail/lucene#).
-
Constructor Summary
Constructors Constructor Description LuceneSailConfigSchema()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Field Detail
-
NAMESPACE
public static final String NAMESPACE
Deprecated, for removal: This API element is subject to removal in a future version.The LuceneSail schema namespace ( http://www.openrdf.org/config/sail/lucene#).- See Also:
- Constant Field Values
-
INDEX_DIR
public static final IRI INDEX_DIR
Deprecated.useCONFIG.Lucene.indexDir
instead.
-
-