Class SolrOpenCMISQueryServiceImpl
- java.lang.Object
-
- org.alfresco.repo.search.impl.solr.SolrOpenCMISQueryServiceImpl
-
- All Implemented Interfaces:
CMISQueryService
public class SolrOpenCMISQueryServiceImpl extends java.lang.Object implements CMISQueryService
- Author:
- Andy
-
-
Constructor Summary
Constructors Constructor Description SolrOpenCMISQueryServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetAllVersionsSearchable()org.apache.chemistry.opencmis.commons.enums.CapabilityJoingetJoinSupport()booleangetPwcSearchable()org.apache.chemistry.opencmis.commons.enums.CapabilityQuerygetQuerySupport()CMISResultSetquery(java.lang.String query, org.alfresco.service.cmr.repository.StoreRef storeRef)CMISResultSetquery(org.alfresco.opencmis.search.CMISQueryOptions options)voidsetAlfrescoDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService alfrescoDictionaryService)voidsetCmisDictionaryService(org.alfresco.opencmis.dictionary.CMISDictionaryService cmisDictionaryService)voidsetNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)voidsetSolrQueryLanguage(LuceneQueryLanguageSPI solrQueryLanguage)
-
-
-
Method Detail
-
setSolrQueryLanguage
public void setSolrQueryLanguage(LuceneQueryLanguageSPI solrQueryLanguage)
-
setNodeService
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
-
setAlfrescoDictionaryService
public void setAlfrescoDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService alfrescoDictionaryService)
-
setCmisDictionaryService
public void setCmisDictionaryService(org.alfresco.opencmis.dictionary.CMISDictionaryService cmisDictionaryService)
-
query
public CMISResultSet query(org.alfresco.opencmis.search.CMISQueryOptions options)
- Specified by:
queryin interfaceCMISQueryService
-
query
public CMISResultSet query(java.lang.String query, org.alfresco.service.cmr.repository.StoreRef storeRef)
- Specified by:
queryin interfaceCMISQueryService
-
getPwcSearchable
public boolean getPwcSearchable()
- Specified by:
getPwcSearchablein interfaceCMISQueryService
-
getAllVersionsSearchable
public boolean getAllVersionsSearchable()
- Specified by:
getAllVersionsSearchablein interfaceCMISQueryService
-
getQuerySupport
public org.apache.chemistry.opencmis.commons.enums.CapabilityQuery getQuerySupport()
- Specified by:
getQuerySupportin interfaceCMISQueryService
-
getJoinSupport
public org.apache.chemistry.opencmis.commons.enums.CapabilityJoin getJoinSupport()
- Specified by:
getJoinSupportin interfaceCMISQueryService
-
-