Re: Dynamically pick dataDirs

2012-05-09 Thread Ramprakash Ramamoorthy
few of them together. > > Regards > Pravesh > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Dynamically-pick-dataDirs-tp3973368p3973682.html > Sent from the Solr - User mailing list archive at Nabble.com. Dear Pravesh, Thanks for the respo

Re: Dynamically pick dataDirs

2012-05-09 Thread pravesh
x27;s for a single core with multiple index directories in it). BTW, how big your index(es) are? Total documents? total size? etc. If each core is small(MBs/ few GBs) then you could merge few of them together. Regards Pravesh -- View this message in context: http://lucene.472066.n3.nabble.com/Dynami

Dynamically pick dataDirs

2012-05-09 Thread Ramprakash Ramamoorthy
Dear all, I am using solr for log search. During every search, based on the input request, I will have to search through n index directories dynamically. n may range from 1 to 100. While n being a higher value, firing 100 cores wouldn't be a viable solution. How do I achiever this in solr, in sh