Uses of Class
io.github.malteseduck.springframework.data.marklogic.domain.facets.FacetedPage
-
Packages that use FacetedPage Package Description io.github.malteseduck.springframework.data.marklogic.core -
-
Uses of FacetedPage in io.github.malteseduck.springframework.data.marklogic.core
Methods in io.github.malteseduck.springframework.data.marklogic.core that return FacetedPage Modifier and Type Method Description <T> FacetedPage<T>
MarkLogicOperations. facetedSearch(com.marklogic.client.query.StructuredQueryDefinition query, long start, int limit, Class<T> entityClass)
Similar to a normal paged query, except also includes facets for the matched results.<T> FacetedPage<T>
MarkLogicOperations. facetedSearch(com.marklogic.client.query.StructuredQueryDefinition query, long start, Class<T> entityClass)
<T> FacetedPage<T>
MarkLogicOperations. facetedSearch(com.marklogic.client.query.StructuredQueryDefinition query, org.springframework.data.domain.Pageable pageable, Class<T> entityClass)
Same as faceted search with int bounds, but allows paging/sorting based off Spring Pageable.<T> FacetedPage<T>
MarkLogicTemplate. facetedSearch(com.marklogic.client.query.StructuredQueryDefinition query, long start, int limit, Class<T> entityClass)
<T> FacetedPage<T>
MarkLogicTemplate. facetedSearch(com.marklogic.client.query.StructuredQueryDefinition query, long start, Class<T> entityClass)
<T> FacetedPage<T>
MarkLogicTemplate. facetedSearch(com.marklogic.client.query.StructuredQueryDefinition query, org.springframework.data.domain.Pageable pageable, Class<T> entityClass)
-