-
Notifications
You must be signed in to change notification settings - Fork 42
Home
Gaston Gonzalez edited this page Mar 30, 2016
·
20 revisions
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.
-
Clone this project.
$ git clone https://github.com/headwirecom/aem-solr-search.git
-
Follow README.md in the project root.
-
Watch the demo.
After completing the Getting Started section, the following guides should be consulted.
- 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
- 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.