Also see e.g. https://github.com/evolvingweb/ajax-solr/wiki/Solr-proxies for a list of proxies in case you need to expose low-level API access to Solr from the outside, e.g. from JS clients.
-- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com 21. aug. 2013 kl. 12:44 skrev Ted Dunning <ted.dunn...@gmail.com>: > No. > > This is totally simple. > > Just define your service end points on your web tier. > > These should forward requests to the solr server (which should not itself > be otherwise accessible. > > If you have the capability for layer 7 filtering between the web and solr > tiers you can add limits on which URL's can be touched by the web tier. > You can probably do this pretty easily using Apache configs. > > There isn't much else to say. It is dead easy. > > On Wed, Aug 21, 2013 at 3:34 AM, Kuldeep Sharma <kuldeep.sha...@hcl.com>wrote: > >> Hey Ted, >> >> Can you please elaborate with example? >> >>