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 ACategoryEnhancement
for adding associations data to the index (categories withAssociationProperty
s).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.AssociationIntProperty AnAssociationProperty
which treats the association as int - merges two associations by summation.AssociationListTokenizer Tokenizer for associations of a categoryAssociationProperty ACategoryProperty
associating 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.