On Wed, Dec 21, 2011 at 4:58 PM, ayyappan <ayyaba...@gmail.com> wrote: > In the information search in DB, the query has to be based on customer > specific. Is it possible to change “where” clause value in select query > based on the user who logged in.
It is not clear what you are asking here? Which "where" clause in what "select query"? If you mean, could a Solr query be tailored to a specific customer, yes that can be done in various ways, e.g., by having the front-end modify the query as per the known customer ID, or by having a customer ID field in the Solr index that is used to tailor results to that customer. Regards, Gora