Uses of Class
org.apache.lucene.facet.taxonomy.CategoryPath

Packages that use CategoryPath
org.apache.lucene.facet.taxonomy Taxonomy of Categories 
 

Uses of CategoryPath in org.apache.lucene.facet.taxonomy
 

Fields in org.apache.lucene.facet.taxonomy declared as CategoryPath
static CategoryPath CategoryPath.EMPTY
          An empty CategoryPath
 

Methods in org.apache.lucene.facet.taxonomy that return CategoryPath
 CategoryPath CategoryPath.subpath(int length)
          Returns a sub-path of this path up to length components.
 

Methods in org.apache.lucene.facet.taxonomy with parameters of type CategoryPath
 int CategoryPath.compareTo(CategoryPath other)
          Compares this path with another CategoryPath for lexicographic order.
 



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.