HTTPClient is probably what you are looking for:
http://hc.apache.org/httpclient-3.x/ . It used to be very popular.

Notice that it is deprecated, but the replacement requires JDK 1.5. This
old one, I think, should work with older JDKs.

Then, you will need either XML or JSON parser for the results. I am not
sure what a good old library for that was and/or when JDK started to
include XML processing code.

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 Wed, Jan 8, 2014 at 1:14 PM, Gnanam <gnanam.zon...@gmail.com> wrote:

> Chris Hostetter-3 wrote
> > Your best bet is probably to ignore SolrJ -- just pick an HTTP library
> and
> > an XML serialiation library that you are familiar with and know will run
> > in your client app and use them to talk to Solr with some custom code to
> > format your docs in XML for indexing and parsing the response XML when
> > searching.
>
> Can you please give the list of available HTTP client library? Which one
> among the list is highly recommended and easy to integrate & use from
> within
> Java platform?  Working example for the same are highly appreciated.
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Server-vs-Client-JDK-compatibility-tp4109982p4110136.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to