public function addTerm(Zend_Search_Lucene_Index_Term $term, $sign = null)
    {
        if ($sign !== true || $this->_signs !== null) { // Skip, if all terms are required
            if ($this->_signs === null) { // Check, If all previous terms are required
                $this->_signs = [];