Registry / other / lucene-facet

lucene-facet

JSON →
library10.4.0javamavenunverified

Apache Lucene module for faceted search and indexing.

<dependency> <groupId>org.apache.lucene</groupId> <artifactId>lucene-facet</artifactId> <version>10.4.0</version> </dependency>
INSTALL
IMPORT
SIG · LUCENE-FACET
L
lucene-facet
otherjavav10.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FacetsCollector
org.apache.lucene.facet.FacetsCollector

Create a FacetsCollector for faceted search.

import org.apache.lucene.facet.FacetsCollector; import org.apache.lucene.facet.FacetsConfig; import org.apache.lucene.facet.taxonomy.TaxonomyReader; public class Quickstart { public static void main(String[] args) throws Exception { FacetsConfig config = new FacetsConfig(); FacetsCollector fc = new FacetsCollector(); System.out.println("Facets collector created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
10.4.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
lucene-facet — mvn dependency:get lucene-facet · libregistry