[ 
https://issues.apache.org/jira/browse/SOLR-13679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16899763#comment-16899763
 ] 

ASF subversion and git services commented on SOLR-13679:
--------------------------------------------------------

Commit 84a62a5d873516686c8d04529f37175af2fb7be0 in lucene-solr's branch 
refs/heads/master from Munendra S N
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=84a62a5 ]

SOLR-13679:Fix default style of [explain] registered in solrconfig.xml


> Different default Style for [explain] doctransformer registered in 
> solrconfig.xml 
> ----------------------------------------------------------------------------------
>
>                 Key: SOLR-13679
>                 URL: https://issues.apache.org/jira/browse/SOLR-13679
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Munendra S N
>            Assignee: Munendra S N
>            Priority: Minor
>         Attachments: SOLR-13679.patch, SOLR-13679.patch
>
>
> Adding explain docTransformer via solrconfig.xml
> {code:java}
> <transformer name="explain1" 
> class="org.apache.solr.response.transform.ExplainAugmenterFactory" />
> {code}
> Here, no style is specified. So, default style is used which is {{nl}}.
> ExplainDocTransformer is part of defaultFactories. So, user can use this 
> without adding it in solrconfig.xml but when used this way, default style 
> used is {{text}}
> Default style should be same in both cases. This behavior is same to 
> registering ResponseWriters in solrconfig, if content-type is not overridden 
> then, default content-type will used



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to