-
Notifications
You must be signed in to change notification settings - Fork 674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Payload Score Parser: expand documentation's pointing to Lucene javadocs #2693
base: main
Are you sure you want to change the base?
Conversation
`PayloadScoreQParser` incorporates each matching term's numeric (integer or float) payloads into the scores. | ||
The main query is parsed from the field type's query analysis into a `SpanQuery` based on the value of the `operator` parameter below. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- https://lucene.apache.org/core/9_10_0/queries/org/apache/lucene/queries/payloads/PayloadScoreQuery.html
- https://lucene.apache.org/core/9_10_0/queries/org/apache/lucene/queries/spans/SpanQuery.html
below {lucene-javadocs}/queryparser/org/apache/lucene/queryparser/xml/builders/BooleanQueryBuilder.html
is for
and I'm struggling to see what the issue with the new queries
links here is then, hmm.
How do I compile the javadocs? I normally run |
Thanks for taking a look! Interesting. I tend to use As an aside, it seems the Solr javadocs don't link across to the Lucene javadocs -- would be nice if they did, no idea what it would take to do so. Sample link: https://solr.apache.org/docs/9_7_0/core/org/apache/solr/search/SolrIndexSearcher.html |
This PR has had no activity for 60 days and is now labeled as stale. Any new activity will remove the stale label. To attract more reviewers, please tag people who might be familiar with the code area and/or notify the dev@solr.apache.org mailing list. To exempt this PR from being marked as stale, make it a draft PR or add the label "exempt-stale". If left unattended, this PR will be closed after another 60 days of inactivity. Thank you for your contribution! |
see also apache/lucene#13731 PayloadScoreQuery javadoc update w.r.t. SpanQuery use