spaziocodice / SolRDF

An RDF plugin for Solr
Apache License 2.0
113 stars 20 forks source link

Migration to Java8 #104

Closed agazzarini closed 8 years ago

agazzarini commented 8 years ago

Link this task with issue #96. Query optimization work is the ideal context for introducing Java8 and all its beauties. Mainly, (parallel) streams are very very interesting for speeding up the internal Lucene sub-queries need for executing a given SPARQL.

agazzarini commented 8 years ago

I close this issue as it has been integrated as part of the new working branch (> 1.0). The current master already requires Java 8