RE: Indexers

Leo Volkov, modified 7 Years ago. New Member Posts: 7 Join Date: 11/30/12 Recent Posts

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.

thumbnail
Minhchau Dang, modified 7 Years ago. Liferay Master Posts: 598 Join Date: 10/22/07 Recent Posts
Based on the fact that the indexer isn't registered, my best guess is that the bundle with the LayoutIndexer isn't actually starting.