[Checkins] [zopefoundation/Products.ZCatalog] b970ee: Extend IQueryIndex interface to handle operator pa...

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


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

  Changed paths:
    M CHANGES.rst
    M src/Products/PluginIndexes/CompositeIndex/CompositeIndex.py
    M src/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.py
    M src/Products/PluginIndexes/PathIndex/PathIndex.py
    M src/Products/PluginIndexes/common/UnIndex.py
    M src/Products/PluginIndexes/interfaces.py
    M src/Products/ZCatalog/Catalog.py
    M src/Products/ZCatalog/query.py

  Log Message:
  -----------
  Extend IQueryIndex interface to handle operator parsing.


  Commit: fee4feb085631ae032c0cb1730c5767755b784ee
      https://github.com/zopefoundation/Products.ZCatalog/commit/fee4feb085631ae032c0cb1730c5767755b784ee
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2016-08-28 (Sun, 28 Aug 2016)

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

  Log Message:
  -----------
  Merge in the ZCTextIndex code.

Based on zopefoundation/Products.ZCTextIndex at 5f0c92859d591e412dd790ee227f38bb8e2f544e.


Compare: https://github.com/zopefoundation/Products.ZCatalog/compare/2bdc2905b93a...fee4feb08563


More information about the checkins mailing list