Skip to content

A POC for monitorying Java Content Repository (JCR) and updating Solr with changes using Apache Camel

Notifications You must be signed in to change notification settings

bibryam/jcr-solr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JCR-SOLR Camel Example

A simple Apache Camel application which demonstrate how to listen for content updates in Java Content Repository.
When a new node is added to repository, the will index its properties in Solr, and if the node gets deleted, the coresponding document will be deleted from Solr.

mvn camel:run

For more information see http://www.ofbizian.com/2012/05/how-to-keep-your-content-repository-and.html
    

About

A POC for monitorying Java Content Repository (JCR) and updating Solr with changes using Apache Camel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages