SolRDF icon indicating copy to clipboard operation
SolRDF copied to clipboard

An RDF plugin for Solr

Results 25 SolRDF issues
Sort by recently updated
recently updated
newest added

Bumps httpclient from 4.4.1 to 4.5.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.httpcomponents:httpclient&package-manager=maven&previous-version=4.4.1&new-version=4.5.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps solr-core from 5.3.1 to 8.8.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.solr:solr-core&package-manager=maven&previous-version=5.3.1&new-version=8.8.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Hi there, Could anyone show me why the maven command doesn't work? Is the pom.xml out-of-date? I tried: # mvn clean verify cargo:run OR # mvn clean verify org.codehaus.cargo:cargo-maven2-plugin:run and...

THE DATA http://coalliance.org/id/1 http://coalliance.org/siteCode/site_A "MK_1". http://coalliance.org/id/2 http://coalliance.org/siteCode/site_A "MK_2". http://coalliance.org/id/3 http://coalliance.org/siteCode/site_A "MK_3". http://coalliance.org/id/6 http://coalliance.org/siteCode/site_B "MK_1". http://coalliance.org/id/4 http://coalliance.org/siteCode/site_B "MK_4". http://coalliance.org/id/5 http://coalliance.org/siteCode/site_B "MK_5". THE QUERY SELECT ?o WHERE { ?s http://coalliance.org/siteCode/site_A ?o. ?s2...

bug

Hi, I'm using the solrdf-1.0 branch with JRE 1.7.0 and successfully loaded aprox. 125000000 documents to the store (and optimized). Solr queries are fine. But with simple SPARQL queries I...

bug
enhancement

SolrCloudClient has the default collection set named "store"

bug

Not sure if this is the appropriate and correct "term", but reading from here [1] I think this is a great feature for SolRDF. In addition, I think it should...

enhancement

In this way the usage of the client library will be easier, as the user doesn't have to worry about dependencies.

enhancement

The first implementation step of the Solr-Jena bridge has been actually completed: as suggested by Jena devs, that is basically a Solr-specific implementation of the Jena graph and dataset domain...

enhancement

As part of the index chain it would be useful to have an UpdateRequestProcessor that manage Silk [1] and provides interlinking services to the incoming data --- [1] http://silk-framework.com/

enhancement