Configuring AEM6.5 with a single remote SOLR server to exclude paths | Community
Skip to main content
February 26, 2020
Solved

Configuring AEM6.5 with a single remote SOLR server to exclude paths

  • February 26, 2020
  • 1 reply
  • 792 views

Hi, Is there any way to exclude certain paths to do not index on remote solr with AEM 6.5

I have tried with excludedPath property but it did not work.

 

How we can fix this to index certain path 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

I don't think, Solr support that property, check https://jackrabbit.apache.org/oak/docs/query/solr.html

 

Another option can be to remove/delete index node.

https://helpx.adobe.com/experience-manager/using/aem_solr64.html

 

1 reply

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
February 26, 2020

I don't think, Solr support that property, check https://jackrabbit.apache.org/oak/docs/query/solr.html

 

Another option can be to remove/delete index node.

https://helpx.adobe.com/experience-manager/using/aem_solr64.html

 

Arun Patidar