Uses of Class
org.hansken.plugin.extraction.api.SearchOptions.Builder
Packages that use SearchOptions.Builder
Package
Description
This is the API of the Extraction Plugins SDK.
-
Uses of SearchOptions.Builder in org.hansken.plugin.extraction.api
Methods in org.hansken.plugin.extraction.api that return SearchOptions.BuilderModifier and TypeMethodDescriptionstatic SearchOptions.BuilderSearchOptions.builder()Creates a newSearchOptions.Builderinstance for constructing aSearchOptionsobject.SearchOptions.Builder.offset(int start) Sets the starting offset for the search results.SearchOptions.Builder.scope(SearchScope scope) Sets the search scope.SearchOptions.Builder.sort(List<SearchSortOption> sort) Sets the sort options for the search results.