Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
RE: Indexers
Hi - I am trying to create a Layout indexer for my elastic search, I created a custom indexer for the liferay Layout table and a model listener.I created a listener in the service Builder and a model listener in Liferay module project but my listener is not getting recognized by model listener. I have registered the listener in the code. I have listed all the listeners but my layout listener is not coming up. Please see attached my code and the error.
Based on the fact that the indexer isn't registered, my best guess is
that the bundle with the
LayoutIndexer
isn't actually starting.