| Package | Description |
|---|---|
| org.finra.herd.dao.helper | |
| org.finra.herd.model.api.xml |
| Modifier and Type | Method and Description |
|---|---|
List<Facet> |
ElasticsearchHelper.getFacetsResponse(ElasticsearchResponseDto elasticsearchResponseDto,
String bdefActiveIndex,
String tagActiveIndex)
get the facets in the response
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Facet> |
Facet.facets |
protected List<Facet> |
IndexSearchResponse.facets |
| Modifier and Type | Method and Description |
|---|---|
Facet |
ObjectFactory.createFacet()
Create an instance of
Facet |
| Modifier and Type | Method and Description |
|---|---|
List<Facet> |
Facet.getFacets() |
List<Facet> |
IndexSearchResponse.getFacets() |
| Modifier and Type | Method and Description |
|---|---|
void |
Facet.setFacets(List<Facet> facets) |
void |
IndexSearchResponse.setFacets(List<Facet> facets) |
| Constructor and Description |
|---|
Facet(String facetDisplayName,
Long facetCount,
String facetType,
String facetId,
List<Facet> facets)
Fully-initialising value constructor
|
IndexSearchResponse(long totalIndexSearchResults,
List<IndexSearchResult> indexSearchResults,
List<Facet> facets)
Fully-initialising value constructor
|
Copyright © 2021. All rights reserved.