I use Jackrabbit extensively, and one problem that I seem to run into a lot of times is when I import data, and save the nodes. For saving 4000 nodes, it almost takes 32 mins to execute the session.save() command. Any way of fixing this?
Is it probably because all my data is getting indexed? Could I somehow specify only specific properties/types to be indexed? Kindly help. Thanks, Sridhar
