Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

  • allow it to run on one host of the system
  • all hosts will call the search service via web services
  • implementation:
    • include Solr jars
    ,
    • add Solr Servlet to web.xml, ensure it abides by Roller's search configuration properties
    • enable authentication

Introduce WeblogListener and supporting infrastructure in manager implementations that do CRUD on entries and comments. Here's a rough outline of the plug-in interface, which is still TBD.

...