Exemplo n.º 1
0
 def _reindex_doc(self, docid, text):
     self._change_doc_len(-self._docweight[docid])
     return BaseIndex._reindex_doc(self, docid, text)
Exemplo n.º 2
0
 def _reindex_doc(self, docid, text):
     self._change_doc_len(-self._docweight[docid])
     return BaseIndex._reindex_doc(self, docid, text)
Exemplo n.º 3
0
 def _reindex_doc(self, docid, text):
     self._totaldoclen -= self._docweight[docid]
     return BaseIndex._reindex_doc(self, docid, text)