Hi All!

I need to be able to send requests to 2 different cores based on the value of some request parameter.

First core (active) contains most recent docs. This core is used in 99% of cases.

The second core (it has 100-1000 times more docs then active core) and used in 0.1% of cases.

We wrote our own search handler (mostly based on the standard one but handling our own custom params) and I wonder if there is a way to customize Solr so we could direct calls to the required core based on request params user passes?

Any help would be helpful.

Thanx,

Reply via email to