Este contenido no está disponible en el idioma seleccionado.
Chapter 11. Set Up and Configure the Infinispan Query API
11.1. Set Up Infinispan Query Copiar enlaceEnlace copiado en el portapapeles!
Copiar enlaceEnlace copiado en el portapapeles!
11.1.1. Infinispan Query Dependencies in Library Mode Copiar enlaceEnlace copiado en el portapapeles!
Copiar enlaceEnlace copiado en el portapapeles!
To use the JBoss Data Grid Infinispan Query via Maven, add the following dependencies:
<dependency> <groupId>org.infinispan</groupId> <artifactId>infinispan-embedded-query</artifactId> <version>${infinispan.version}</version> </dependency>
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-embedded-query</artifactId>
<version>${infinispan.version}</version>
</dependency>
Non-Maven users must install all of the
infinispan-embedded-query.jar
and infinispan-embedded.jar
files from the JBoss Data Grid distribution.
Warning
The Infinispan query API directly exposes the Hibernate Search and the Lucene APIs and cannot be embedded within the
infinispan-embedded-query.jar
file. Do not include other versions of Hibernate Search and Lucene in the same deployment as infinispan-embedded-query
. This action will cause classpath conflicts and result in unexpected behavior.