1. 17 May, 2002 38 commits
  2. 16 May, 2002 2 commits
    • Jeremy Hylton's avatar
      Add an incorrect test of reindexing. · 92a2995e
      Jeremy Hylton authored
      If we update a document and reindex it, ZCTextIndex is currently
      broken.  The test passes py virtue of calling unindex_object() after
      each update, then calling index_object() again.  We need to fix our
      code, and then remove the calls to unindex_object() from the test.
      
      XXX This code causes OkapiIndex to fail because it doesn't expect to
      have no wordinfo for a wid.  I tried to fix this in CosineIndex, but I
      want to Tim think more about it and try to fix OkapiIndex.
      92a2995e
    • Jeremy Hylton's avatar
      Produce HTML output instead of text output · d9c0428f
      Jeremy Hylton authored
      d9c0428f