Hi everyone, Some of you may have an idea about the best solution to achieve this simple (in theory at least) goal : I want a B2C website that uses Solr as its search engine service, but : - it shouldn't expose Solr in an explicit manner (I mean clear URL pointing to the Solr instance) - keep control on SEO (be able to format facets in order to have clean URL for robots, search results with clean URL too) - be able to build a web page based on several different responses coming from different requests to Solr (let's imagine a page having some contextualized propositions, a default request result, and a collection of contextualized promotions) - be able to
My question is : what's the most elegant and efficient solution to build that kind of presentation layer in front of Solr. My technical constraints are : Java rules here :) Thanks for your suggestions. David