Solr integration with AEM 6.0.0 | Community
Skip to main content
Level 3
October 16, 2015
Solved

Solr integration with AEM 6.0.0

  • October 16, 2015
  • 11 replies
  • 3766 views

Is there any documentation yet how to integrate AEM 6.0 with Solr using the new Oak/Solr integration option. I want to push specific content paths e.g. /content/* to Solr.

Oak Solr embedded server configuration
Oak Solr indexing / search configuration
Oak Solr remote server configuration
Oak Solr server provider

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 Sham_HC

Please file a daycare as I am not sure of doc availability & support. what i heard is there is various architecture for integration possible like "Embedded into same jvm as oak" OR "Single remote"  OR "Master/slave" OR "replica" etc...  The steps for embed are

  1. Set to "Embedded Solr" at http://host:port/system/console/configMgr/org.apache.jackrabbit.oak.plugins.index.solr.osgi.SolrServerProviderService after saving Creates solr directory under cq_home directory. Under directory you have solr related xml like schema etc....
  2. Add a node /oak:index/solrIdx with properties
    1. type=solr
    2. async=async   (Recommended)
    3. reindex=true
  3. Optionally for custom home directory instead of cq_home you can configure at http://host:port/system/console/configMgr/org.apache.jackrabbit.oak.plugins.index.solr.osgi.EmbeddedSolrServerConfigurationProvider

11 replies

September 7, 2016

Do you have documentation on setting up remote solr.