Adding additional documents to index
-
We have a secure section of our site that allows users to upload documents (pdfs, word, xls, csv) using the jqueryFileUpload script. We have full control over saving the files to the server, is it possible to use the WPSolr script to add these to the index? They’re not tagged to any post, but are accessible from a page (url’s will be in a format like /docDownload?file=XYZ&folder=MyFolder)? In the php code that saves the documents, would we be able to instantiate WPSolrIndexSolrClient and call something similar to create_solr_document_from_post_or_attachment to index our content?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Adding additional documents to index’ is closed to new replies.