Class LuceneQueryEngine

    • Field Detail

      • logger

        protected static final org.apache.commons.logging.Log logger
    • Constructor Detail

      • LuceneQueryEngine

        public LuceneQueryEngine()
    • Method Detail

      • setDictionaryService

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

        public void setIndexAndSearcher​(LuceneIndexerAndSearcher indexAndSearcher)
        Parameters:
        indexAndSearcher - the indexAndSearcher to set
      • setNodeService

        public void setNodeService​(NodeService nodeService)
        Parameters:
        nodeService - the nodeService to set
      • setTenantService

        public void setTenantService​(TenantService tenantService)
        Parameters:
        tenantService - the tenantService to set
      • setNamespaceService

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

        public boolean isUseInMemorySort()
        Returns:
        the useInMemorySort
      • setUseInMemorySort

        public void setUseInMemorySort​(boolean useInMemorySort)
        Parameters:
        useInMemorySort - the useInMemorySort to set
      • getMaxRawResultSetSizeForInMemorySort

        public int getMaxRawResultSetSizeForInMemorySort()
        Returns:
        the maxRawResultSetSizeForInMemorySort
      • setMaxRawResultSetSizeForInMemorySort

        public void setMaxRawResultSetSizeForInMemorySort​(int maxRawResultSetSizeForInMemorySort)
        Parameters:
        maxRawResultSetSizeForInMemorySort - the maxRawResultSetSizeForInMemorySort to set