Interface SolrJsonProcessor<T extends SearchEngineResultMetadata>

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface SolrJsonProcessor<T extends SearchEngineResultMetadata>
Processes Json returned from Solr
Author:
Gethin James
  • Method Summary

    Modifier and Type
    Method
    Description
    getResult(org.json.JSONObject json)
     
  • Method Details

    • getResult

      T getResult(org.json.JSONObject json)