priorityPages

Sets a list of page index ranges for pages that should be searched first.


open fun priorityPages(@NonNull priorityPages: List<Range>, searchOnlyInPriorityPages: Boolean): SearchOptions.Builder

Sets a list of page index ranges for pages that should be searched.

Parameters

searchOnlyInPriorityPages

false to search all pages after searching through priority pages first, true to perform the search on priority pages only.