Sanne / amanuensis

Clustered Infinispan Lucene IndexWriter using JGroups RPC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amanuensis: Clustered Infinispan Index Writer using JGroups

What is it ?

Amanuensis attempts to implement a pseudo-distributed Lucene IndexWriter for use with Infinispan’s Lucene Directory implementation. It is modelled around Hibernate Search’s backend from which it borrows many ideas and bits of code. Index operations are dispatched from slaves to one master (colocated with Infinispan’s coordinator) which applies them to the real IndexWriter.
Amanuensis also implements methods for obtaining efficient IndexReader instances which handle

About

Clustered Infinispan Lucene IndexWriter using JGroups RPC


Languages

Language:Java 100.0%