| Package | Description |
|---|---|
| es.prodevelop.pui9.elasticsearch.services.interfaces |
| Modifier and Type | Method and Description |
|---|---|
Long |
IPuiElasticSearchSearchingService.count(Class<? extends es.prodevelop.pui9.model.dto.interfaces.IViewDto> dtoClass,
FilterBuilder filterBuilder)
Get the number of indexed documents that fits the given filter (language
independent)
|
<V extends es.prodevelop.pui9.model.dto.interfaces.IViewDto> |
IPuiElasticSearchSearchingService.findForDataGrid(SearchRequest req)
Executes a search to be used in the Grid
|
List<ESSearchResultItem> |
IPuiElasticSearchSearchingService.findMultiple(Class<? extends es.prodevelop.pui9.model.dto.interfaces.IViewDto> dtoClass,
FilterBuilder filterBuilder,
OrderBuilder orderBuilder,
PuiLanguage language)
Search for the documents that fits the given filter, in the given order,
within the given index (language)
|
ESSearchResultItem |
IPuiElasticSearchSearchingService.findOne(Class<? extends es.prodevelop.pui9.model.dto.interfaces.IViewDto> dtoClass,
FilterBuilder filterBuilder,
OrderBuilder orderBuilder,
PuiLanguage language)
Get a document that fits the given filter, within the given index (language)
|
<N extends Number> |
IPuiElasticSearchSearchingService.getMaxValue(Class<? extends es.prodevelop.pui9.model.dto.interfaces.IViewDto> dtoClass,
String column,
FilterBuilder filterBuilder)
Get the maximum value of the given column that fits the given filter
|
Copyright © 2021. All rights reserved.