History | Log In     View a printable version of the current page. Get help!  
Issue Details (XML | Word)

Key: JBSEAM-2746
Type: Bug Bug
Status: Open Open
Priority: Blocker Blocker
Assignee: Christian Bauer
Reporter: Nicklas Karlsson
Votes: 1
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Seam

Hibernate Search doesn't update index correctly

Created: 14/Mar/08 04:51 PM   Updated: 11/May/08 11:30 AM
Component/s: Wiki
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
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.



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order:
Przemyslaw Jaskierski [14/Mar/08 05:32 PM]
Are you aware of http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-56?
I'm not sure if it solves this case, but that is the only thing which ring the bell...

Fixed in 3.0.1, although still waits for Hibernate Annotations update.

Sanne Grinovero [11/May/08 11:30 AM]
IMHO it is not fixed yet, it appears there still is an issue in H.Search about this;
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-196
Sorry if I'm wrong, Emmanuel didn't confirm it yet.