cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Alfresco Search using Solr 4.8

coolsarath2002
Champ in-the-making
Champ in-the-making
Hi I am currently able to connect Alfresco 4.2 with solr 4.8 using Apache manifoldCF API. The indexes are happening just fine when i integrate with Alfresco + ManifoldCF + solr 4.8. But when i do a search in Alfresco admin pages I get the below exception

I can understand the Apache OOTB Solr does not have a request mapping as /solr/alfresco/alfresco?…. How can i change/override the AlfrescoSolr and redirect to Apache Solr 4.8 for search my indexes….


org.alfresco.repo.search.impl.lucene.LuceneQueryParserException: 05230005 Request failed 404 /solr/alfresco/alfresco?wt=json&fl=DBID%2Cscore&rows=500&df=TEXT&start=0&locale=en_US&fq=%7B%21afts%7DAUTHORITY_FILTER_FROM_JSON&fq=%7B%21afts%7DTENANT_FILTER_FROM_JSON

Is it possible to have such an approach???



Thanks
Sarath
1 REPLY 1

kaynezhang
World-Class Innovator
World-Class Innovator
Alfresco now only support solr 1.4.It might be very difficult for you to plugin your solr into alfresco.
You can  create a new search user interface that communicate with your solr 4.8.