AEM 6.1 + Solr | Community
Skip to main content
varshsr
Level 5
December 8, 2015
Solved

AEM 6.1 + Solr

  • December 8, 2015
  • 3 replies
  • 1162 views

Hi,

We are looking at possibilities for using AEM 6.1 + Solr for search requirements like filtered search,auto type serach,search based on property/metadata filters,full text search etc.But SOLR might come up as infra structure later

So when we start our 1st phase of implementation we will be using default oak repository indexes and will be developing components which can fetch top 10 content using oak/jcr queries 

In phase2 Later when we move to solr based indexes assuming having a remote solr setup and configured the same at AEM 6.1

1) Will the fetch top 10 content component work without any modification to fetch content from SOLR document using solr indexes under oak:indexes or

   Will this require a top 10 component re-factor to use SOLR REST API directly to fetch the json results and render the same in the component 

   Overall is the oak/jcr queries is abstracted at OAK level to fetch SOLR document or not for fulltext , property and advanced search as well ?

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 kautuk_sahni

Hi 

Please have a look at this link, i hope this would be some help you you :- http://www.aemsolrsearch.com/#/

Demo :- http://www.aemsolrsearch.com/#/demo

I hope this would help you.

Thanks and Regards

Kautuk Sahni

3 replies

varshsr
varshsrAuthor
Level 5
December 8, 2015

Any updates please share

kautuk_sahni
Community Manager
kautuk_sahniCommunity ManagerAccepted solution
Community Manager
December 8, 2015

Hi 

Please have a look at this link, i hope this would be some help you you :- http://www.aemsolrsearch.com/#/

Demo :- http://www.aemsolrsearch.com/#/demo

I hope this would help you.

Thanks and Regards

Kautuk Sahni

Kautuk Sahni
varshsr
varshsrAuthor
Level 5
December 8, 2015

Thanks Kautuk . This looks great and appreciate the team who created the demo .

But the demo has its own component and not speaks about OOTB AEM search component to show the difference between repository index vs solr index .

Can the question requested on top 10 components posted to AEM product team and validated for such possibility ?