Lucene like search integration

Hi,
For of our assignments, we are considering eventstore. Just wanted to understand if this can be integrated with Lucene like search.

If you are searching for an automatic tool I’m afraid that I have never seen anything like that.

I think you will need to write your own projections that project events from Eventstore into Lucene.

Maybe someone knows a projects that facilitates it, but at the end of the day you need to define the logic of how each event is going to be projected.

If you are searching of something like this (https://www.confluent.io/hub/bkatwal/bkatwal-kafka-connect-solr-sink) I don’t think there is anything like for Eventstore.

Bests!