Avoiding Indexing on Unchanged Fields

Hello.

I have noticed that indexing embedded objects triggers select of fields in the includepaths on every object save, even though they are lazy loaded. Is there a way to avoid this if none of the include paths have changed?

Thank you ! :slight_smile:

Hey Tony,

At the moment, Hibernate Search rebuilds an entire document when indexing.
There are opened JIRA tickets with features to allow partial document updates, e.g. [HSEARCH-2888] - Hibernate JIRA and linked, but they aren’t planned for the nearest future…