[
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-361?pag...
]
j nadler commented on HSEARCH-361:
----------------------------------
This has become a significant performance problem in my application. We have a three-deep
list of persistent entities using @IndexedEmbedded (A -> B -> C) where C is a
broadly linked 'Category' type of object. We update 'C' frequently, but
the @Field indexed properties almost never change. In some extreme cases, updating C can
cause HSearch to load over 100k A objects for reindexing, even though no data that affects
the index has changed.
Only index an entity if an indexed property has changed
-------------------------------------------------------
Key: HSEARCH-361
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-361
Project: Hibernate Search
Issue Type: New Feature
Reporter: Emmanuel Bernard
Fix For: 3.4.0
PostUpdateEvent has state and oldState
and EntityPersister has getPropertyNames() and findDirty()
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira