cancel
Showing results for 
Search instead for 
Did you mean: 

Use alfresco repositroy to use in external search engine to implement in web application

himanshuk4u
Champ in-the-making
Champ in-the-making
Hi

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?

Please help!
2 REPLIES 2

kaynezhang
World-Class Innovator
World-Class Innovator
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

HI

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?