Skip to content
Gaston Gonzalez edited this page Mar 30, 2016 · 20 revisions

What is AEM Solr Search?

AEM Solr Search is an open source reference integration between AEM (CQ) and Apache Solr. It allows content authors and developers to build rapid front-end search interfaces easily.

Getting Started

  1. Clone this project.

     $ git clone https://github.com/headwirecom/aem-solr-search.git
    
  2. Follow README.md in the project root.

  3. Watch the demo.

http://img.youtube.com/vi/TUhMbD4DUSU/0.jpg

Next Steps

After completing the Getting Started section, the following guides should be consulted.

  1. Architecture Overview
  2. Deploying AEM Solr Search
  3. Extending AEM Solr Search

Project Roadmap

2.1.0

  • Surface the score and explain pseudo fields in search results component for relevancy tuning
  • Provide a generic indexing OSGi interface/abstract bundle
  • Provide a document processing framework and indexing implementation
  • Provide a new product-based reference site.
    • Develop a Solr configuration designed around product relevancy

2.2.0

  • Redesign the client-side implementation (i.e., move away from AJAX Solr).

Related Projects

  1. [Infield Solr Indexer] (https://github.com/infielddesign/aem-id-solrindexer) - An AEM UI extension for performing indexing operations.
Clone this wiki locally