Uses of Class
org.apache.lucene.facet.index.params.CategoryListParams

Packages that use CategoryListParams
org.apache.lucene.facet.enhancements.params Enhanced category features 
org.apache.lucene.facet.index Indexing of document categories 
org.apache.lucene.facet.index.params Indexing-time specifications for handling facets 
org.apache.lucene.facet.search.cache   
org.apache.lucene.facet.util Various utilities for faceted search 
 

Uses of CategoryListParams in org.apache.lucene.facet.enhancements.params
 

Constructors in org.apache.lucene.facet.enhancements.params with parameters of type CategoryListParams
DefaultEnhancementsIndexingParams(CategoryListParams categoryListParams, CategoryEnhancement... enhancements)
          Construct with certain enhancements and CategoryListParams
 

Uses of CategoryListParams in org.apache.lucene.facet.index
 

Constructors in org.apache.lucene.facet.index with parameters of type CategoryListParams
FacetsPayloadProcessorProvider.FacetsPayloadProcessor(CategoryListParams params, int[] ordinalMap)
           
 

Uses of CategoryListParams in org.apache.lucene.facet.index.params
 

Methods in org.apache.lucene.facet.index.params that return CategoryListParams
 CategoryListParams FacetIndexingParams.getCategoryListParams(CategoryPath category)
          The name of the category-list to put this category in, or null if this category should not be aggregatable.
 CategoryListParams DefaultFacetIndexingParams.getCategoryListParams(CategoryPath category)
           
 CategoryListParams PerDimensionIndexingParams.getCategoryListParams(CategoryPath category)
          Get the CategoryListParams based on the dimension or "zero-th category" of the specified CategoryPath.
 

Methods in org.apache.lucene.facet.index.params that return types with arguments of type CategoryListParams
 Iterable<CategoryListParams> FacetIndexingParams.getAllCategoryListParams()
          Return info about all category lists in the index.
 Iterable<CategoryListParams> DefaultFacetIndexingParams.getAllCategoryListParams()
           
 Iterable<CategoryListParams> PerDimensionIndexingParams.getAllCategoryListParams()
          Get all the categoryListParams, including the default.
 

Methods in org.apache.lucene.facet.index.params with parameters of type CategoryListParams
 void PerDimensionIndexingParams.addCategoryListParams(CategoryPath category, CategoryListParams clParams)
          Add a CategoryListParams for a given CategoryPath's dimension or "zero-th" category.
 

Constructors in org.apache.lucene.facet.index.params with parameters of type CategoryListParams
DefaultFacetIndexingParams(CategoryListParams categoryListParams)
           
PerDimensionIndexingParams(CategoryListParams categoryListParams)
          Construct with the included categoryListParams as the default CategoryListParams for unspecified CategoryPaths.
 

Uses of CategoryListParams in org.apache.lucene.facet.search.cache
 

Methods in org.apache.lucene.facet.search.cache with parameters of type CategoryListParams
 CategoryListData CategoryListCache.get(CategoryListParams clp)
          Fetch the cached CategoryListData for a given CategoryListParams.
 void CategoryListCache.loadAndRegister(CategoryListParams clp, IndexReader reader, TaxonomyReader taxo, FacetIndexingParams iparams)
          Load and register CategoryListData.
 void CategoryListCache.register(CategoryListParams clp, CategoryListData clData)
          Register a pre-computed CategoryListData.
 

Uses of CategoryListParams in org.apache.lucene.facet.util
 

Methods in org.apache.lucene.facet.util with parameters of type CategoryListParams
static String PartitionsUtils.partitionName(CategoryListParams clParams, int partition)
          Partition name by its number
static String PartitionsUtils.partitionNameByOrdinal(FacetIndexingParams iParams, CategoryListParams clParams, int ordinal)
          Partition name by category ordinal
 



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