SolRDF
SolRDF copied to clipboard
Custom datatypes support
Custom datatype aren't actually handled (they are indexed as they were plain strings). In case of SPARQL queries with such custom datatypes, the results are wrong: both string and custom datatyped literals are returned.
see org.gazzax.labs.solrdf.integration.sparql.LearningSparql_SELECT_ITCase.customDatatype()