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
## Fixes
Fixes#1307, #1090, #964
## Purpose
Apply the desired code layout to the Solr connector.
* Writing accepts only collection types `java.util.List<WriteMessage<T, PT>>` and `scala.collection.immutable.Seq[WriteMessage[T, PT]]` (was `mutable.Seq` before)
* Rename `IncomingMessage` to `WriteMessage` with the same style of factory methods as for Elasticsearch (the somewhat non-standard factories in `IncomingUpsertMessage` are still there to ease migration)
* Rename `OutgoingMessage` to `WriteResult`
* Committing to Solr is now documented (and shown in the examples)
impl
package@InternalApi
andprivate[connector]
docs.javadsl
anddocs.scaladsl
The text was updated successfully, but these errors were encountered: