Uses of Class
org.apache.lucene.facet.enhancements.association.AssociationProperty

Packages that use AssociationProperty
org.apache.lucene.facet.enhancements.association Association category enhancements 
org.apache.lucene.facet.example.association   
 

Uses of AssociationProperty in org.apache.lucene.facet.enhancements.association
 

Subclasses of AssociationProperty in org.apache.lucene.facet.enhancements.association
 class AssociationFloatProperty
          An AssociationProperty which treats the association as float - the association bits are actually float bits, and thus merging two associations is done by float summation.
 class AssociationIntProperty
          An AssociationProperty which treats the association as int - merges two associations by summation.
 

Methods in org.apache.lucene.facet.enhancements.association that return AssociationProperty
static AssociationProperty AssociationEnhancement.getAssociationProperty(CategoryAttribute categoryAttribute)
           
 

Uses of AssociationProperty in org.apache.lucene.facet.example.association
 

Fields in org.apache.lucene.facet.example.association declared as AssociationProperty
static AssociationProperty[][] AssociationUtils.associations
           
 



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