Uses of Class
org.apache.lucene.facet.FacetException

Packages that use FacetException
org.apache.lucene.facet.index Indexing of document categories 
org.apache.lucene.facet.index.params Indexing-time specifications for handling facets 
 

Uses of FacetException in org.apache.lucene.facet.index
 

Methods in org.apache.lucene.facet.index that throw FacetException
 CategoryAttribute CategoryContainer.addCategory(CategoryAttribute categoryAttribute)
          Add an entire CategoryAttribute.
 CategoryAttribute CategoryContainer.addCategory(CategoryPath categoryPath, CategoryProperty... properties)
          Add a category with multiple properties.
 void CategoryContainer.merge(CategoryContainer other)
          Add the categories from another CategoryContainer to this one.
 

Uses of FacetException in org.apache.lucene.facet.index.params
 

Subclasses of FacetException in org.apache.lucene.facet.index.params
 class FacetParamsMissingPropertyException
          Thrown when the facets params are missing a property.
 



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