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

Dawid Weiss commented on SOLR-15038:
------------------------------------

This change introduced write-access to sources:
{code}
-  permission java.io.FilePermission "${common.dir}${/}..${/}solr${/}-", "read";
+  permission java.io.FilePermission "${common.dir}${/}..${/}solr${/}-", 
"read,write";
{code}
I think this bit should be reverted?

> Add elevateDocsWithoutMatchingQ and onlyElevatedRepresentative parameters to 
> elevation functionality
> ----------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-15038
>                 URL: https://issues.apache.org/jira/browse/SOLR-15038
>             Project: Solr
>          Issue Type: Improvement
>          Components: query
>            Reporter: Tobias Kässmann
>            Priority: Minor
>             Fix For: 8.9
>
>          Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> We've worked a lot with Query Elevation component in the last time and we 
> were missing two features:
>  * Elevate only documents that are part of the search result
>  * In combination with collapsing: Only show the representative if the 
> elevated documents does have the same collapse field value.
> Because of this, we've added these two feature toggles 
> _elevateDocsWithoutMatchingQ_ and _onlyElevatedRepresentative._
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to