Class RewriteFieldListComponent

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

    public class RewriteFieldListComponent
    extends org.apache.solr.handler.component.SearchComponent
    Transform the fieldlist depending on the use of cached transformer: [cached] -> add to the field list the translations of the fiels to the internal schema notation otherwise -> modify the field list in order to contains a subset of the following fields: id, DBID, _version_ and score
    • 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

      • RewriteFieldListComponent

        public RewriteFieldListComponent()
    • Method Detail

      • prepare

        public void prepare​(org.apache.solr.handler.component.ResponseBuilder responseBuilder)
        Specified by:
        prepare in class org.apache.solr.handler.component.SearchComponent
      • process

        public void process​(org.apache.solr.handler.component.ResponseBuilder responseBuilder)
        Specified by:
        process in class org.apache.solr.handler.component.SearchComponent
      • 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