Status: New
Owner: ----
Labels: Type-Defect
New issue 2427 by [email protected]: Wrong number of Information Objects
itens during rebuild of search index - duplicated search results on Icaatom
1.3.0
http://code.google.com/p/qubit-toolkit/issues/detail?id=2427
To reproduce this error:
========================
1) execute "php symfony search:populate QubitSearch"
2) version 1.3.0 - default culture - pt_BR
3) Linux Open Suse 11.2 with PHP 5.3.3, Apache 2.2.13 and MySQL 5.1.49
Resulting error:
================
Incorrect number of itens indexed. There aren´t 15733 information objetcts.
It should be 11397.
And during search on ICA-AtoM interface we see some duplicated results.
sfSearch >> QubitInformationObject - Repensando o Brasil 500 anos depois
inserted (352.13s) (15731/11397)
sfSearch >> QubitInformationObject - II Encontro Nacional das Frentes
Parlamentares do Cooperativismo inserted (352.15s) (15732/11397)
sfSearch >> QubitInformationObject - Coleção Memória Política de Minas
(Lançamento dos livros de Oscar Correia e Armando Ziller) inserted
(352.17s) (15733/11397)
Expected result:
================
The command to populate search index
should reindex 11397 information objects.
sfSearch >> QubitInformationObject - Coleção Memória Política de Minas
(Lançamento dos livros de Oscar Correia e Armando Ziller) inserted
(352.17s) (11397/11397)
--
You received this message because you are subscribed to the Google Groups "Qubit
Toolkit Issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-issues?hl=en.