Foren

Problem with lucene indexing

Abdulaziz Fawaz, geändert vor 14 Jahren.

Problem with lucene indexing

Junior Member Beiträge: 29 Beitrittsdatum: 18.01.09 Neueste Beiträge
Hi all,

I have configured Liferay portal to support two languages (English + Arabic) and everything is working fine with me. But when I try to search the journals then liferay displays the results of my query in a strange way where it combines both languages as a result.




Can anyone help me with this?
Abdulaziz Fawaz, geändert vor 14 Jahren.

RE: Problem with lucene indexing

Junior Member Beiträge: 29 Beitrittsdatum: 18.01.09 Neueste Beiträge
hint anyone
thumbnail
Eric Min, geändert vor 14 Jahren.

RE: Problem with lucene indexing

Junior Member Beiträge: 31 Beitrittsdatum: 05.10.09 Neueste Beiträge
Try to execute "Reindex all search indexes".
Abdulaziz Fawaz, geändert vor 14 Jahren.

RE: Problem with lucene indexing

Junior Member Beiträge: 29 Beitrittsdatum: 18.01.09 Neueste Beiträge
thanx for the reply

It seems that the problem comes from the way Liferay indexes the content. It merge all the language from one attribute in one Lucene attribute. This means that you either have to create different communities that are based on the language (like home/en/) or to dig in the ext environment and fix it manually (which I did).