On Mon, May 23, 2011 at 2:39 PM, LeoYuan88 <yuanlihao1...@gmail.com> wrote: > Hi all, > As we all have known, solr put all index files in a single directory, > namely ${datadir}/index, > but the perfomance's getting slower when the size of index dir's getting > bigger and bigger, > so I wanna split the single dir into serveral dirs, e.g. ${datadir}/index1 > and ${datadir}/index2, > maybe I will put 10000 users' info into the first one, and put another 10000 > users' info into > the second one, when do searching, I will locate the index dir directly as I > need,
Have you looked at multi-core Solr, http://wiki.apache.org/solr/CoreAdmin , with each core holding one shard of your index? Does that not meet your needs? Regards, Gora