I'm using hibernate search and lucene index in infinispan. But the time for indexing is too long.
I'm trying to optimize the performance of indexing with tuning options.
I.e, set hibernate.search.[default|<indexname>].indexwriter.ram_buffer_size
to 64MB
.
I dont know how to set it in Infinispan, can someone give me a example for this solve that?