What features are you planning to use from SolrJ client? Because you can always just talk to Solr server directly with HTTP query URLs and JSON results. Do you need to support multiple Solr servers? Do you want bean mapping? Something else?
Regards, Alex. Personal website: http://www.outerthoughts.com/ LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch - Time is the quality of nature that keeps events from happening all at once. Lately, it doesn't seem to be working. (Anonymous - via GTD book) On Tue, Jan 7, 2014 at 9:30 PM, Gnanam <gnanam.zon...@gmail.com> wrote: > 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. >