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.