| Package | Description |
|---|---|
| org.finra.herd.dao | |
| org.finra.herd.dao.helper | |
| org.finra.herd.dao.impl | |
| org.finra.herd.model.api.xml | |
| org.finra.herd.rest | |
| org.finra.herd.service | |
| org.finra.herd.service.impl |
| Modifier and Type | Method and Description |
|---|---|
IndexSearchResponse |
IndexSearchDao.indexSearch(IndexSearchRequest request,
Set<String> fields,
Set<String> match,
String bdefActiveIndex,
String tagActiveIndex)
The index search method will accept an index search request as a parameter and will return an index search result.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
HerdSearchQueryHelper.determineNegationTermsPresent(IndexSearchRequest indexSearchRequest)
Determines if negation terms are present in the search phrase.
|
List<String> |
HerdSearchQueryHelper.extractNegationTerms(IndexSearchRequest indexSearchRequest)
Helper to extract negation terms from a given search query.
|
String |
HerdSearchQueryHelper.extractSearchPhrase(IndexSearchRequest indexSearchRequest)
Helper to clean the search phrase of negation terms.
|
| Modifier and Type | Method and Description |
|---|---|
IndexSearchResponse |
IndexSearchDaoImpl.indexSearch(IndexSearchRequest indexSearchRequest,
Set<String> fields,
Set<String> match,
String bdefActiveIndex,
String tagActiveIndex) |
| Modifier and Type | Method and Description |
|---|---|
IndexSearchRequest |
ObjectFactory.createIndexSearchRequest()
Create an instance of
IndexSearchRequest |
| Modifier and Type | Method and Description |
|---|---|
IndexSearchResponse |
IndexSearchRestController.indexSearch(Set<String> fields,
Set<String> match,
IndexSearchRequest request)
The index search POST method.
|
| Modifier and Type | Method and Description |
|---|---|
IndexSearchResponse |
IndexSearchService.indexSearch(IndexSearchRequest request,
Set<String> fields,
Set<String> match)
The index indexSearch method will take as parameters an index indexSearch request that contains a indexSearch term string, and a set of field strings.
|
| Modifier and Type | Method and Description |
|---|---|
IndexSearchResponse |
IndexSearchServiceImpl.indexSearch(IndexSearchRequest request,
Set<String> fields,
Set<String> match) |
Copyright © 2021. All rights reserved.