1. 21 Mar, 2001 15 commits
  2. 20 Mar, 2001 17 commits
  3. 19 Mar, 2001 6 commits
  4. 17 Mar, 2001 2 commits
    • Jim Fulton's avatar
      An argument named 'type' shadowed the builtin. Waaaa. · bfc1c91f
      Jim Fulton authored
      New catalogs have 'lexicon' attributes that are lexicon names, but
      old catalogs store their lexicons directly. This makes it hard
      to manage text indexes correctly. Added some code to assure that
      when a text index is added, we always pass the actual lexicon.
      
      When converting BTrees, convert indexes in context. This is necessary
      to help UnTextIndexes get their (previously) acquired lexicons.
      
      UnTextIndexes now refer directly to their lexicons.
      bfc1c91f
    • Jim Fulton's avatar
      UnTextIndexes now refer directly to their lexicons. · a6b17d37
      Jim Fulton authored
      Added logic in conversion code to implement the rule above.
      
      Took out some broken code to unscrew some hysterical breakage.
      a6b17d37