| Please find below the requested info: 1. Hibernate Search Configuration/Properties:
- hibernate.search.indexing_strategy — event
- hibernate.search.default.directory_provider — filesystem
- hibernate.search.default.directory_provider — native
- hibernate.search.default.indexBase — /artifacts_dumps/hibernate-search_index-caslms/casTCFSL
- hibernate.search.generate_statistics — true
- hibernate.search.jmx_enabled — true
- hibernate.search.default.worker.execution — async
- hibernate.search.worker.thread_pool.size — 20
- hibernate.search.default.exclusive_index_use — false
2.Tell us how exactly you are sharing the index between nodes:
- Within both the nodes, we have specified same location in 'hibernate.search.default.indexBase' property.
- This location is in a network shared drive (internal to Oracle ExaStack - ZFS) - mounted separately on both the VMs. (The ZFS is accessed over IPoB - Infiniband - i.e. network is internal to the ExaStack - on same physical stack)
3. describe in more details which method you chose.
- We are using Lucene (ver 3.6.2) for this. All the update calls are handled internally by Lucene.
|