org.alfresco.repo.search.impl.solr
Class SolrCategoryServiceImpl

java.lang.Object
  extended by org.alfresco.repo.search.impl.lucene.LuceneCategoryServiceImpl
      extended by org.alfresco.repo.search.impl.solr.SolrCategoryServiceImpl
All Implemented Interfaces:
CategoryService

public class SolrCategoryServiceImpl
extends LuceneCategoryServiceImpl


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.alfresco.service.cmr.search.CategoryService
CategoryService.Depth, CategoryService.Mode
 
Field Summary
 
Fields inherited from class org.alfresco.repo.search.impl.lucene.LuceneCategoryServiceImpl
dictionaryService, indexerAndSearcher, namespacePrefixResolver, nodeService, publicNodeService, tenantService
 
Constructor Summary
SolrCategoryServiceImpl()
           
 
Method Summary
 java.util.List getTopCategories(org.alfresco.service.cmr.repository.StoreRef storeRef, org.alfresco.service.namespace.QName aspectName, int count)
          Get the most polular categories
 
Methods inherited from class org.alfresco.repo.search.impl.lucene.LuceneCategoryServiceImpl
createCategory, createClassification, createRootCategory, deleteCategory, deleteClassification, getCategories, getCategory, getChildren, getClassificationAspects, getClassifications, getRootCategories, getRootCategories, setDictionaryService, setIndexerAndSearcher, setNamespacePrefixResolver, setNodeService, setPublicNodeService, setTenantService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SolrCategoryServiceImpl

public SolrCategoryServiceImpl()
Method Detail

getTopCategories

public java.util.List getTopCategories(org.alfresco.service.cmr.repository.StoreRef storeRef,
                                       org.alfresco.service.namespace.QName aspectName,
                                       int count)
Description copied from interface: CategoryService
Get the most polular categories

Specified by:
getTopCategories in interface CategoryService
Overrides:
getTopCategories in class LuceneCategoryServiceImpl
Returns:


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.