Lucene Index with Dynamic Pages | Community
Skip to main content
Sean-McK
Level 4
April 28, 2021
Solved

Lucene Index with Dynamic Pages

  • April 28, 2021
  • 1 reply
  • 1449 views

Hey All,

 

I am trying to figure out the best way to add dynamic pages to the lucene index. For example, I have dynamic news pages using selector's like press-release.pressrelease1.html and release.pressrelease2.html, the press-release page in AEM is the only page that gets indexed with Lucene so when you do a search it won't find either page. I know you can do solr and crawl and then be able to search and get back both pages, but is there a way to either extend the indexer and add those "pages" to the index so it will return the values in the search? Or, when I do an oak search I can do a lucene search and add the dynamic pages to the search?

 

Sean

 

 

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 Shashi_Mulugu

@sean-mck As you say Dynamic pages, where do the content for your dynamic pages come from.. are they stored in aem or stored elsewhere... mostly the intention behind dynamic pages be like dynamic content while rendering pages as well in search...

1 reply

Shashi_Mulugu
Community Advisor
Shashi_MuluguCommunity AdvisorAccepted solution
Community Advisor
April 28, 2021

@sean-mck As you say Dynamic pages, where do the content for your dynamic pages come from.. are they stored in aem or stored elsewhere... mostly the intention behind dynamic pages be like dynamic content while rendering pages as well in search...

Sean-McK
Sean-McKAuthor
Level 4
April 28, 2021
yeah I think the best solution is absolutely a solr or similar search index, but if the customer doesn't want to incur the additional cost of me setting up solr and have another VM I was wondering if it is possible. It must be possible to extend index update and add the correct information