Custom Alfresco Search using Solr 4.8

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2014 06:49 PM
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
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
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2014 11:07 PM
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.
You can create a new search user interface that communicate with your solr 4.8.
