You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
org.hibernate.search.genericjpa.searchfactory.triggers.createstrategy=create is a must in such an environment. drop-create will break things, but if a user does a massindexing right after a new node starts, that would be fine. but that's just a bit much to ask. so we should clearly advertise "create" for this mode.
Another way would be having a special table for each node and then store the ids of all the updates we already have processed there. This would be less error prone than the bit flag approach, but would consume a bit more memory. (for N nodes on the same database you would have N extra tables). Query time for the updates would be impacted a little as well.
bit-flags for each server in the UpdateSource
The text was updated successfully, but these errors were encountered: