Class DbCmisQueryLanguage
- java.lang.Object
-
- org.alfresco.repo.search.impl.lucene.AbstractLuceneQueryLanguage
-
- org.alfresco.repo.search.impl.solr.DbCmisQueryLanguage
-
- All Implemented Interfaces:
LuceneQueryLanguageSPI,org.springframework.beans.factory.InitializingBean
public class DbCmisQueryLanguage extends AbstractLuceneQueryLanguage
- Author:
- Andy
-
-
Field Summary
-
Fields inherited from interface org.alfresco.repo.search.impl.lucene.LuceneQueryLanguageSPI
AFTS_QUERY
-
-
Constructor Summary
Constructors Constructor Description DbCmisQueryLanguage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.alfresco.service.cmr.search.ResultSetexecuteQuery(org.alfresco.service.cmr.search.SearchParameters searchParameters)Execute the queryvoidsetCmisDictionaryService(org.alfresco.opencmis.dictionary.CMISDictionaryService cmisDictionaryService)voidsetMetadataIndexCheck1(OptionalPatchApplicationCheckBootstrapBean metadataIndexCheck1)voidsetMetadataIndexCheck2(OptionalPatchApplicationCheckBootstrapBean metadataIndexCheck2)voidsetQueryEngine(org.alfresco.repo.search.impl.querymodel.QueryEngine queryEngine)Set the query engine-
Methods inherited from class org.alfresco.repo.search.impl.lucene.AbstractLuceneQueryLanguage
afterPropertiesSet, getFactories, getName, setFactories, setName
-
-
-
-
Method Detail
-
setMetadataIndexCheck1
public void setMetadataIndexCheck1(OptionalPatchApplicationCheckBootstrapBean metadataIndexCheck1)
- Parameters:
metadataIndexCheck1- the metadataIndexCheck1 to set
-
setMetadataIndexCheck2
public void setMetadataIndexCheck2(OptionalPatchApplicationCheckBootstrapBean metadataIndexCheck2)
- Parameters:
metadataIndexCheck2- the metadataIndexCheck2 to set
-
setQueryEngine
public void setQueryEngine(org.alfresco.repo.search.impl.querymodel.QueryEngine queryEngine)
Set the query engine- Parameters:
queryEngine- QueryEngine
-
setCmisDictionaryService
public void setCmisDictionaryService(org.alfresco.opencmis.dictionary.CMISDictionaryService cmisDictionaryService)
- Parameters:
cmisDictionaryService- the cmisDictionaryService to set
-
executeQuery
public org.alfresco.service.cmr.search.ResultSet executeQuery(org.alfresco.service.cmr.search.SearchParameters searchParameters)
Description copied from interface:LuceneQueryLanguageSPIExecute the query- Parameters:
searchParameters- SearchParameters- Returns:
- - the query results
-
-