Question
Can Verity/Solr index files AND columns from db into one resultset?
Hi,
I have a form where users upload a document and also add some meta data that goes with the document. I currently store the meta data in the db and the actual document on the file system.
How can I use Verity/Solr to index files and columns from a database table so it will return one recordset?
-ws
