Interface LowLevelSearchResultEnhancer


public interface LowLevelSearchResultEnhancer
A low-level enhancer that gets called for each query result that is executed through the SearchService. 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

    Modifier and Type
    Method
    Description
    void
    enhanceSearchResult(String aliasName, String actualIndexName, com.fasterxml.jackson.databind.JsonNode queryResult)
     
  • Method Details

    • enhanceSearchResult

      void enhanceSearchResult(String aliasName, String actualIndexName, com.fasterxml.jackson.databind.JsonNode queryResult)