Re: [PR] Enabling point range collector always if doc values not indexed [lucene]

2025-05-12 Thread via GitHub
github-actions[bot] commented on PR #14559: URL: https://github.com/apache/lucene/pull/14559#issuecomment-2874652171 This PR has not had activity in the past 2 weeks, labeling it as stale. If the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you for your contributi

Re: [PR] Enabling point range collector always if doc values not indexed [lucene]

2025-04-28 Thread via GitHub
jainankitk commented on PR #14559: URL: https://github.com/apache/lucene/pull/14559#issuecomment-2836900826 > My mental model is that this collector works on doc values in the default case, and can opportunistically take advantage of index statistics or points indexes when it makes things f

Re: [PR] Enabling point range collector always if doc values not indexed [lucene]

2025-04-28 Thread via GitHub
jpountz commented on PR #14559: URL: https://github.com/apache/lucene/pull/14559#issuecomment-2835167180 I'd rather not do it. My mental model is that this collector works on doc values in the default case, and can opportunistically take advantage of index statistics or points indexes when

[PR] Enabling point range collector always if doc values not indexed [lucene]

2025-04-26 Thread via GitHub
jainankitk opened a new pull request, #14559: URL: https://github.com/apache/lucene/pull/14559 ### Description Enabling point range collector if doc values are not indexed Resolves https://github.com/apache/lucene/issues/14536 -- This is an automated message from the