| Package | Description |
|---|---|
| org.finra.herd.dao.helper | |
| org.finra.herd.model.api.xml |
| Modifier and Type | Method and Description |
|---|---|
BoolQueryBuilder |
ElasticsearchHelper.addIndexSearchFilterBooleanClause(List<IndexSearchFilter> indexSearchFilters,
String bdefActiveIndex,
String tagActiveIndex)
Navigates the specified index search filters and adds boolean filter clauses to a given
SearchRequestBuilder |
| Modifier and Type | Field and Description |
|---|---|
protected List<IndexSearchFilter> |
IndexSearchRequest.indexSearchFilters |
| Modifier and Type | Method and Description |
|---|---|
IndexSearchFilter |
ObjectFactory.createIndexSearchFilter()
Create an instance of
IndexSearchFilter |
| Modifier and Type | Method and Description |
|---|---|
List<IndexSearchFilter> |
IndexSearchRequest.getIndexSearchFilters() |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexSearchRequest.setIndexSearchFilters(List<IndexSearchFilter> indexSearchFilters) |
| Constructor and Description |
|---|
IndexSearchRequest(String searchTerm,
List<IndexSearchFilter> indexSearchFilters,
List<String> facetFields,
Boolean enableHitHighlighting)
Fully-initialising value constructor
|
Copyright © 2021. All rights reserved.