I'd like to index an extra drive. So not only the <alf_data>/contentstore but also a netshare which is mounted at /mnt/. This is a folder from my old "DMS". Only storing old documents like PDFs, DOCs, XMLs, and so on. Is anything like this possible?
I'd like to index an extra drive. So not only the <alf_data>/contentstore but also a netshare which is mounted at /mnt/. This is a folder from my old "DMS". Only storing old documents like PDFs, DOCs, XMLs, and so on. Is anything like this possible?
If you want the content to be indexed by alfresco and work with alfrescos GUIs, you would have to import the files to the repository. If you want to write your own "search-page" you could index your /mnt dir with Solr, Elasticsearch... that have been fed with your external content and integrate alfrescos search result (new REST API) and the result of the external index.
Hi:
In addition, you can easily import your extra drive via Filesystem Bulk Import module.
Using the Bulk Import tool | Alfresco Documentation
Regards.
--C.
Hi,
the only problem is: i do not have enough space on the alfresco system. The old "DMS" was a big one
But thx.
Then, you should change and copy the current alf_data/contentstore to a new bigger mount point with enough space. And then import the old DMS.
- Configuring contentstore and SOLR indices in Alfresco 5 - zylk
Regards.
--C.
If you want the content to be indexed by alfresco and work with alfrescos GUIs, you would have to import the files to the repository. If you want to write your own "search-page" you could index your /mnt dir with Solr, Elasticsearch... that have been fed with your external content and integrate alfrescos search result (new REST API) and the result of the external index.