-
Notifications
You must be signed in to change notification settings - Fork 42
Home
Gaston Gonzalez edited this page Aug 1, 2016
·
20 revisions
AEM Solr Search is an open source reference integration between AEM and Apache Solr. It allows content authors and developers to build rapid front-end search interfaces easily.
- March, 30, 2016 AEM Solr Search 2.0.0 released.
-
Clone this project.
$ git clone https://github.com/headwirecom/aem-solr-search.git
-
Follow README.md in the project root.
We (headwire) had the pleasure of speaking at CIRCUIT 2016 on a new architecture for indexing AEM content and external content using ActiveMQ, Apache Camel and Solr. Our slides are available on SlideShare. The demo code for indexing both products and AEM content are available on GitHub.
Watch the demo on Youtube.
After completing the Getting Started section, the following guides should be consulted.
- Surface the
score
andexplain
pseudo fields in the 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
- Integrate other contributions from AEM Solr Search forks (TBD)
- Redesign the client-side implementation (i.e., move away from AJAX Solr).
- [Infield Solr Indexer] (https://github.com/infielddesign/aem-id-solrindexer) - An AEM UI extension for performing indexing operations.