组织ID: |
org.apache.lucene |
项目ID: |
lucene-test-framework |
版本: |
3.2.0 |
最后修改时间: |
2019-10-23 01:43:15 |
包类型: |
jar |
标题: |
Lucene Test Framework |
描述: |
Apache Lucene Java Test Framework |
大小: |
106.93KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-test-framework</artifactId>
<version>3.2.0</version>
</dependency>
|
Gradle引入代码: |
org.apache.lucene:lucene-test-framework:3.2.0
|
下载Jar包: |
|
POM文件内容: |
<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>3.2.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-test-framework</artifactId>
<packaging>jar</packaging>
<name>Lucene Test Framework</name>
<description>Apache Lucene Java Test Framework</description>
<properties>
<module-directory>lucene/src/test-framework</module-directory>
<build-directory>../../build</build-directory>
</properties>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>lucene-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-junit</artifactId>
</dependency>
</dependencies>
<build>
<directory>${build-directory}</directory>
<outputDirectory>${build-directory}/classes/test-framework</outputDirectory>
<sourceDirectory>.</sourceDirectory>
<resources>
<resource>
<directory>${project.build.sourceDirectory}</directory>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.apache.lucene.analysis.BaseTokenStreamTestCase$CheckClearAttributesAttribute.class
org.apache.lucene.analysis.BaseTokenStreamTestCase$CheckClearAttributesAttributeImpl.class
org.apache.lucene.analysis.BaseTokenStreamTestCase.class
org.apache.lucene.analysis.MockAnalyzer$1.class
org.apache.lucene.analysis.MockAnalyzer$SavedStreams.class
org.apache.lucene.analysis.MockAnalyzer.class
org.apache.lucene.analysis.MockFixedLengthPayloadFilter.class
org.apache.lucene.analysis.MockTokenizer$State.class
org.apache.lucene.analysis.MockTokenizer.class
org.apache.lucene.analysis.MockVariableLengthPayloadFilter.class
org.apache.lucene.index.DocHelper.class
org.apache.lucene.index.MockIndexInput.class
org.apache.lucene.index.MockRandomMergePolicy.class
org.apache.lucene.index.RandomIndexWriter$MockIndexWriter.class
org.apache.lucene.index.RandomIndexWriter.class
org.apache.lucene.index.SlowMultiReaderWrapper.class
org.apache.lucene.search.CheckHits$ExplanationAsserter.class
org.apache.lucene.search.CheckHits$ExplanationAssertingSearcher.class
org.apache.lucene.search.CheckHits$SetCollector.class
org.apache.lucene.search.CheckHits.class
org.apache.lucene.search.QueryUtils$1.class
org.apache.lucene.search.QueryUtils$2.class
org.apache.lucene.search.QueryUtils$3.class
org.apache.lucene.search.QueryUtils.class
org.apache.lucene.store.MockDirectoryWrapper$Failure.class
org.apache.lucene.store.MockDirectoryWrapper$Throttling.class
org.apache.lucene.store.MockDirectoryWrapper.class
org.apache.lucene.store.MockIndexInputWrapper.class
org.apache.lucene.store.MockIndexOutputWrapper.class
org.apache.lucene.store._TestHelper.class
org.apache.lucene.util.LineFileDocs$DocState.class
org.apache.lucene.util.LineFileDocs.class
org.apache.lucene.util.LuceneJUnitDividingSelector.class
org.apache.lucene.util.LuceneJUnitResultFormatter.class
org.apache.lucene.util.LuceneTestCase$1.class
org.apache.lucene.util.LuceneTestCase$2.class
org.apache.lucene.util.LuceneTestCase$3.class
org.apache.lucene.util.LuceneTestCase$4.class
org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner$1.class
org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner$2.class
org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.class
org.apache.lucene.util.LuceneTestCase$Nightly.class
org.apache.lucene.util.LuceneTestCase$State.class
org.apache.lucene.util.LuceneTestCase$TestIgnoredException.class
org.apache.lucene.util.LuceneTestCase$TwoLongs.class
org.apache.lucene.util.LuceneTestCase$UncaughtExceptionEntry.class
org.apache.lucene.util.LuceneTestCase.class
org.apache.lucene.util.ThrottledIndexOutput.class
org.apache.lucene.util._TestUtil$1.class
org.apache.lucene.util._TestUtil.class
overview.html
META-INF/LICENSE.txt
META-INF/NOTICE.txt
|
依赖Jar: |
lucene-core-${project.version}.jar
/${project.groupId}/lucene-core/${project.version}
查看lucene-core所有版本文件
|