Re: [PR] Payload Score Parser: expand documentation's pointing to Lucene javadocs [solr]
epugh merged PR #2693: URL: https://github.com/apache/solr/pull/2693 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org
Re: [PR] Payload Score Parser: expand documentation's pointing to Lucene javadocs [solr]
cpoerschke commented on PR #2693: URL: https://github.com/apache/solr/pull/2693#issuecomment-2675080382 > I think I figured out how to add the Lucene `queries` module to the local Javadocs. I had to manually edit the lockfiles... Thanks for figuring it out and picking this up! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org
Re: [PR] Payload Score Parser: expand documentation's pointing to Lucene javadocs [solr]
epugh commented on PR #2693: URL: https://github.com/apache/solr/pull/2693#issuecomment-2661120911 @cpoerschke if I can get a LGTM, I'll move forward with merging this! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org
Re: [PR] Payload Score Parser: expand documentation's pointing to Lucene javadocs [solr]
epugh commented on PR #2693: URL: https://github.com/apache/solr/pull/2693#issuecomment-2661091811 I think I figured out how to add the Lucene `queries` module to the local Javadocs. I had to manually edit the lockfiles... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org
Re: [PR] Payload Score Parser: expand documentation's pointing to Lucene javadocs [solr]
epugh commented on PR #2693: URL: https://github.com/apache/solr/pull/2693#issuecomment-2585747352 GOing to take one more stab at this one... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org
Re: [PR] Payload Score Parser: expand documentation's pointing to Lucene javadocs [solr]
github-actions[bot] commented on PR #2693: URL: https://github.com/apache/solr/pull/2693#issuecomment-2585484446 This PR is now closed due to 60 days of inactivity after being marked as stale. Re-opening this PR is still possible, in which case it will be marked as active again. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org
Re: [PR] Payload Score Parser: expand documentation's pointing to Lucene javadocs [solr]
github-actions[bot] closed pull request #2693: Payload Score Parser: expand documentation's pointing to Lucene javadocs URL: https://github.com/apache/solr/pull/2693 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org
Re: [PR] Payload Score Parser: expand documentation's pointing to Lucene javadocs [solr]
github-actions[bot] commented on PR #2693: URL: https://github.com/apache/solr/pull/2693#issuecomment-2469312508 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 d...@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! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org
Re: [PR] Payload Score Parser: expand documentation's pointing to Lucene javadocs [solr]
cpoerschke commented on PR #2693: URL: https://github.com/apache/solr/pull/2693#issuecomment-2346050794 > How do I compile the javadocs? I normally run `gw buildLocalSite` but that doesn't get the docs! Can't find a mention in `:helpWorkflow` either! Thanks for taking a look! Interesting. I tend to use `./gradlew javadoc` but don't recall how found that, maybe experimentation. Would be good to have it more discoverable, for sure. 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 is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org
Re: [PR] Payload Score Parser: expand documentation's pointing to Lucene javadocs [solr]
epugh commented on PR #2693: URL: https://github.com/apache/solr/pull/2693#issuecomment-2345949111 How do I compile the javadocs? I normally run `gw buildLocalSite` but that doesn't get the docs! Can't find a mention in `:helpWorkflow` either! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org
Re: [PR] Payload Score Parser: expand documentation's pointing to Lucene javadocs [solr]
cpoerschke commented on code in PR #2693: URL: https://github.com/apache/solr/pull/2693#discussion_r1746889205 ## solr/solr-ref-guide/modules/query-guide/pages/other-parsers.adoc: ## @@ -951,8 +951,8 @@ Payloads can be encoded on terms using either the `DelimitedPayloadTokenFilter` === Payload Score Parser -`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. Review Comment: * 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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org