Download ansj_lucene4_plug-5.0.2.jar file

Introduction

You can download ansj_lucene4_plug-5.0.2.jar in this page.

License

Open Source

Type List

ansj_lucene4_plug-5.0.2.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.ansj/ansj_lucene4_plug/pom.properties
META-INF/maven/org.ansj/ansj_lucene4_plug/pom.xml
org.ansj.lucene.util.AnsjTokenizer.class
org.ansj.lucene.util.PorterStemmer.class
org.ansj.lucene4.AnsjAnalysis.class
org.ansj.lucene4.AnsjIndexAnalysis.class

Pom

ansj_lucene4_plug-5.0.2.pom file content.

<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>org.ansj</groupId>
		<artifactId>ansj_plugin</artifactId>
		<version>0.0.1</version>
		<relativePath>../pom.xml</relativePath>
	</parent>

	<artifactId>ansj_lucene4_plug</artifactId>
	<version>5.0.2</version>
	<packaging>jar</packaging>
	<name>ansj_lucene4_plug</name>

	<dependencies>
		<dependency>
			<groupId>org.apache.lucene</groupId>
			<artifactId>lucene-core</artifactId>
			<version>4.10.2</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>org.apache.lucene</groupId>
			<artifactId>lucene-highlighter</artifactId>
			<version>4.10.2</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>org.apache.lucene</groupId>
			<artifactId>lucene-queryparser</artifactId>
			<version>4.10.2</version>
			<scope>provided</scope>
		</dependency>
	</dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.ansj</groupId>
   <artifactId>ansj_lucene4_plug</artifactId>
   <version>5.0.2</version>
</dependency>

Download

If you think the following ansj_lucene4_plug-5.0.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download ansj_lucene4_plug-5.0.2.jar file




PreviousNext

Related