15.4.2. Infinispan Query Dependencies for JBoss Data Grid


To run Infinispan Query in JBoss Data Grid, you must have installed:
  • JBoss Data Grid
  • A JVM
  • Maven
To use the JBoss Data Grid directory for Infinispan Query via Maven, the following dependency must be added:
<dependency>
   <groupId>org.infinispan</groupId>
   <artifactId>infinispan-query</artifactId>
   <version>${infinispan.version}</version>
</dependency>


Copy to Clipboard Toggle word wrap
To store indexes in JBoss Data Grid, apply the following dependency:
<dependency>
   <groupId>org.hibernate</groupId>
   <artifactId>hibernate-search-infinispan</artifactId>
   <version>4.2.0.Final-redhat-1</version>
</dependency>


Copy to Clipboard Toggle word wrap
Optionally, analysis support can be included by applying the following dependency:
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search-analyzers</artifactId>
<version>4.2.0.Final-redhat-1</version>


Copy to Clipboard Toggle word wrap
Non-Maven users must install all .jar files from the JBoss Data Grid distribution.
For more detailed information about configuring Hibernate Search, refer to the JBoss Web Framework Kit Hibernate Search guide.

Important

The Query Module is currently only available as a Technical Preview for JBoss Data Grid 6.1.
Back to top
Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Theme

© 2025 Red Hat