Interface and Description |
---|
org.openrdf.sail.AdvancedSailConnection
temporary interface introduced to avoid backward compatibility
issues. Will be removed again in the next major release.
|
org.openrdf.sail.lucene.SearchQuery |
Enum and Description |
---|
org.openrdf.rio.RDFParser.DatatypeHandling
These settings are not recognised and will be removed in a
future version. Use
BasicParserSettings.FAIL_ON_UNKNOWN_DATATYPES
BasicParserSettings.NORMALIZE_DATATYPE_VALUES and
BasicParserSettings.VERIFY_DATATYPE_VALUES instead. |
Exceptions and Description |
---|
org.openrdf.model.util.GraphUtilException |
Field and Description |
---|
org.openrdf.repository.contextaware.config.ContextAwareSchema.ADD_CONTEXT |
org.openrdf.repository.contextaware.config.ContextAwareSchema.ARCHIVE_CONTEXT |
org.openrdf.model.vocabulary.SP.Delete |
org.openrdf.rio.helpers.RDFaParserSettings.FAIL_ON_RDFA_UNDEFINED_PREFIXES |
org.openrdf.model.vocabulary.FOAF.FAMILYNAME
Use FAMILY_NAME instead for new statements
|
org.openrdf.model.vocabulary.FOAF.GIVENNAME
Use GIVEN_NAME instead for new statements
|
org.openrdf.model.vocabulary.SP.Insert |
org.openrdf.model.vocabulary.SP.Let |
org.openrdf.sail.rdbms.RdbmsValueFactory.NIL_LABEL |
info.aduna.platform.Platform.OLD_DATADIR_PROPERTY |
Constructor and Description |
---|
org.openrdf.sail.lucene3.LuceneDocument() |
org.openrdf.rio.ParserConfig(boolean, boolean, boolean, RDFParser.DatatypeHandling)
Use
ParserConfig.ParserConfig() instead and set
preserveBNodeIDs using RioConfig.set(RioSetting, Object) with
BasicParserSettings.PRESERVE_BNODE_IDS .
The other parameters are all deprecated and this constructor may be removed in a future release. This constructor calls #setNonFatalErrors using a best-effort algorithm that may not match the exact semantics of the pre-2.7 constructor. |
Copyright © 2001–2015 Aduna. All rights reserved.