Class AbstractAlfrescoFtsQueryLanguage

    • Constructor Detail

      • AbstractAlfrescoFtsQueryLanguage

        public AbstractAlfrescoFtsQueryLanguage()
    • Method Detail

      • setNamespaceService

        public void setNamespaceService​(NamespaceService namespaceService)
        Parameters:
        namespaceService - the namespaceService to set
      • setDictionaryService

        public void setDictionaryService​(DictionaryService dictionaryService)
        Parameters:
        dictionaryService - the dictionaryService to set
      • setQueryEngine

        public void setQueryEngine​(QueryEngine queryEngine)
        Parameters:
        queryEngine - QueryEngine
      • executeQuery

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