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, Did anyone do such a thing before? Or does this refactoring of solr make sense? Any advices or suggestions would be highly appreciated.
-- View this message in context: http://lucene.472066.n3.nabble.com/Did-anyone-rewrite-the-solr-indexing-section-tp2974539p2974539.html Sent from the Solr - User mailing list archive at Nabble.com.