Interface SolrQueryPostProcessor


  • @Deprecated(since="5.7")
    public interface SolrQueryPostProcessor
    Deprecated.
    Since 5.7, use a FacetSearchListener instead.
    APi defining a SOLR query post processor. It provides a direct access to the query right before performing search on solr's index. There could be multiple post-processors that are configured for the SolrQueryConverter implementation.
    • Method Detail

      • process

        org.apache.solr.client.solrj.SolrQuery process​(org.apache.solr.client.solrj.SolrQuery query,
                                                       SearchQuery solrSearchQuery)
        Deprecated.
        Processes the SolrQuery object according to some custom business logic.
        Parameters:
        query - - SolrQuery that is being processed
        solrSearchQuery - - SearchQuery the search data from the user request
        Returns:
        SolrQuery - the outcome of the post-processing