[Zope-Checkins] CVS: Zope2  - UnTextIndex.py:1.11
   
    michel@korak.digicool.com
     
    michel@korak.digicool.com
       
    Thu, 16 Sep 1999 17:32:20 -0400
    
    
  
Update of /cvs-repository/Zope2/lib/python/SearchIndex
In directory korak.digicool.com:/home/michel/dev/Catalog/lib/python/SearchIndex
Modified Files:
	UnTextIndex.py 
Log Message:
Added first cut at relevance ranking.  In addition to having a
data_record_id_ attribute, brains now also have a data_record_score_
attribute.  Currently, the score is 1 for objects returned from field
indexes, and search term frequency for text indexes.