コード例 #1
0
 def _reindex_doc(self, docid, text):
     self._change_doc_len(-self._docweight[docid])
     return BaseIndex._reindex_doc(self, docid, text)
コード例 #2
0
ファイル: OkapiIndex.py プロジェクト: bendavis78/zope
 def _reindex_doc(self, docid, text):
     self._change_doc_len(-self._docweight[docid])
     return BaseIndex._reindex_doc(self, docid, text)
コード例 #3
0
 def _reindex_doc(self, docid, text):
     self._totaldoclen -= self._docweight[docid]
     return BaseIndex._reindex_doc(self, docid, text)