Im using Solr to index particular data. I want to extend it by indexing an alfresco repository as well. I know alfresco uses its own lucene library for searching but i dont want to use that. I want to use my own. Is it possible? If yes, How?
I am not for sure what your realy purpose is If you want use solr to support search within the Alfresco repository ,Alfresco already supports use of the Solr Enterprise search platform for searching within the Alfresco repository. If you want to build an integrated retrieval system and grasp data from alfresco ,you can use cmis api or web script
Thanks for your response. Actually i already have my search implemented. I want to use that to search alfresco and not the inbuilt solr. Can you please elaborate on the webscript part? How do I start?