Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

AEM 6.1 + Solr

Avatar

Level 5

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 ?

1 Accepted Solution

Avatar

Correct answer by
Administrator

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

View solution in original post

3 Replies

Avatar

Correct answer by
Administrator

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

Avatar

Level 5

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 ?