-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
I think http://nest.azurewebsites.net/breaking-changes.html should mention some more information regarding the Fields() change.
Previously, Documents was a collection of T with just the specified fields filled in, other fields would be null of have their default value. Now, Documents is an empty collection.
Previously, DocumentsWithMetaData -> Fields would be an instance of T with just the specified fields filled in, other fields would be null or have their default value. Now, Hits -> Fields is (backed by) a dictionary containing only the specified fields.
Metadata
Metadata
Assignees
Labels
No labels