I have a requirement where I am indexing attachements. Attachements hang off
of a database entity(table). I also need to include some meta-data info from
the database table as part of the index. Trying to find best way to
implement using custom handler or something? where custom handler gets all
required db records (those include document path) by consuming a web service
(I can expose a method from my application as a web service) and then
itereate through a list (returned by web serivce) and index required meta
data along with indexing attachments (attachements path is part of meta data
of an entity). Has anyone tried something like this or have suggestions how
best to implement this requirement?
-- 
View this message in context: 
http://old.nabble.com/Solr-plugin-or-something-else-for-custom-work--tp26577014p26577014.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to