Package org.apache.lucene.facet.enhancements.association
Association category enhancements
ACategoryEnhancement
for adding associations data to the index (categories with
AssociationProperty's).-
Class Summary Class Description AssociationEnhancement ACategoryEnhancementfor adding associations data to the index (categories withAssociationPropertys).AssociationFloatProperty AnAssociationPropertywhich treats the association as float - the association bits are actually float bits, and thus merging two associations is done by float summation.AssociationIntProperty AnAssociationPropertywhich treats the association as int - merges two associations by summation.AssociationListTokenizer Tokenizer for associations of a categoryAssociationProperty ACategoryPropertyassociating a single integer value to aCategoryAttribute.AssociationsPayloadIterator Allows easy iteration over the associations payload, decoding and breaking it to (ordinal, value) pairs, stored in a hash.