Class LuceneSailConfigSchema


  • @Deprecated(since="4.3.0",
                forRemoval=true)
    public class LuceneSailConfigSchema
    extends java.lang.Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    use CONFIG.Lucene instead.
    Defines constants for the LuceneSail schema which is used by org.eclipse.rdf4j.sail.lucene.config.LuceneSailFactorys to initialize LuceneSails.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static IRI INDEX_DIR
      Deprecated.
      static java.lang.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.
       
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NAMESPACE

        public static final java.lang.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
    • Constructor Detail

      • LuceneSailConfigSchema

        public LuceneSailConfigSchema()
        Deprecated, for removal: This API element is subject to removal in a future version.