[Zope3-checkins] CVS: Zope3/src/zope/textindex - __init__.py:NONE baseindex.py:NONE cosineindex.py:NONE htmlsplitter.py:NONE lexicon.py:NONE nbest.py:NONE okapiindex.py:NONE parsetree.py:NONE pipelinefactory.py:NONE queryparser.py:NONE ricecode.py:NONE setops.py:NONE stopdict.py:NONE textindexwrapper.py:NONE widcode.py:NONE
Anthony Baxter
anthony@interlink.com.au
Sun, 13 Jul 2003 23:54:06 -0400
Update of /cvs-repository/Zope3/src/zope/textindex
In directory cvs.zope.org:/tmp/cvs-serv12584/src/zope/textindex
Removed Files:
__init__.py baseindex.py cosineindex.py htmlsplitter.py
lexicon.py nbest.py okapiindex.py parsetree.py
pipelinefactory.py queryparser.py ricecode.py setops.py
stopdict.py textindexwrapper.py widcode.py
Log Message:
index-geddon, part the second.
Moved zope.textindex and zope.fieldindex into zope.index.text and
zope.index.field, respectively. Shouldn't need any module aliases
for the old ones, as people shouldn't be instantiating the classes
in zope.textindex or zope.fieldindex directly - instead, they should
be going via zope.app.index.field.index and zope.app.index.text.index.
=== Removed File Zope3/src/zope/textindex/__init__.py ===
=== Removed File Zope3/src/zope/textindex/baseindex.py ===
=== Removed File Zope3/src/zope/textindex/cosineindex.py ===
=== Removed File Zope3/src/zope/textindex/htmlsplitter.py ===
=== Removed File Zope3/src/zope/textindex/lexicon.py ===
=== Removed File Zope3/src/zope/textindex/nbest.py ===
=== Removed File Zope3/src/zope/textindex/okapiindex.py ===
=== Removed File Zope3/src/zope/textindex/parsetree.py ===
=== Removed File Zope3/src/zope/textindex/pipelinefactory.py ===
=== Removed File Zope3/src/zope/textindex/queryparser.py ===
=== Removed File Zope3/src/zope/textindex/ricecode.py ===
=== Removed File Zope3/src/zope/textindex/setops.py ===
=== Removed File Zope3/src/zope/textindex/stopdict.py ===
=== Removed File Zope3/src/zope/textindex/textindexwrapper.py ===
=== Removed File Zope3/src/zope/textindex/widcode.py ===