| Package | Description |
|---|---|
| org.apache.lucene.facet.taxonomy |
Taxonomy of Categories
|
| Modifier and Type | Field and Description |
|---|---|
static CategoryPath |
CategoryPath.EMPTY
An empty
CategoryPath |
| Modifier and Type | Method and Description |
|---|---|
CategoryPath |
CategoryPath.subpath(int length)
Returns a sub-path of this path up to
length components. |
| Modifier and Type | Method and Description |
|---|---|
int |
CategoryPath.compareTo(CategoryPath other)
Compares this path with another
CategoryPath for lexicographic
order. |
Copyright © 2000-2016 The Apache Software Foundation. All Rights Reserved.