Thanks for replying :)
I am trying to index an object that represents a view that contains the data that has changed.
This gives me the best performance in terms of indexing and I also don't have the complications involved with embedded indexes and it contained in counterpart.
I was thinking that maybe I could override the listener and when class of object that had changed was of type Object1.class I could just pass in the Object2.class. But is there a better way? I read in another of your posts that FullText..EventListener is going to become final, the comments say this as well, so overriding it is not the best idea.
Is there another point, a better point, I could extend Hibernate Search to accomplish this?
|