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? > >