| Package | Description |
|---|---|
| fr.gouv.vitam.common.database.server.elasticsearch |
Elasticsearch server package in Vitam
|
| fr.gouv.vitam.common.model |
This package contains simple POJOs and DTOs that may be shared commonly by all vitam internal components
|
| fr.gouv.vitam.metadata.core.database.collections |
Provides
|
| Modifier and Type | Method and Description |
|---|---|
static FacetResult |
ElasticsearchFacetResultHelper.transformFromEsAggregation(org.elasticsearch.search.aggregations.Aggregation aggregation)
Transform an es Aggregation result to a FacetResult object
|
| Modifier and Type | Method and Description |
|---|---|
List<FacetResult> |
RequestResponseOK.getFacetResults() |
| Modifier and Type | Method and Description |
|---|---|
RequestResponseOK<T> |
RequestResponseOK.addFacetResult(FacetResult facetResult)
Add one facetResult
|
| Modifier and Type | Method and Description |
|---|---|
RequestResponseOK<T> |
RequestResponseOK.addAllFacetResults(List<FacetResult> facetResultList)
Add list of facetResult
|
| Modifier and Type | Field and Description |
|---|---|
protected List<FacetResult> |
Result.facetResult
The FacetResult list
|
| Modifier and Type | Method and Description |
|---|---|
List<FacetResult> |
Result.getFacet() |
| Modifier and Type | Method and Description |
|---|---|
void |
Result.addFacetResult(FacetResult facetResult)
Add a FacetResult
|
Copyright © 2018 Vitam. All rights reserved.