[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-2746) Hibernate Search doesn't update index correctly

Christian Bauer (JIRA) jira-events at lists.jboss.org
Fri Mar 14 17:07:28 EDT 2008


     [ http://jira.jboss.com/jira/browse/JBSEAM-2746?page=all ]

Christian Bauer updated JBSEAM-2746:
------------------------------------

        Summary: Hibernate Search doesn't update index correctly  (was: Empty first search result page if (hits  % pagesize == 0)?)
    Description: 
We have a long outstanding bug that affects the search. Apparently there are indexed items that have long been deleted. Or the indexing is wrong in some way (which is more likely, because almost nothing gets ever deleted):

22:00:34,766 DEBUG [ObjectLoader] Object found in Search index but not in database: class org.jboss.seam.wiki.core.model.WikiDocument wih id 11139
22:00:34,769 DEBUG [ObjectLoader] Object found in Search index but not in database: class org.jboss.seam.wiki.core.model.WikiDocument wih id 11219
22:00:34,771 DEBUG [ObjectLoader] Object found in Search index but not in database: class org.jboss.seam.wiki.core.model.WikiDocument wih id 11224

It's hard to tell what the "Object" was because I can't see any useful data about it in the index.

This is unlikely to be resolved soon, I wouldn't even know where to start looking. It's all fixed by rebuilding the search index in the admin screen manually from time to time. So if someone complains about the search results, rebuild the index.



  was:I searched for "production" and got "1 to 15 of 60 hit(s)" but an empty list. Off by one pagination if hits mod results is 0?

       Priority: Blocker  (was: Major)

> Hibernate Search doesn't update index correctly
> -----------------------------------------------
>
>                 Key: JBSEAM-2746
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2746
>             Project: JBoss Seam
>          Issue Type: Bug
>          Components: Wiki
>            Reporter: Nicklas Karlsson
>         Assigned To: Christian Bauer
>            Priority: Blocker
>
> We have a long outstanding bug that affects the search. Apparently there are indexed items that have long been deleted. Or the indexing is wrong in some way (which is more likely, because almost nothing gets ever deleted):
> 22:00:34,766 DEBUG [ObjectLoader] Object found in Search index but not in database: class org.jboss.seam.wiki.core.model.WikiDocument wih id 11139
> 22:00:34,769 DEBUG [ObjectLoader] Object found in Search index but not in database: class org.jboss.seam.wiki.core.model.WikiDocument wih id 11219
> 22:00:34,771 DEBUG [ObjectLoader] Object found in Search index but not in database: class org.jboss.seam.wiki.core.model.WikiDocument wih id 11224
> It's hard to tell what the "Object" was because I can't see any useful data about it in the index.
> This is unlikely to be resolved soon, I wouldn't even know where to start looking. It's all fixed by rebuilding the search index in the admin screen manually from time to time. So if someone complains about the search results, rebuild the index.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list