-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.2 M4
-
Component/s: None
-
Impact type:API change
When doing searches, the CoreSearchBackend that bridges the SearchService to the CoreSession needs to allocate a session as none is passed currently.
This session must then be closed (to avoid leaks), but the returned documents are then unusable (or if they are used, they'll recreate a connection to the session unexpectedly when the caller may wish to use another connection).
It must also be able to do proper batching.
- depends on
-
NXP-3067 Allow batching in core queries
- Resolved