public class ExplainAugmenterFactory extends TransformerFactory
| Modifier and Type | Class and Description |
|---|---|
static class |
ExplainAugmenterFactory.Style |
| Modifier and Type | Field and Description |
|---|---|
protected ExplainAugmenterFactory.Style |
defaultStyle |
defaultFactories, defaultUserArgs| Constructor and Description |
|---|
ExplainAugmenterFactory() |
| Modifier and Type | Method and Description |
|---|---|
DocTransformer |
create(String field,
SolrParams params,
SolrQueryRequest req) |
static ExplainAugmenterFactory.Style |
getStyle(String str) |
void |
init(NamedList args) |
static String |
toHtml(Explanation explanation)
Render an explanation as HTML.
|
protected ExplainAugmenterFactory.Style defaultStyle
public void init(NamedList args)
init in interface NamedListInitializedPlugininit in class TransformerFactorypublic static ExplainAugmenterFactory.Style getStyle(String str)
public DocTransformer create(String field, SolrParams params, SolrQueryRequest req)
create in class TransformerFactorypublic static String toHtml(Explanation explanation)
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.