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

Alessandro Benedetti commented on LUCENE-9171:
----------------------------------------------

You can take a look to the Github Pull Request (that includes also the Solr 
changes).
I will add a set of tests also to the Lucene side.
Current questions:

- is this a clean approach keeping all the payload extraction from token 
streams Lucene side?

- discuss about Paylod decoding and possible use of 
org.apache.lucene.analysis.payloads.PayloadHelper (no visibility from core)

- need to evaluate better the part in: 
org/apache/lucene/util/QueryBuilder.java:629 
(org.apache.lucene.util.QueryBuilder#analyzeGraphBoolean)




> Synonyms Boost by Payload
> -------------------------
>
>                 Key: LUCENE-9171
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9171
>             Project: Lucene - Core
>          Issue Type: New Feature
>          Components: core/queryparser
>            Reporter: Alessandro Benedetti
>            Priority: Major
>
> I have been working in the additional capability of boosting queries by terms 
> payload through a parameter to enable it in Lucene Query Builder.
> This has been done targeting the Synonyms Query.
> It is parametric, so it meant to see no difference unless the feature is 
> enabled.
> Solr has its bits to comply thorugh its SynonymsQueryStyles



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