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

Varun Thacker commented on SOLR-11021:
--------------------------------------

The code currently ensures that we need an {{elevate.xml}} file . So this would 
involve a code change as well :

{code}
        String f = initArgs.get(CONFIG_FILE);
        if (f == null) {
          throw new SolrException(SolrException.ErrorCode.SERVER_ERROR,
              "QueryElevationComponent must specify argument: '"   CONFIG_FILE
                    "' -- path to elevate.xml");
        }
{code}

[~joel.bernstein] Just wanted to check with you before proceeding since the 
elevate.xml was still kept mandatory after SOLR-5541 as well

> Remove elevate.xml from the default configs
> -------------------------------------------
>
>                 Key: SOLR-11021
>                 URL: https://issues.apache.org/jira/browse/SOLR-11021
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Varun Thacker
>            Assignee: Varun Thacker
>             Fix For: 7.0
>
>
> SOLR-5541 added the ability to specify id's to elevate on a per request 
> basis. We have the ability to elevate dynamically instead of a static file 
> So to make our default configset smaller and easier to understand we could 
> remove the empty elevate.xml file. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to