[GitHub] [lucene] uschindler commented on pull request #11715: Add Integer awareness to RamUsageEstimator.sizeOf
uschindler commented on PR #11715: URL: https://github.com/apache/lucene/pull/11715#issuecomment-1228162195 Thanks sorry, I just remembered the Solr 8.x times and the discussions and also bugs about caffeine which affected testing. -- 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...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org
[GitHub] [lucene] vsop-479 opened a new pull request, #11722: Binary search the entries when all suffixes have the same length in a leaf block.
vsop-479 opened a new pull request, #11722: URL: https://github.com/apache/lucene/pull/11722 Binary search may have a better performance, when all suffixes have the same length in a leaf block. -- 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...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org
[GitHub] [lucene] mocobeta opened a new pull request, #11723: Document about Milestone for release planning
mocobeta opened a new pull request, #11723: URL: https://github.com/apache/lucene/pull/11723 ### Description Use Milestones for release planning instead of Labels. This is discussed in this dev list thread: https://lists.apache.org/thread/b2xsx02wswzjzs5dzkox9njv4t8t1vf5 -- 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...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org
[GitHub] [lucene] javanna commented on issue #11393: Ghost fields and postings/points [LUCENE-10357]
javanna commented on issue #11393: URL: https://github.com/apache/lucene/issues/11393#issuecomment-1228476976 I've just seen an occurrence of this, `FieldExistsQuery#count` checks if `getPointDimensionCount` is greather than `0`, and it may happen that such condition is true and the following `getPointValues` throws a `NullPointerException`. -- 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...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org
[GitHub] [lucene] mocobeta merged pull request #11723: Document about Milestone for release planning
mocobeta merged PR #11723: URL: https://github.com/apache/lucene/pull/11723 -- 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...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org