Update of /cvs-repository/Products/ZCTextIndex
In directory cvs.zope.org:/tmp/cvs-serv12788
Modified Files:
Tag: TextIndexDS9-branch
OkapiIndex.py
Log Message:
_search_wids: Doesn't care about DictType.
=== Products/ZCTextIndex/OkapiIndex.py 1.1.2.2 => 1.1.2.3 ===
N = float(len(self._doclen))
L = []
- DictType = type({})
K1 = self.K1
B = self.B
K1_plus1 = K1 + 1.0