flaxsearch / BioSolr

A project aiming "to significantly advance the state of the art with regard to indexing and querying biomedical data with freely available open source software"
Apache License 2.0
77 stars 26 forks source link

Is it possible to compile solr ontology update processor in Java 7 #5

Open ntung opened 8 years ago

ntung commented 8 years ago

I want to integrate your plugins into my system. The reason is to run it in Java 7. Could you confirm me if it could be compiled in Java 7?

Thanks for your support.

mattflax commented 8 years ago

The plugin has been written using some of the new functions in Java 8, including lambda functions and expressions, so it would require some re-writing to compile in Java 7.

Solr 4 will run happily with Java 8 - is it possible for you to upgrade to Java 8?