Let's start from this :
"I have a search handler I wrote that runs a sub query so that the main
query
I send to the SearchHandler is extended."

What is the problem you are searching to solve ?
Why a classic filter query or re-ranking query is not ok for you ?
Can you give us some indication of that ?

Cheers

2015-06-23 13:48 GMT+01:00 1234go1 <1234...@gmail.com>:

> Hi,
> I have a search handler I wrote that runs a sub query so that the main
> query
> I send to the SearchHandler is extended.
> This was working very nice till I changed my env to a be multi sharded.
> Now my searcher is always opened to the same core and not to the core that
> the shard asks for.
> For example:
> I have core1 & core2.
> my http request :
> localhost:8983/solr/core1/myselect?q=text%3Aabc&
> shards=http://localhost:8983/solr/core1%20http://localhost:8983/solr/core2
>
> I get to myselect handler twice but the searcher opens to core1 in both
> cases never to core2.
> Any ideas?
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Costume-searchHandlers-in-a-multi-core-envirment-tp4213436.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>



-- 
--------------------------

Benedetti Alessandro
Visiting card : http://about.me/alessandro_benedetti

"Tyger, tyger burning bright
In the forests of the night,
What immortal hand or eye
Could frame thy fearful symmetry?"

William Blake - Songs of Experience -1794 England

Reply via email to