Hello
I am rebuilding the entire index using the flushToIndexes() approach (Hibernate Search v3.3). I purge the index first, the rebuild the entire content. This works fine on principle but performance is not great, due to loads of attachments linked to my entities.
Is it possible to perform a partial update somehow re-indexing the entities but skipping certain fields (if not empty)? On principle the content of the attachment does not change across release of my apps, so I could do without (once they get indexed after the first upload)
Any idea/help?
Thanks in advance Beppe
|