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
Expected Behavior
There should be support for Reactive and non Reactive code (with .block()). Solr also mostly prefers bulk operations, therefore there should be native support for this (Reactively with .block()). Spring Data Solr should not get used - we should use SolrJ for this.
Current Behavior
No native support (HTTP support can help though)
Expected Behavior
There should be support for Reactive and non Reactive code (with
.block()
). Solr also mostly prefers bulk operations, therefore there should be native support for this (Reactively with.block()
). Spring Data Solr should not get used - we should use SolrJ for this.Current Behavior
No native support (HTTP support can help though)
Context
The reason for not using Spring Data Solr.
The text was updated successfully, but these errors were encountered: