Inside collective.solr's ISearch interface there is the comment "FIXME: this should be defined in a generic package". It turns out that I actually needed a generic package since I am building a SQL based indexer and search dispatcher using SQLAlchemy. So I created a generic package named collective.search that contains the interfaces and the dispatcher that is currently in collective.solr. I haven't committed this yet but like to know if some of the collective.solr developers have any objection against me committing collective.search into the collective repos.
-- Roché Compaan Upfront Systems http://www.upfrontsystems.co.za _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
