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
At the moment our lucene index is "per server", so searches in a multi node environment will become out of date without constant reconstruction. We should switch to a JGroups/JMS based indexing queue style index, shared via java's internal infinispan (or something similar).
The text was updated successfully, but these errors were encountered:
At the moment our lucene index is "per server", so searches in a multi node environment will become out of date without constant reconstruction. We should switch to a JGroups/JMS based indexing queue style index, shared via java's internal infinispan (or something similar).
The text was updated successfully, but these errors were encountered: