I am too sure whether the problem we are facing can be solved by tweaking around with the SearchIndex parameters, but I want to give it a shot. The gist of the problem we are facing is that our importing of nodes is very very slow.
We have around 25000 nodes that are being imported, and then being committed by a single session.save(). This particular operation takes a long time. The index folder showed no activity for almost an hour, before it began to begin creating the indexes. Could this be because of some faulty SearchIndex parameters? I haven't changed the parameters from the default values. Also, would the import process be faster if I did the save() in multiple steps? Thanks, Sridhar
