Search code examples
hibernate-searchinfinispanhibernate-search-6

Hibernate Search 6 with Infinispan Directory Provider


Can't find any information about the Infinispan directory provider in the Hibernate Search 6.0 documentation.

See: https://docs.jboss.org/hibernate/search/6.0/reference/en-US/html_single

Does this mean, the Infinispan directory provider is not supported anymore since version 6.0?


Solution

  • Does this mean, the Infinispan directory provider is not supported anymore since version 6.0?

    It does.

    The Infinispan directory provider was deprecated in Infinispan 10.1 and removed in Infinispan 11.

    There are plans to provide an actual Infinispan backend in Hibernate Search 6, one that would use the Infinispan APIs to index documents and run search queries instead of just storing indexes on Infinispan. But work on this backend hasn't started yet.

    In the meantime, if you want a distributed search index, you can always use the Elasticsearch backend.