Java org.apache.lucene.facet.taxonomy FacetLabel fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.facet.taxonomy FacetLabel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.facet.taxonomy FacetLabel.

The text is from its open source code.

Constructor

FacetLabel(final String... components)
Construct from the given path components.
FacetLabel(final FacetLabel copyFrom, final int prefixLen)
FacetLabel(String dim, String[] path)
Construct from the dimension plus the given path components.