|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lucene.facet.enhancements.association.AssociationEnhancement
public class AssociationEnhancement
A CategoryEnhancement for adding associations data to the index
(categories with AssociationPropertys).
| Constructor Summary | |
|---|---|
AssociationEnhancement()
|
|
| Method Summary | |
|---|---|
Object |
extractCategoryTokenData(byte[] buffer,
int offset,
int length)
Get the data of this enhancement from a category token payload. |
boolean |
generatesCategoryList()
Declarative method to indicate whether this enhancement generates separate category list. |
static AssociationProperty |
getAssociationProperty(CategoryAttribute categoryAttribute)
|
String |
getCategoryListTermText()
Returns the text of this enhancement's category list term. |
CategoryListTokenizer |
getCategoryListTokenizer(org.apache.lucene.analysis.TokenStream tokenizer,
EnhancementsIndexingParams indexingParams,
TaxonomyWriter taxonomyWriter)
Get the CategoryListTokenizer which generates the category list
for this enhancement. |
byte[] |
getCategoryTokenBytes(CategoryAttribute categoryAttribute)
Get the bytes to be added to the category token payload for this enhancement. |
Class<? extends CategoryProperty> |
getRetainableProperty()
Get a CategoryProperty class to be retained when creating
CategoryParentsStream. |
static boolean |
isAssociationProperty(Class<? extends CategoryProperty> clazz)
For a given class which extends a CategoryProperty, answers whether it is an instance of AssociationProperty (AP) or not. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AssociationEnhancement()
| Method Detail |
|---|
public static boolean isAssociationProperty(Class<? extends CategoryProperty> clazz)
instanceof. It has two HashSets - one for classes which are
an extension to AP and one for the classes which are not. Whenever a
property class is introduced:
public boolean generatesCategoryList()
CategoryEnhancement
generatesCategoryList in interface CategoryEnhancementtrue if generates category list, else false.public String getCategoryListTermText()
CategoryEnhancement
getCategoryListTermText in interface CategoryEnhancement
public CategoryListTokenizer getCategoryListTokenizer(org.apache.lucene.analysis.TokenStream tokenizer,
EnhancementsIndexingParams indexingParams,
TaxonomyWriter taxonomyWriter)
CategoryEnhancementCategoryListTokenizer which generates the category list
for this enhancement. If CategoryEnhancement.generatesCategoryList() returns
false this method will not be called.
getCategoryListTokenizer in interface CategoryEnhancementtokenizer - The input stream containing categories.indexingParams - The indexing params to use.taxonomyWriter - The taxonomy to add categories and get their ordinals.
CategoryListTokenizer generating the category list for
this enhancement, with tokenizer as it's input.public byte[] getCategoryTokenBytes(CategoryAttribute categoryAttribute)
CategoryEnhancementNOTE: The returned array is copied, it is recommended to allocate a new one each time.
The bytes generated by this method are the input of
CategoryEnhancement.extractCategoryTokenData(byte[], int, int).
getCategoryTokenBytes in interface CategoryEnhancementcategoryAttribute - The attribute of the category.
public static AssociationProperty getAssociationProperty(CategoryAttribute categoryAttribute)
public Object extractCategoryTokenData(byte[] buffer,
int offset,
int length)
CategoryEnhancement
The input bytes for this method are generated in
CategoryEnhancement.getCategoryTokenBytes(CategoryAttribute).
extractCategoryTokenData in interface CategoryEnhancementbuffer - The payload buffer.offset - The offset of this enhancement's data in the buffer.length - The length of this enhancement's data (bytes).
public Class<? extends CategoryProperty> getRetainableProperty()
CategoryEnhancementCategoryProperty class to be retained when creating
CategoryParentsStream.
getRetainableProperty in interface CategoryEnhancementCategoryProperty class to be retained when creating
CategoryParentsStream, or null if there is no
such property.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||