Package org.alfresco.solr.component
Class RewriteFieldListComponent
- java.lang.Object
-
- org.apache.solr.handler.component.SearchComponent
-
- org.alfresco.solr.component.RewriteFieldListComponent
-
- All Implemented Interfaces:
org.apache.solr.core.SolrInfoMBean,org.apache.solr.util.plugin.NamedListInitializedPlugin
public class RewriteFieldListComponent extends org.apache.solr.handler.component.SearchComponentTransform 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, and score
-
-
Constructor Summary
Constructors Constructor Description RewriteFieldListComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()voidprepare(org.apache.solr.handler.component.ResponseBuilder responseBuilder)voidprocess(org.apache.solr.handler.component.ResponseBuilder responseBuilder)
-
-
-
Method Detail
-
prepare
public void prepare(org.apache.solr.handler.component.ResponseBuilder responseBuilder)
- Specified by:
preparein classorg.apache.solr.handler.component.SearchComponent
-
process
public void process(org.apache.solr.handler.component.ResponseBuilder responseBuilder)
- Specified by:
processin classorg.apache.solr.handler.component.SearchComponent
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescriptionin interfaceorg.apache.solr.core.SolrInfoMBean- Specified by:
getDescriptionin classorg.apache.solr.handler.component.SearchComponent
-
-