public class SolrQueryHTTPClient extends Object implements org.springframework.beans.factory.BeanFactoryAware
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_SAVEPOST_BUFFER |
| Constructor and Description |
|---|
SolrQueryHTTPClient() |
| Modifier and Type | Method and Description |
|---|---|
org.alfresco.service.cmr.search.ResultSet |
executeQuery(org.alfresco.service.cmr.search.SearchParameters searchParameters,
String language) |
void |
init() |
void |
setAlternativeDictionary(String alternativeDictionary) |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
void |
setIncludeGroupsForRoleAdmin(boolean includeGroupsForRoleAdmin) |
void |
setLanguageMappings(Map<String,String> languageMappings) |
void |
setMaximumResultsFromUnlimitedQuery(int maximumResultsFromUnlimitedQuery) |
void |
setNodeDAO(NodeDAO nodeDAO) |
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService) |
void |
setPermissionService(org.alfresco.service.cmr.security.PermissionService permissionService) |
void |
setRepositoryState(RepositoryState repositoryState) |
void |
setStoreMappings(List storeMappings) |
void |
setTenantService(org.alfresco.repo.tenant.TenantService tenantService) |
public static final int DEFAULT_SAVEPOST_BUFFER
public void init()
public void setAlternativeDictionary(String alternativeDictionary)
public void setRepositoryState(RepositoryState repositoryState)
repositoryState - the repositoryState to setpublic void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
public void setNodeDAO(NodeDAO nodeDAO)
nodeDao - the nodeDao to setpublic void setPermissionService(org.alfresco.service.cmr.security.PermissionService permissionService)
public void setTenantService(org.alfresco.repo.tenant.TenantService tenantService)
public void setStoreMappings(List storeMappings)
public void setIncludeGroupsForRoleAdmin(boolean includeGroupsForRoleAdmin)
includeGroupsForRoleAdmin - the includeGroupsForRoleAdmin to setpublic void setMaximumResultsFromUnlimitedQuery(int maximumResultsFromUnlimitedQuery)
maximumResultsFromUnlimitedQuery - the maximum number of results to request from an otherwise unlimited querypublic org.alfresco.service.cmr.search.ResultSet executeQuery(org.alfresco.service.cmr.search.SearchParameters searchParameters,
String language)
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansExceptionCopyright © 2005–2014 Alfresco Software. All rights reserved.