[Checkins] [zopefoundation/Products.ZCTextIndex] 502e0f: Move code into ZCatalog, as we don't have C depend...

GitHub noreply at github.com
Sun Aug 28 11:26:25 CEST 2016


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/Products.ZCTextIndex
  Commit: 502e0f273b119dd18e294d4495eb611dbd6e2b50
      https://github.com/zopefoundation/Products.ZCTextIndex/commit/502e0f273b119dd18e294d4495eb611dbd6e2b50
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2016-08-28 (Sun, 28 Aug 2016)

  Changed paths:
    M CHANGES.rst
    M setup.py
    R src/Products/ZCTextIndex/BaseIndex.py
    R src/Products/ZCTextIndex/CosineIndex.py
    R src/Products/ZCTextIndex/HTMLSplitter.py
    R src/Products/ZCTextIndex/Lexicon.py
    R src/Products/ZCTextIndex/NBest.py
    R src/Products/ZCTextIndex/OkapiIndex.py
    R src/Products/ZCTextIndex/ParseTree.py
    R src/Products/ZCTextIndex/PipelineFactory.py
    R src/Products/ZCTextIndex/QueryParser.py
    R src/Products/ZCTextIndex/RiceCode.py
    R src/Products/ZCTextIndex/SetOps.py
    R src/Products/ZCTextIndex/StopDict.py
    R src/Products/ZCTextIndex/WidCode.py
    R src/Products/ZCTextIndex/ZCTextIndex.py
    R src/Products/ZCTextIndex/__init__.py
    R src/Products/ZCTextIndex/dtml/addLexicon.dtml
    R src/Products/ZCTextIndex/dtml/addZCTextIndex.dtml
    R src/Products/ZCTextIndex/dtml/manageLexicon.dtml
    R src/Products/ZCTextIndex/dtml/manageZCTextIndex.dtml
    R src/Products/ZCTextIndex/dtml/queryLexicon.dtml
    R src/Products/ZCTextIndex/interfaces.py
    R src/Products/ZCTextIndex/okascore.py
    R src/Products/ZCTextIndex/stopper.py
    R src/Products/ZCTextIndex/tests/__init__.py
    R src/Products/ZCTextIndex/tests/testHTMLSplitter.py
    R src/Products/ZCTextIndex/tests/testIndex.py
    R src/Products/ZCTextIndex/tests/testLexicon.py
    R src/Products/ZCTextIndex/tests/testNBest.py
    R src/Products/ZCTextIndex/tests/testParseTree.py
    R src/Products/ZCTextIndex/tests/testPipelineFactory.py
    R src/Products/ZCTextIndex/tests/testQueryEngine.py
    R src/Products/ZCTextIndex/tests/testQueryParser.py
    R src/Products/ZCTextIndex/tests/testSetOps.py
    R src/Products/ZCTextIndex/tests/testStopper.py
    R src/Products/ZCTextIndex/tests/testZCTextIndex.py
    R src/Products/ZCTextIndex/www/index.gif
    R src/Products/ZCTextIndex/www/lexicon.gif

  Log Message:
  -----------
  Move code into ZCatalog, as we don't have C dependencies anymore.

Copied to zopefoundation/Products.ZCatalog at fee4feb085631ae032c0cb1730c5767755b784ee.




More information about the checkins mailing list