Interface FullTextSearchPageable<R>
-
- All Superinterfaces:
IdentifiableSearchQuery,Pageable<R>
- All Known Implementing Classes:
PageableWithFullTextDataCallback
public interface FullTextSearchPageable<R> extends Pageable<R>
Pageable with auto correction (spell check) and facets.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description FullTextSearchDatagetFullTextSearchData()Gets full text search data.default voidonPageLoaded()Performs additional operations whenPageable.getCurrentPage()is called-
Methods inherited from interface com.hybris.cockpitng.search.data.IdentifiableSearchQuery
getQueryId
-
Methods inherited from interface com.hybris.cockpitng.search.data.pageable.Pageable
getAllResults, getCurrentPage, getPageNumber, getPageSize, getSortData, getTotalCount, getTypeCode, hasNextPage, hasPreviousPage, nextPage, previousPage, refresh, setPageNumber, setPageSize, setQueryId, setSortData
-
-
-
-
Method Detail
-
getFullTextSearchData
FullTextSearchData getFullTextSearchData()
Gets full text search data.- Returns:
- full text search data.
-
onPageLoaded
default void onPageLoaded()
Performs additional operations whenPageable.getCurrentPage()is called
-
-