I have been asked to improve the order of search
results, so that stop words and certain characters at
the beginning of a title are ignored. "Final Report",
"The Final Report" and "[Final] Report" all need to
appear under the letter 'F'.

We are running Zope 2.7.8-final with python 2.3.5,
under FreeBSD6. Until I was hit with this request, the
default ZCatalog and  ZCTextIndexes have given good
results.

ZCTextIndex has a list of stop words that you could probably modify. This should get you pointed in the right direction:

http://www.zope.org/Members/dedalu/ZCTextIndex_python


hth

Jonathan
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to