org.apache.solr.response.transform
Class ExplainAugmenterFactory

java.lang.Object
  extended by org.apache.solr.response.transform.TransformerFactory
      extended by org.apache.solr.response.transform.ExplainAugmenterFactory
All Implemented Interfaces:
NamedListInitializedPlugin

public class ExplainAugmenterFactory
extends TransformerFactory

Since:
solr 4.0

Nested Class Summary
static class ExplainAugmenterFactory.Style
           
 
Field Summary
protected  ExplainAugmenterFactory.Style defaultStyle
           
 
Fields inherited from class org.apache.solr.response.transform.TransformerFactory
defaultFactories, defaultUserArgs
 
Constructor Summary
ExplainAugmenterFactory()
           
 
Method Summary
 DocTransformer create(String field, SolrParams params, SolrQueryRequest req)
           
static ExplainAugmenterFactory.Style getStyle(String str)
           
 void init(NamedList args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultStyle

protected ExplainAugmenterFactory.Style defaultStyle
Constructor Detail

ExplainAugmenterFactory

public ExplainAugmenterFactory()
Method Detail

init

public void init(NamedList args)
Specified by:
init in interface NamedListInitializedPlugin
Overrides:
init in class TransformerFactory

getStyle

public static ExplainAugmenterFactory.Style getStyle(String str)

create

public DocTransformer create(String field,
                             SolrParams params,
                             SolrQueryRequest req)
Specified by:
create in class TransformerFactory


Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.