Class DbCmisQueryLanguage

All Implemented Interfaces:
LuceneQueryLanguageSPI, org.springframework.beans.factory.InitializingBean

public class DbCmisQueryLanguage extends AbstractLuceneQueryLanguage
Author:
Andy
  • Constructor Details

    • DbCmisQueryLanguage

      public DbCmisQueryLanguage()
  • Method Details

    • 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(QueryEngine queryEngine)
      Set the query engine
      Parameters:
      queryEngine - QueryEngine
    • setCmisDictionaryService

      public void setCmisDictionaryService(CMISDictionaryService cmisDictionaryService)
      Parameters:
      cmisDictionaryService - the cmisDictionaryService to set
    • executeQuery

      public ResultSet executeQuery(SearchParameters searchParameters)
      Description copied from interface: LuceneQueryLanguageSPI
      Execute the query
      Parameters:
      searchParameters - SearchParameters
      Returns:
      - the query results