See :
* https://docs.jboss.org/hibernate/search/5.11/reference/en-US/html_single/#configuration-reader-strategy * https://docs.jboss.org/hibernate/search/5.11/reference/en-US/html_single/#_near_real_time Regarding readers, {{not-shared}} is what we have currently implemented in Search 6, but it probably doesn't make sense anymore. Let's replace it with {{shared}} as the default implementation and introduce an option to enable asynchronous readers (default will remain synchronous).
Regarding writers, near-real-time is something we need for Infinispan. However, I think using near-real-time for writes affects how readers behave (since they have access to the . We should look into this, and structure the configuration accordingly. Ideally there should not be options that are incompatible with each other. |
|