Uses of Interface
org.apache.lucene.facet.associations.CategoryAssociation

Packages that use CategoryAssociation
org.apache.lucene.facet.associations Allows associating arbitrary values with a category. 
 

Uses of CategoryAssociation in org.apache.lucene.facet.associations
 

Classes in org.apache.lucene.facet.associations that implement CategoryAssociation
 class CategoryFloatAssociation
          A CategoryAssociation that associates a float with a category.
 class CategoryIntAssociation
          A CategoryAssociation that associates an integer with a category.
 

Methods in org.apache.lucene.facet.associations that return CategoryAssociation
 CategoryAssociation CategoryAssociationsContainer.getAssociation(CategoryPath category)
          Returns the CategoryAssociation that was set for the category, or null if none was defined.
 

Methods in org.apache.lucene.facet.associations with parameters of type CategoryAssociation
 void CategoryAssociationsContainer.setAssociation(CategoryPath category, CategoryAssociation association)
          Adds the CategoryAssociation for the given category.
 



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