Class NoIndexCategoryServiceImpl
- java.lang.Object
-
- org.alfresco.repo.search.impl.lucene.LuceneCategoryServiceImpl
-
- org.alfresco.repo.search.impl.noindex.NoIndexCategoryServiceImpl
-
- All Implemented Interfaces:
CategoryService
public class NoIndexCategoryServiceImpl extends LuceneCategoryServiceImpl
- Author:
- Andy
-
-
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, queryFetchSize, tenantService
-
-
Constructor Summary
Constructors Constructor Description NoIndexCategoryServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<org.alfresco.util.Pair<org.alfresco.service.cmr.repository.NodeRef,java.lang.Integer>>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, getChildren, getClassificationAspects, getClassifications, getRootCategories, getRootCategories, getRootCategories, getRootCategories, getRootCategories, setDictionaryService, setIndexerAndSearcher, setNamespacePrefixResolver, setNodeService, setPublicNodeService, setQueryFetchSize, setTenantService
-
-
-
-
Method Detail
-
getTopCategories
public java.util.List<org.alfresco.util.Pair<org.alfresco.service.cmr.repository.NodeRef,java.lang.Integer>> getTopCategories(org.alfresco.service.cmr.repository.StoreRef storeRef, org.alfresco.service.namespace.QName aspectName, int count)Description copied from interface:CategoryServiceGet the most polular categories- Specified by:
getTopCategoriesin interfaceCategoryService- Overrides:
getTopCategoriesin classLuceneCategoryServiceImpl- Parameters:
storeRef- StoreRefaspectName- QNamecount- int- Returns:
- List
-
-