Hi Solr Developers,

I would like to implement an external document storage system using
Solr.

Currently I am building lucene indexes with Solr and creating a binary
field, which is used to store a document.  I would like to extend this
implementation by storing the document in an external container system
(independent of Solr) using a simple file system mechanism or a more
robust solution like Jackrabbit.

Presently I am using Solr plug-ins to create additional field types,
which implement the binary storage system, but would like to know what
would be the best method to extend Solr to redirect insertions (add
requests) to an external storage system?

Regards,

Ben

Reply via email to