| Package | Description |
|---|---|
| es.prodevelop.pui9.elasticsearch.search | |
| es.prodevelop.pui9.elasticsearch.services.interfaces |
| Modifier and Type | Method and Description |
|---|---|
List<ESSearchResultItem> |
ESSearchResult.getItems()
Get all the items of the search
|
| Modifier and Type | Method and Description |
|---|---|
void |
ESSearchResult.addItem(ESSearchResultItem item)
Add an item to the search result
|
| Modifier and Type | Method and Description |
|---|---|
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)
|
| Modifier and Type | Method and Description |
|---|---|
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)
|
Copyright © 2021. All rights reserved.