org.apache.lucene.facet.example.association
Class AssociationUtils

java.lang.Object
  extended by org.apache.lucene.facet.example.association.AssociationUtils

public class AssociationUtils
extends Object

WARNING: This API is experimental and might change in incompatible ways in the next release.

Field Summary
static AssociationProperty[][] associations
           
static DefaultEnhancementsIndexingParams assocIndexingParams
          Indexing Params: the indexing params to use when dealing with associations.
static CategoryPath[][] categories
          Categories: categories[D][N] == category-path with association no.
 
Constructor Summary
AssociationUtils()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

categories

public static CategoryPath[][] categories
Categories: categories[D][N] == category-path with association no. N for document no. D.


associations

public static AssociationProperty[][] associations

assocIndexingParams

public static final DefaultEnhancementsIndexingParams assocIndexingParams
Indexing Params: the indexing params to use when dealing with associations.

Constructor Detail

AssociationUtils

public AssociationUtils()


Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.