public interface IndexQuery
| Modifier and Type | Method and Description |
|---|---|
IndexQuery |
setDSIdFilters(List<String> dsIds)
Sets the ds id filters.
|
IndexQuery |
setQueryFacetLimit(int limit)
Sets the facet limit.
|
IndexQuery |
setQueryFacetOffset(int offset)
Sets the facet offset.
|
IndexQuery |
setQueryLimit(int limit)
Sets the rows.
|
IndexQuery |
setQueryOffset(int offset)
Sets the start.
|
IndexQuery setDSIdFilters(List<String> dsIds)
dsIds - the ds idsIndexQuery setQueryOffset(int offset)
start - the startIndexQuery setQueryLimit(int limit)
rows - the rowsIndexQuery setQueryFacetLimit(int limit)
limit - the limitIndexQuery setQueryFacetOffset(int offset)
offset - the offsetCopyright © 2019. All rights reserved.