[
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-361?pag...
]
Erel Magnus commented on HSEARCH-361:
-------------------------------------
One more option - which is the one I actually implemented - is to implement a dirty bit on
the application so that it is aware of modifications that should cause reindexing. It was
a bit of work but I think this works best and has the best performance.
What might be helpful is that fieldbridge has an additional method called isDrity and then
I would have had to implement it from the begining and take care of it rather than
discover it afterwards.
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.2.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