Foros de discusión

How do i check whether data from my custom portlet has been indexed or not?

thumbnail
shivam aggarwal, modificado hace 11 años.

How do i check whether data from my custom portlet has been indexed or not?

Regular Member Mensajes: 122 Fecha de incorporación: 18/01/12 Mensajes recientes
I have implemeted Indexer class within a custom portlet.How do I check whether it is being indexed or not
thumbnail
Paul ., modificado hace 11 años.

RE: How do i check whether data from my custom portlet has been indexed or (Respuesta)

Liferay Master Mensajes: 522 Fecha de incorporación: 29/08/11 Mensajes recientes
If you are using liferay default lucene search implementation and not an external search implementation such as Solr, then you can check the indexes in (liferay's data folder) with luke http://www.getopt.org/luke/

Let me know of any specific questions if you have.
Hope it helps.
thumbnail
shivam aggarwal, modificado hace 11 años.

RE: How do i check whether data from my custom portlet has been indexed or

Regular Member Mensajes: 122 Fecha de incorporación: 18/01/12 Mensajes recientes
Thanks Paul