JIO provides now a resarch method for jio storages.
If the storage does not search into document list by itself, JIO will limit it anyway. The storage should use the method researchDone() to tell to JIO that the document list is already limited (avoid double limiting). If the storage can not support limiting, it can also use searchDocumentArray() provided by JIO (and no need to use researchDone()).
Showing
This diff is collapsed.
Please register or sign in to comment