Hi, I am using the post.jar tool to post files to solr. I d like to post
everything in a folder, e.g., "myfolder". I typed in command:

java -jar post.jar c:/myfolder/*.xml.

This works perfectly when I test on a sample of 100k xml files. But when I
work on the real dataset, there are over 1m files in the folder. And when I
typed in the same command and hits enter, the program hangs and there are no
response after a long while.

Is it because there are too many files? What is the best practice (should I
separate the 1million files into 100 subfolders and do the posting from
those folders separately?)

Many thanks!
-- 
View this message in context: 
http://www.nabble.com/Using-the-post-tool---too-many-files-in-a-folder--tp14709773p14709773.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to