Hi all, I have a large number of files in a directory need to be index them. All the files are in specific format need to parse to extract information after that i had to index. Single thread process one file at a time then i decided to use multi threads when the main thread that loops the directory and pass the file into pool of worker threads using a queue all of the which share same index writer, How ever there is no any significant changes in indexing speed
Any hints I am doing wrong or any suggestion Thanks Antony