You can download lucene-facet-4.10.3.jar in this page.
Apache License
lucene-facet-4.10.3.jar file has the following types.
META-INF/LICENSE.txt META-INF/MANIFEST.MF META-INF/NOTICE.txt org.apache.lucene.facet.DrillDownQuery.class org.apache.lucene.facet.DrillSideways.class org.apache.lucene.facet.DrillSidewaysQuery.class org.apache.lucene.facet.DrillSidewaysScorer.class org.apache.lucene.facet.FacetField.class org.apache.lucene.facet.FacetResult.class org.apache.lucene.facet.Facets.class org.apache.lucene.facet.FacetsCollector.class org.apache.lucene.facet.FacetsConfig.class org.apache.lucene.facet.LabelAndValue.class org.apache.lucene.facet.MultiFacets.class org.apache.lucene.facet.RandomSamplingFacetsCollector.class org.apache.lucene.facet.TopOrdAndFloatQueue.class org.apache.lucene.facet.TopOrdAndIntQueue.class org.apache.lucene.facet.range.DoubleRange.class org.apache.lucene.facet.range.DoubleRangeFacetCounts.class org.apache.lucene.facet.range.LongRange.class org.apache.lucene.facet.range.LongRangeCounter.class org.apache.lucene.facet.range.LongRangeFacetCounts.class org.apache.lucene.facet.range.Range.class org.apache.lucene.facet.range.RangeFacetCounts.class org.apache.lucene.facet.sortedset.DefaultSortedSetDocValuesReaderState.class org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetCounts.class org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetField.class org.apache.lucene.facet.sortedset.SortedSetDocValuesReaderState.class org.apache.lucene.facet.taxonomy.AssociationFacetField.class org.apache.lucene.facet.taxonomy.CachedOrdinalsReader.class org.apache.lucene.facet.taxonomy.CategoryPath.class org.apache.lucene.facet.taxonomy.DocValuesOrdinalsReader.class org.apache.lucene.facet.taxonomy.FacetLabel.class org.apache.lucene.facet.taxonomy.FastTaxonomyFacetCounts.class org.apache.lucene.facet.taxonomy.FloatAssociationFacetField.class org.apache.lucene.facet.taxonomy.FloatTaxonomyFacets.class org.apache.lucene.facet.taxonomy.IntAssociationFacetField.class org.apache.lucene.facet.taxonomy.IntTaxonomyFacets.class org.apache.lucene.facet.taxonomy.LRUHashMap.class org.apache.lucene.facet.taxonomy.OrdinalMappingAtomicReader.class org.apache.lucene.facet.taxonomy.OrdinalsReader.class org.apache.lucene.facet.taxonomy.ParallelTaxonomyArrays.class org.apache.lucene.facet.taxonomy.PrintTaxonomyStats.class org.apache.lucene.facet.taxonomy.SearcherTaxonomyManager.class org.apache.lucene.facet.taxonomy.TaxonomyFacetCounts.class org.apache.lucene.facet.taxonomy.TaxonomyFacetSumFloatAssociations.class org.apache.lucene.facet.taxonomy.TaxonomyFacetSumIntAssociations.class org.apache.lucene.facet.taxonomy.TaxonomyFacetSumValueSource.class org.apache.lucene.facet.taxonomy.TaxonomyFacets.class org.apache.lucene.facet.taxonomy.TaxonomyMergeUtils.class org.apache.lucene.facet.taxonomy.TaxonomyReader.class org.apache.lucene.facet.taxonomy.TaxonomyWriter.class org.apache.lucene.facet.taxonomy.directory.Consts.class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyReader.class org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter.class org.apache.lucene.facet.taxonomy.directory.TaxonomyIndexArrays.class org.apache.lucene.facet.taxonomy.writercache.CategoryPathUtils.class org.apache.lucene.facet.taxonomy.writercache.CharBlockArray.class org.apache.lucene.facet.taxonomy.writercache.Cl2oTaxonomyWriterCache.class org.apache.lucene.facet.taxonomy.writercache.CollisionMap.class org.apache.lucene.facet.taxonomy.writercache.CompactLabelToOrdinal.class org.apache.lucene.facet.taxonomy.writercache.LabelToOrdinal.class org.apache.lucene.facet.taxonomy.writercache.LruTaxonomyWriterCache.class org.apache.lucene.facet.taxonomy.writercache.NameHashIntCacheLRU.class org.apache.lucene.facet.taxonomy.writercache.NameIntCacheLRU.class org.apache.lucene.facet.taxonomy.writercache.TaxonomyWriterCache.class
lucene-facet-4.10.3.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/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.10.3</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.lucene</groupId> <artifactId>lucene-facet</artifactId> <packaging>jar</packaging> <name>Lucene Facets</name> <description> Package for Faceted Indexing and Search </description> <properties> <module-directory>lucene/facet</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>org.apache.lucene</groupId> <artifactId>lucene-test-framework</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.lucene</groupId> <artifactId>lucene-core</artifactId> </dependency> <dependency> <groupId>org.apache.lucene</groupId> <artifactId>lucene-queries</artifactId> </dependency> <dependency> <groupId>org.apache.lucene</groupId> <artifactId>lucene-codecs</artifactId> <scope>test</scope> </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> <plugins> <plugin> <groupId>de.thetaphi</groupId> <artifactId>forbiddenapis</artifactId> <executions> <execution> <id>lucene-shared-check-forbidden-apis</id> <phase>none</phase> <!-- Block inherited execution --> </execution> <execution> <id>check-forbidden-apis</id> <configuration> <!-- disallow undocumented classes like sun.misc.Unsafe: --> <internalRuntimeForbidden>true</internalRuntimeForbidden> <bundledSignatures> <bundledSignature>jdk-unsafe</bundledSignature> <bundledSignature>jdk-deprecated</bundledSignature> </bundledSignatures> <signaturesFiles> <signaturesFile>${top-level}/lucene/tools/forbiddenApis/base.txt</signaturesFile> </signaturesFiles> </configuration> <goals> <goal>check</goal> </goals> </execution> <execution> <id>check-system-out</id> <!-- separate execution to specify excludes --> <configuration> <bundledSignatures> <bundledSignature>jdk-system-out</bundledSignature> </bundledSignatures> <excludes> <!-- exclude command line tools --> <exclude>org/apache/lucene/facet/taxonomy/PrintTaxonomyStats.class</exclude> </excludes> </configuration> <goals> <goal>check</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.apache.lucene</groupId> <artifactId>lucene-facet</artifactId> <version>4.10.3</version> </dependency>
If you think the following lucene-facet-4.10.3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download lucene-facet-4.10.3.jar file