Package com.flowable.indexing.api
Interface LowLevelSearchResultEnhancer
-
public interface LowLevelSearchResultEnhancer
A low-level enhancer that gets called for each query result that is executed through theSearchService
. Note that, as the name is indicating, this is a low-level enhancer: it will contain the exact json as it gets returned from Elasticsearch (i.e. no mapping is applied).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
enhanceSearchResult(String aliasName, String actualIndexName, com.fasterxml.jackson.databind.JsonNode queryResult)
-