> I would like to know how to use postCommit in SOLR properly.
> I would like to grab the indexed document and do further
> processing with it.  How do I capture the documents
> being committed to the SOLR through the arguments in the
> postCommit  config? I'm not using SolrJ and have no
> intention in using Java at the moment.
> If this is not possible, please let me know.

Not sure but, I think <listener event="postCommit" is used to run some 
executables after the commit operation. It does not let you to modify committed 
documents.

If you want further processing, 
http://wiki.apache.org/solr/UpdateRequestProcessor is used to modify solr 
documents being indexed.

Reply via email to