Changeset 6215


Ignore:
Timestamp:
29 May 2011, 01:47:02 (13 years ago)
Author:
uli
Message:

Remove obsolete stuff.
Fix index field.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/index/uniquefield.py

    r6211 r6215  
    3737        """Index some doc.
    3838        """
    39         rev_index = self._rev_index
    4039        entries = self._fwd_index.get(value, ())
    4140        if len(entries) > 0 and docid not in entries:
     
    5655    unique values.
    5756    """
    58     index_class = RawUniqueFieldIndex
     57    index_class = UniqueFieldIndex
Note: See TracChangeset for help on using the changeset viewer.