Message Boards

Indexed Search in Liferay Journal Api (Liferay7.2)

Nimmy Gopinath, modified 3 Years ago.

Indexed Search in Liferay Journal Api (Liferay7.2)

New Member Posts: 4 Join Date: 12/10/20 Recent Posts

Hi,

We are upgrading liferay 6.2 to 7.2. We have used indexed search from Liferay Journal API in one of our portlets. Now this seems to be not working. Is there any changes in the API related to this that we should take care of?

Indexer indexer = IndexerRegistryUtil.getIndexer(JournalArticle.class);

....

Hits hits = indexer.search(sc);

'hits' is getting no value.

thanks,

Nimmy