srikanthv123 / solrnet

Automatically exported from code.google.com/p/solrnet
0 stars 0 forks source link

Make multicore access easier for Windsor facility #70

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently, in order to get multi-core access from the Windsor facility, some 
manual component overriding is necessary (see 
http://code.google.com/p/solrnet/source/detail?r=440 ) which is not very 
user-friendly. Add a AddCore() method to SolrFacility, which would wrap these 
overrides. Add a constructor to SolrFacility which takes a dictionary type -> 
url. Make this configurable from windsor xml as well.

Original issue reported on code.google.com by mauricio...@gmail.com on 16 Aug 2009 at 6:43

GoogleCodeExporter commented 8 years ago
A type -> url dictionary is not enough since there could be several cores with 
the same 
type.

Original comment by mauricio...@gmail.com on 25 Nov 2009 at 11:50

GoogleCodeExporter commented 8 years ago
r502

Original comment by mauricio...@gmail.com on 3 Jan 2010 at 12:17