Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Introduce WeblogListener and supporting infrastructure. <code>

Code Block
borderStylesolid

/** implement this to get notification of changes to Roller weblogs */

...


public interface

...

 WeblogListerner {
   entryAdded()

...


   entryUpdated()

...


   entryRemoved()

...


   spamCommentDetected()

...


   commentAdded()

...


   commentUpdated()

...


   commentRemoved()

...


}

Create a new SolrSearchManager implementation that calls Solr Web Services to manage the index, perform searches, etc.

...