Isn’t the point of introducing Plugins to Solr to reduce what is on by default? And deal with potentially issues like this?
> On Feb 19, 2020, at 2:50 PM, Chris M. Hostetter (Jira) <[email protected]> > wrote: > > > [ > https://issues.apache.org/jira/browse/SOLR-13390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17040379#comment-17040379 > ] > > Chris M. Hostetter commented on SOLR-13390: > ------------------------------------------- > > the main issue would be ensuring we don't break backcompat for people who > already have QEC configured -- even if they have it configured with a weird > name. (ie: it's not enough to say "don't register a QEC if a component with > the name 'elevate' already exists") > > the second thing to consider is what kind of implicit configuration this new > implicit QEC instance should have? ... should it's "configured elevations" be > hardcoded with an "empty set" or should it be configured to look for a file > with a specific name (like "elevate.xml") that is happily ignores if it > doesn't exist but happily loads if it does? > >> Provide Query Elevation Component by default >> -------------------------------------------- >> >> Key: SOLR-13390 >> URL: https://issues.apache.org/jira/browse/SOLR-13390 >> Project: Solr >> Issue Type: Bug >> Reporter: Erik Hatcher >> Priority: Major >> >> Like other components, like highlighting and faceting, it'd be useful to >> have this work out of the box by just enabling it on the request. >> Currently the component needs to be added to `/select` and an empty >> elevate.xml file needs to be added to the config - a bit unnecessarily >> arduous. >> Let's add the component to `/select` and modify the component to be happy >> with or without an elevate.xml (since id's can be sent on the request to >> elevate, so fixed config isn't needed either). > > > > -- > This message was sent by Atlassian Jira > (v8.3.4#803005) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > _______________________ Eric Pugh | Founder & CEO | OpenSource Connections, LLC | 434.466.1467 | http://www.opensourceconnections.com <http://www.opensourceconnections.com/> | My Free/Busy <http://tinyurl.com/eric-cal> Co-Author: Apache Solr Enterprise Search Server, 3rd Ed <https://www.packtpub.com/big-data-and-business-intelligence/apache-solr-enterprise-search-server-third-edition-raw> This e-mail and all contents, including attachments, is considered to be Company Confidential unless explicitly stated otherwise, regardless of whether attachments are marked as such.
