• Tim Peters's avatar
    A tiny start at introducing a base class for the cosine and Okapi · 597b6934
    Tim Peters authored
    indexers.
    
    CAUTION:  I'm sure I don't understand how persistency needs to be spelled.
    Is it enough to say just that the base class derives from Persistent, or
    does that need to be duplicated (or done instead exclusively) in the
    derived classes?
    
    Is there a point to keeping "import ZODB" in the derived-class files?  Is
    there a point to keeping it anywhere <wink>?
    597b6934
CosineIndex.py 10.1 KB