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 classAssociationFloatPropertyAnAssociationPropertywhich treats the association as float - the association bits are actually float bits, and thus merging two associations is done by float summation.classAssociationIntPropertyAnAssociationPropertywhich 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 AssociationPropertyAssociationEnhancement. getAssociationProperty(CategoryAttribute categoryAttribute)
-