Class ConsistencyComponent

  • All Implemented Interfaces:
    org.apache.solr.core.SolrInfoMBean, org.apache.solr.util.plugin.NamedListInitializedPlugin

    public class ConsistencyComponent
    extends org.apache.solr.handler.component.SearchComponent
    Adds consitency information to the search results
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.apache.solr.core.SolrInfoMBean

        org.apache.solr.core.SolrInfoMBean.Category, org.apache.solr.core.SolrInfoMBean.Group
    • Field Summary

      • Fields inherited from class org.apache.solr.handler.component.SearchComponent

        standard_components
    • Constructor Detail

      • ConsistencyComponent

        public ConsistencyComponent()
    • Method Detail

      • prepare

        public void prepare​(org.apache.solr.handler.component.ResponseBuilder rb)
                     throws IOException
        Specified by:
        prepare in class org.apache.solr.handler.component.SearchComponent
        Throws:
        IOException
      • finishStage

        public void finishStage​(org.apache.solr.handler.component.ResponseBuilder rb)
        Overrides:
        finishStage in class org.apache.solr.handler.component.SearchComponent
      • process

        public void process​(org.apache.solr.handler.component.ResponseBuilder rb)
                     throws IOException
        Specified by:
        process in class org.apache.solr.handler.component.SearchComponent
        Throws:
        IOException
      • getDescription

        public String getDescription()
        Specified by:
        getDescription in interface org.apache.solr.core.SolrInfoMBean
        Specified by:
        getDescription in class org.apache.solr.handler.component.SearchComponent