orientdb-lucene-cross-class
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.orientechnologies</groupId> <artifactId>orientdb-lucene-cross-class</artifactId> <version>3.0.44</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.orientechnologies</groupId> <artifactId>orientdb-enterprise-parent</artifactId> <version>3.0.44</version> <relativePath>../</relativePath> </parent> <artifactId>orientdb-lucene-cross-class</artifactId> <name>OrientDB Lucene full text cross class index (search engine)</name> <description>Lucene for OrientDB NoSQL document graph dbms</description> <build> <plugins> </plugins> </build> <dependencies> <dependency> <groupId>com.orientechnologies</groupId> <artifactId>orientdb-test-commons</artifactId> <version>${project.parent.version}</version> <scope>test</scope> <exclusions> <exclusion> <groupId>org.testng</groupId> <artifactId>testng</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.orientechnologies</groupId> <artifactId>orientdb-core</artifactId> <version>${project.parent.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>com.orientechnologies</groupId> <artifactId>orientdb-lucene</artifactId> <version>${project.parent.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>com.orientechnologies</groupId> <artifactId>orientdb-lucene</artifactId> <version>${project.parent.version}</version> </dependency> </dependencies> </project>