Lucene Index with Dynamic Pages
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