-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Import the JAR files for the Cloudant-customs version of Lucene
- Loading branch information
Showing
87 changed files
with
2,420 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+1.52 MB
...ucene/lucene-analyzers-common/4.6.1-cloudant1/lucene-analyzers-common-4.6.1-cloudant1.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
.../lucene-analyzers-common/4.6.1-cloudant1/lucene-analyzers-common-4.6.1-cloudant1.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
7e074c98d0076b319a9b6cbc807f03926774bb5b |
75 changes: 75 additions & 0 deletions
75
...ucene/lucene-analyzers-common/4.6.1-cloudant1/lucene-analyzers-common-4.6.1-cloudant1.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
<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/maven-v4_0_0.xsd"> | ||
<!-- | ||
Licensed to the Apache Software Foundation (ASF) under one | ||
or more contributor license agreements. See the NOTICE file | ||
distributed with this work for additional information | ||
regarding copyright ownership. The ASF licenses this file | ||
to you under the Apache License, Version 2.0 (the | ||
"License"); you may not use this file except in compliance | ||
with the License. You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, | ||
software distributed under the License is distributed on an | ||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
KIND, either express or implied. See the License for the | ||
specific language governing permissions and limitations | ||
under the License. | ||
--> | ||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>org.apache.lucene</groupId> | ||
<artifactId>lucene-parent</artifactId> | ||
<version>4.6.1-cloudant1</version> | ||
<relativePath>../../pom.xml</relativePath> | ||
</parent> | ||
<groupId>org.apache.lucene</groupId> | ||
<artifactId>lucene-analyzers-common</artifactId> | ||
<packaging>jar</packaging> | ||
<name>Lucene Common Analyzers</name> | ||
<description>Additional Analyzers</description> | ||
<properties> | ||
<module-directory>lucene/analysis/common</module-directory> | ||
<relative-top-level>../../../..</relative-top-level> | ||
<module-path>${relative-top-level}/${module-directory}</module-path> | ||
</properties> | ||
<scm> | ||
<connection>scm:svn:${vc-anonymous-base-url}/${module-directory}</connection> | ||
<developerConnection>scm:svn:${vc-dev-base-url}/${module-directory}</developerConnection> | ||
<url>${vc-browse-base-url}/${module-directory}</url> | ||
</scm> | ||
<dependencies> | ||
<dependency> | ||
<!-- lucene-test-framework dependency must be declared before lucene-core --> | ||
<groupId>${project.groupId}</groupId> | ||
<artifactId>lucene-test-framework</artifactId> | ||
<version>${project.version}</version> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>${project.groupId}</groupId> | ||
<artifactId>lucene-core</artifactId> | ||
<version>${project.version}</version> | ||
</dependency> | ||
</dependencies> | ||
<build> | ||
<sourceDirectory>${module-path}/src/java</sourceDirectory> | ||
<testSourceDirectory>${module-path}/src/test</testSourceDirectory> | ||
<resources> | ||
<resource> | ||
<directory>${module-path}/src/resources</directory> | ||
</resource> | ||
</resources> | ||
<testResources> | ||
<testResource> | ||
<directory>${project.build.testSourceDirectory}</directory> | ||
<excludes> | ||
<exclude>**/*.java</exclude> | ||
</excludes> | ||
</testResource> | ||
</testResources> | ||
</build> | ||
</project> |
1 change: 1 addition & 0 deletions
1
.../lucene-analyzers-common/4.6.1-cloudant1/lucene-analyzers-common-4.6.1-cloudant1.pom.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1588b935600c4741315c5cad9be6f7b4173ce5fe |
12 changes: 12 additions & 0 deletions
12
repo/org/apache/lucene/lucene-analyzers-common/maven-metadata.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata> | ||
<groupId>org.apache.lucene</groupId> | ||
<artifactId>lucene-analyzers-common</artifactId> | ||
<versioning> | ||
<release>4.6.1-cloudant1</release> | ||
<versions> | ||
<version>4.6.1-cloudant1</version> | ||
</versions> | ||
<lastUpdated>20250205142749</lastUpdated> | ||
</versioning> | ||
</metadata> |
1 change: 1 addition & 0 deletions
1
repo/org/apache/lucene/lucene-analyzers-common/maven-metadata.xml.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
4ed6dfba6d6178fa40fe7bcb6cd38b6e823e966a |
Binary file added
BIN
+4.38 MB
...e/lucene-analyzers-kuromoji/4.6.1-cloudant1/lucene-analyzers-kuromoji-4.6.1-cloudant1.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...ene-analyzers-kuromoji/4.6.1-cloudant1/lucene-analyzers-kuromoji-4.6.1-cloudant1.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
6740e412980f60c08593c73befb601f50edaf397 |
82 changes: 82 additions & 0 deletions
82
...e/lucene-analyzers-kuromoji/4.6.1-cloudant1/lucene-analyzers-kuromoji-4.6.1-cloudant1.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
<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/maven-v4_0_0.xsd"> | ||
<!-- | ||
Licensed to the Apache Software Foundation (ASF) under one | ||
or more contributor license agreements. See the NOTICE file | ||
distributed with this work for additional information | ||
regarding copyright ownership. The ASF licenses this file | ||
to you under the Apache License, Version 2.0 (the | ||
"License"); you may not use this file except in compliance | ||
with the License. You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, | ||
software distributed under the License is distributed on an | ||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
KIND, either express or implied. See the License for the | ||
specific language governing permissions and limitations | ||
under the License. | ||
--> | ||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>org.apache.lucene</groupId> | ||
<artifactId>lucene-parent</artifactId> | ||
<version>4.6.1-cloudant1</version> | ||
<relativePath>../../pom.xml</relativePath> | ||
</parent> | ||
<groupId>org.apache.lucene</groupId> | ||
<artifactId>lucene-analyzers-kuromoji</artifactId> | ||
<packaging>jar</packaging> | ||
<name>Lucene Kuromoji Japanese Morphological Analyzer</name> | ||
<description> | ||
Lucene Kuromoji Japanese Morphological Analyzer | ||
</description> | ||
<properties> | ||
<module-directory>lucene/analysis/kuromoji</module-directory> | ||
<relative-top-level>../../../..</relative-top-level> | ||
<module-path>${relative-top-level}/${module-directory}</module-path> | ||
</properties> | ||
<scm> | ||
<connection>scm:svn:${vc-anonymous-base-url}/${module-directory}</connection> | ||
<developerConnection>scm:svn:${vc-dev-base-url}/${module-directory}</developerConnection> | ||
<url>${vc-browse-base-url}/${module-directory}</url> | ||
</scm> | ||
<dependencies> | ||
<dependency> | ||
<!-- lucene-test-framework dependency must be declared before lucene-core --> | ||
<groupId>${project.groupId}</groupId> | ||
<artifactId>lucene-test-framework</artifactId> | ||
<version>${project.version}</version> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>${project.groupId}</groupId> | ||
<artifactId>lucene-core</artifactId> | ||
<version>${project.version}</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>${project.groupId}</groupId> | ||
<artifactId>lucene-analyzers-common</artifactId> | ||
<version>${project.version}</version> | ||
</dependency> | ||
</dependencies> | ||
<build> | ||
<sourceDirectory>${module-path}/src/java</sourceDirectory> | ||
<testSourceDirectory>${module-path}/src/test</testSourceDirectory> | ||
<resources> | ||
<resource> | ||
<directory>${module-path}/src/resources</directory> | ||
</resource> | ||
</resources> | ||
<testResources> | ||
<testResource> | ||
<directory>${project.build.testSourceDirectory}</directory> | ||
<excludes> | ||
<exclude>**/*.java</exclude> | ||
</excludes> | ||
</testResource> | ||
</testResources> | ||
</build> | ||
</project> |
1 change: 1 addition & 0 deletions
1
...ene-analyzers-kuromoji/4.6.1-cloudant1/lucene-analyzers-kuromoji-4.6.1-cloudant1.pom.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
94fec4c75a1ce95332836f0c2787b0326a82d8cc |
12 changes: 12 additions & 0 deletions
12
repo/org/apache/lucene/lucene-analyzers-kuromoji/maven-metadata.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata> | ||
<groupId>org.apache.lucene</groupId> | ||
<artifactId>lucene-analyzers-kuromoji</artifactId> | ||
<versioning> | ||
<release>4.6.1-cloudant1</release> | ||
<versions> | ||
<version>4.6.1-cloudant1</version> | ||
</versions> | ||
<lastUpdated>20250205142756</lastUpdated> | ||
</versioning> | ||
</metadata> |
1 change: 1 addition & 0 deletions
1
repo/org/apache/lucene/lucene-analyzers-kuromoji/maven-metadata.xml.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
4a526e63885c7ff6384b8f240066bc0c31cd0a0d |
Binary file added
BIN
+3.43 MB
...ene/lucene-analyzers-smartcn/4.6.1-cloudant1/lucene-analyzers-smartcn-4.6.1-cloudant1.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...ucene-analyzers-smartcn/4.6.1-cloudant1/lucene-analyzers-smartcn-4.6.1-cloudant1.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
50a0b4579b8fbd014608c40a54be8be30c0a290b |
80 changes: 80 additions & 0 deletions
80
...ene/lucene-analyzers-smartcn/4.6.1-cloudant1/lucene-analyzers-smartcn-4.6.1-cloudant1.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
<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/maven-v4_0_0.xsd"> | ||
<!-- | ||
Licensed to the Apache Software Foundation (ASF) under one | ||
or more contributor license agreements. See the NOTICE file | ||
distributed with this work for additional information | ||
regarding copyright ownership. The ASF licenses this file | ||
to you under the Apache License, Version 2.0 (the | ||
"License"); you may not use this file except in compliance | ||
with the License. You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, | ||
software distributed under the License is distributed on an | ||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
KIND, either express or implied. See the License for the | ||
specific language governing permissions and limitations | ||
under the License. | ||
--> | ||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>org.apache.lucene</groupId> | ||
<artifactId>lucene-parent</artifactId> | ||
<version>4.6.1-cloudant1</version> | ||
<relativePath>../../pom.xml</relativePath> | ||
</parent> | ||
<groupId>org.apache.lucene</groupId> | ||
<artifactId>lucene-analyzers-smartcn</artifactId> | ||
<packaging>jar</packaging> | ||
<name>Lucene Smart Chinese Analyzer</name> | ||
<description>Smart Chinese Analyzer</description> | ||
<properties> | ||
<module-directory>lucene/analysis/smartcn</module-directory> | ||
<relative-top-level>../../../..</relative-top-level> | ||
<module-path>${relative-top-level}/${module-directory}</module-path> | ||
</properties> | ||
<scm> | ||
<connection>scm:svn:${vc-anonymous-base-url}/${module-directory}</connection> | ||
<developerConnection>scm:svn:${vc-dev-base-url}/${module-directory}</developerConnection> | ||
<url>${vc-browse-base-url}/${module-directory}</url> | ||
</scm> | ||
<dependencies> | ||
<dependency> | ||
<!-- lucene-test-framework dependency must be declared before lucene-core --> | ||
<groupId>${project.groupId}</groupId> | ||
<artifactId>lucene-test-framework</artifactId> | ||
<version>${project.version}</version> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>${project.groupId}</groupId> | ||
<artifactId>lucene-core</artifactId> | ||
<version>${project.version}</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>${project.groupId}</groupId> | ||
<artifactId>lucene-analyzers-common</artifactId> | ||
<version>${project.version}</version> | ||
</dependency> | ||
</dependencies> | ||
<build> | ||
<sourceDirectory>${module-path}/src/java</sourceDirectory> | ||
<testSourceDirectory>${module-path}/src/test</testSourceDirectory> | ||
<resources> | ||
<resource> | ||
<directory>${module-path}/src/resources</directory> | ||
</resource> | ||
</resources> | ||
<testResources> | ||
<testResource> | ||
<directory>${project.build.testSourceDirectory}</directory> | ||
<excludes> | ||
<exclude>**/*.java</exclude> | ||
</excludes> | ||
</testResource> | ||
</testResources> | ||
</build> | ||
</project> |
1 change: 1 addition & 0 deletions
1
...ucene-analyzers-smartcn/4.6.1-cloudant1/lucene-analyzers-smartcn-4.6.1-cloudant1.pom.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
a52d3b2fea3cd7d53f18465eb07fe7f14f76fa39 |
12 changes: 12 additions & 0 deletions
12
repo/org/apache/lucene/lucene-analyzers-smartcn/maven-metadata.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata> | ||
<groupId>org.apache.lucene</groupId> | ||
<artifactId>lucene-analyzers-smartcn</artifactId> | ||
<versioning> | ||
<release>4.6.1-cloudant1</release> | ||
<versions> | ||
<version>4.6.1-cloudant1</version> | ||
</versions> | ||
<lastUpdated>20250205142754</lastUpdated> | ||
</versioning> | ||
</metadata> |
1 change: 1 addition & 0 deletions
1
repo/org/apache/lucene/lucene-analyzers-smartcn/maven-metadata.xml.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3e288cdbb31b7474af0c9f43471e25c238837662 |
Binary file added
BIN
+505 KB
...ene/lucene-analyzers-stempel/4.6.1-cloudant1/lucene-analyzers-stempel-4.6.1-cloudant1.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...ucene-analyzers-stempel/4.6.1-cloudant1/lucene-analyzers-stempel-4.6.1-cloudant1.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3b78101abe3f6a38017a0efc688dcea738956116 |
Oops, something went wrong.