[prev in list] [next in list] [prev in thread] [next in thread] 

List:       solr-dev
Subject:    Re: [jira] [Commented] (SOLR-13390) Provide Query Elevation Component by default
From:       Eric Pugh <epugh () opensourceconnections ! com>
Date:       2020-02-19 22:55:52
Message-ID: CC2FA9D7-C7E2-48FE-A4B6-7066B02E975D () opensourceconnections ! com
[Download RAW message or body]

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) <jira@apache.org> 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: issues-unsubscribe@lucene.apache.org
> For additional commands, e-mail: issues-help@lucene.apache.org
> 

_______________________
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.


[Attachment #3 (unknown)]

<html><head><meta http-equiv="Content-Type" content="text/html; \
charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; \
line-break: after-white-space;" class="">Isn't the point of introducing Plugins to \
Solr to reduce what is on by default? &nbsp; And deal with potentially issues like \
this?<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On \
Feb 19, 2020, at 2:50 PM, Chris M. Hostetter (Jira) &lt;<a \
href="mailto:jira@apache.org" class="">jira@apache.org</a>&gt; wrote:</div><br \
class="Apple-interchange-newline"><div class=""><div class=""><br class=""> \
&nbsp;&nbsp;&nbsp;[ <a \
href="https://issues.apache.org/jira/browse/SOLR-13390?page=com.atlassian.jira.plugin. \
system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=17040379#comment-17040379" \
class="">https://issues.apache.org/jira/browse/SOLR-13390?page=com.atlassian.jira.plug \
in.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=17040379#comment-17040379</a> \
] <br class=""><br class="">Chris M. Hostetter commented on SOLR-13390:<br \
class="">-------------------------------------------<br class=""><br class="">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")<br class=""><br class="">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? <br class=""><br \
class=""><blockquote type="cite" class="">Provide Query Elevation Component by \
default<br class="">--------------------------------------------<br class=""><br \
class=""> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Key: \
SOLR-13390<br class=""> \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;URL: \
<a href="https://issues.apache.org/jira/browse/SOLR-13390" \
class="">https://issues.apache.org/jira/browse/SOLR-13390</a><br class=""> \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Project: Solr<br \
class=""> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Issue Type: Bug<br \
class=""> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Reporter: Erik \
Hatcher<br class=""> \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Priority: Major<br \
class=""><br class="">Like other components, like highlighting and faceting, it'd \
be&nbsp;useful to have this work out of the box by just enabling it on the \
request.&nbsp; &nbsp;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.<br class="">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).<br class=""></blockquote><br \
class=""><br class=""><br class="">--<br class="">This message was sent by Atlassian \
Jira<br class="">(v8.3.4#803005)<br class=""><br \
class="">---------------------------------------------------------------------<br \
class="">To unsubscribe, <a href="mailto:issues-unsubscribe@lucene.apache.org" \
class="">e-mail: issues-unsubscribe@lucene.apache.org</a><br class="">For additional \
commands, <a href="mailto:issues-help@lucene.apache.org" class="">e-mail: \
issues-help@lucene.apache.org</a><br class=""><br \
class=""></div></div></blockquote></div><br class=""><div class=""> <div \
style="color: rgb(0, 0, 0); font-family: Calibri; font-size: 14px; font-style: \
normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; \
orphans: auto; text-align: start; text-indent: 0px; text-transform: none; \
white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; \
-webkit-text-stroke-width: 0px;"><div style="font-size: 15px;" class=""><font \
color="#7f7f7f" face="Helvetica" class=""><span style="font-size: \
13.300000190734863px;" class="">_______________________</span></font></div><span \
class="m_2854912726680984021HOEnZb"><font color="#888888" class=""><div style="color: \
rgb(0, 0, 0); font-family: Helvetica; font-size: 12px;" class=""><span \
class="m_2854912726680984021m_-7784706730483251068Apple-style-span" style="font-size: \
13.3px;"><b style="font-size: 13.3px;" class="">Eric Pugh&nbsp;</b></span><font \
class="m_2854912726680984021m_-7784706730483251068Apple-style-span" color="#7F7F7F" \
size="4"><span class="m_2854912726680984021m_-7784706730483251068Apple-style-span" \
style="font-size: 13.3px;"><b style="font-size: 13.3px;" class=""><span \
class="m_2854912726680984021m_-7784706730483251068Apple-style-span" style="font-size: \
13.3px;"><span class="m_2854912726680984021m_-7784706730483251068Apple-style-span" \
style="font-size: 13.3px;">|&nbsp;</span></span></b><span \
class="m_2854912726680984021m_-7784706730483251068Apple-style-span" style="font-size: \
13.3px;"><span class="m_2854912726680984021m_-7784706730483251068Apple-style-span" \
style="font-size: 13.3px;">Founder &amp; CEO</span></span></span></font><font \
class="m_2854912726680984021m_-7784706730483251068Apple-style-span" color="#7F7F7F" \
size="4"><span class="m_2854912726680984021m_-7784706730483251068Apple-style-span" \
style="font-size: 13.3px;"><span \
class="m_2854912726680984021m_-7784706730483251068Apple-style-span" style="font-size: \
13.3px;"><span class="m_2854912726680984021m_-7784706730483251068Apple-style-span" \
style="font-size: 13.3px;">&nbsp;| OpenSource Connections, LLC | \
434.</span></span><span \
class="m_2854912726680984021m_-7784706730483251068Apple-style-span" style="font-size: \
13.3px;"><span class="m_2854912726680984021m_-7784706730483251068Apple-style-span" \
style="font-size: 13.3px;">46</span></span><span \
class="m_2854912726680984021m_-7784706730483251068Apple-style-span" style="font-size: \
13.3px;"><span class="m_2854912726680984021m_-7784706730483251068Apple-style-span" \
style="font-size: 13.3px;">6.1467 |</span></span><span \
class="m_2854912726680984021m_-7784706730483251068Apple-style-span" style="font-size: \
13.3px;"><span class="m_2854912726680984021m_-7784706730483251068Apple-style-span" \
style="font-size: 13.3px;">&nbsp;<a href="http://www.opensourceconnections.com/" \
target="_blank" class="">http://www.opensourceconnect<wbr \
class="">ions.com</a>&nbsp;|&nbsp;<a href="http://tinyurl.com/eric-cal" \
target="_blank" class="">My \
Free/Busy</a>&nbsp;&nbsp;</span></span></span></font></div><div style="color: rgb(0, \
0, 0); font-family: Helvetica; font-size: 12px;" class=""><font \
class="m_2854912726680984021m_-7784706730483251068Apple-style-span" color="#7F7F7F" \
size="3"><span class="m_2854912726680984021m_-7784706730483251068Apple-style-span" \
style="font-size: 13px;">Co-Author:</span><span \
class="m_2854912726680984021m_-7784706730483251068Apple-style-span" style="font-size: \
13px;"><span class="m_2854912726680984021m_-7784706730483251068Apple-style-span" \
style="color: rgb(0, 0, 0);">&nbsp;</span></span></font><a \
href="https://www.packtpub.com/big-data-and-business-intelligence/apache-solr-enterprise-search-server-third-edition-raw" \
target="_blank" class="">Apache Solr Enterprise Search Server, 3rd Ed</a><font \
class="m_2854912726680984021m_-7784706730483251068Apple-style-span" color="#7F7F7F" \
size="3"><span class="m_2854912726680984021m_-7784706730483251068Apple-style-span" \
style="font-size: 13px;"><span \
class="m_2854912726680984021m_-7784706730483251068Apple-style-span" style="color: \
rgb(0, 0, 0);"><span \
class="m_2854912726680984021m_-7784706730483251068Apple-tab-span" style="white-space: \
pre-wrap;">	</span></span></span></font></div><div style="color: rgb(0, 0, 0); \
font-family: Helvetica; font-size: 12px;" class=""><font \
class="m_2854912726680984021m_-7784706730483251068Apple-style-span" color="#7F7F7F" \
size="3"><span class="m_2854912726680984021m_-7784706730483251068Apple-style-span" \
style="font-size: 13px;">This e-mail and all contents, including attachments, is \
considered to be Company Confidential unless explicitly stated otherwise, regardless \
of&nbsp;whether attachments are marked as \
such.</span></font></div></font></span></div> </div>
<br class=""></body></html>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic