Package | Description |
---|---|
org.apache.lucene.facet.enhancements.association |
Association category enhancements
|
Modifier and Type | Class | Description |
---|---|---|
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. |
Modifier and Type | Method | Description |
---|---|---|
static AssociationProperty |
AssociationEnhancement.getAssociationProperty(CategoryAttribute categoryAttribute) |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.