Uses of Class
org.apache.lucene.facet.enhancements.association.AssociationProperty
-
Packages that use AssociationProperty Package Description org.apache.lucene.facet.enhancements.association Association category enhancements -
-
Uses of AssociationProperty in org.apache.lucene.facet.enhancements.association
Subclasses of AssociationProperty in org.apache.lucene.facet.enhancements.association Modifier and Type Class Description class
AssociationFloatProperty
AnAssociationProperty
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
AnAssociationProperty
which treats the association as int - merges two associations by summation.Methods in org.apache.lucene.facet.enhancements.association that return AssociationProperty Modifier and Type Method Description static AssociationProperty
AssociationEnhancement. getAssociationProperty(CategoryAttribute categoryAttribute)
-