Currently our application is running on BroadVision server which is actually based on very older version of JDK that is v1.3. Now we've a requirement for searching documents and we want to integrate Apache Solr within our application. We have also decided to run Apache Solr service separately in a server for various other reasons.
Now my question is, is it possible/compatible to have the Apache Solr server running the latest JDK version (running as a separate server as said before) and the client library (SolrJ) running behind a lower version (JDK 1.3), since the client API will be invoked/used from within BroadVision server? If this is possible/compatible, what are all the features that cannot be used/leveraged because of running a lower version of client library and more particularly what type of file extensions will not be supported, indexed and searchable? -- View this message in context: http://lucene.472066.n3.nabble.com/Server-vs-Client-JDK-compatibility-tp4109982.html Sent from the Solr - User mailing list archive at Nabble.com.