[Save this search]

Status
All
   Fixed (7187)
  Closed (4717)
Open (2552)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2247)
  PR (305)
Author relation
All
  None (2039)
  Member (628)
  Contributor (421)
  New contributor (59)
Created
All
  Past day (1)
  Past 2 days (3)
  Past 3 days (4)
  Past week (11)
  Past month (31)
  Past 3 months (82)
  Past 6 months (130)
  Past year (257)
Updated
All
  Past day (12)
  Past 2 days (17)
  Past 3 days (21)
  Past week (37)
  Past month (58)
  Past 3 months (127)
  Past 6 months (170)
  Past year (480)
Updated ago
All
  > 1 day ago (2540)
  > 2 days ago (2535)
  > 3 days ago (2531)
  > 1 week ago (2515)
  > 1 month ago (2494)
  > 3 months ago (2425)
  > 1 year ago (2072)
Comment count
All
  0 (567)
  1 (354)
  2 - 5 (792)
  6 - 10 (434)
  10 - 20 (307)
  > 20 (168)
Reaction count
All
  0 (2270)
  1 (167)
  2 - 5 (93)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (14)
  mikemccand (10)
  benwtrent (5)
  rmuir (4)
  iverase (4)
  dweiss (3)
  msokolov (3)

See all 24...
Mentioned
All
  jpountz (93)
  mikemccand (74)
  rmuir (50)
  benwtrent (50)
  msokolov (39)
  uschindler (38)
  dweiss (17)

See all 204...
Reviewed
All
  mikemccand (24)
  jpountz (23)
  benwtrent (16)
  rmuir (14)
  msokolov (12)
  uschindler (11)
  dweiss (10)

See all 60...
Commented
All
  asfimport (1369)
  github-actions[bot] (234)
  jpountz (140)
  mikemccand (122)
  rmuir (96)
  benwtrent (84)
  msokolov (81)

See all 290...
User
All
  asfimport (1811)
  github-actions[bot] (271)
  mikemccand (209)
  jpountz (201)
  rmuir (128)
  benwtrent (123)
  msokolov (104)

See all 444...
Last comment user
All
  asfimport (1326)
  github-actions[bot] (227)
  mikemccand (33)
  jpountz (32)
  rmuir (24)
  benwtrent (17)
  msokolov (16)

See all 154...
Draft
All
  No (252)
  Yes (53)
Component
All
  core (592)
  analysis (150)
  highlighter (46)
  spatial (42)
  facet (41)
  queryparser (27)
  test-framework (24)

See all 23...
Type
All
  enhancement (1175)
  bug (725)
  task (199)
  test (78)
  documentation (23)
Labels
All
  Stale (224)
  legacy-jira-fix-versio... (214)
  legacy-jira-fix-versio... (169)
  affects-version:4.0-ALPHA (81)
  tool:build (54)
  vector-based-search (48)
  affects-version:6.0 (37)

See all 157...
Commits?
All
  No (2552)
Reporter
All
  rmuir (270)
  mikemccand (156)
  jpountz (126)
  dsmiley (68)
  uschindler (52)
  dweiss (42)
  romseygeek (42)

See all 745...
Assignee
All
  Unassigned (2310)
  mikemccand (35)
  uschindler (31)
  romseygeek (27)
  dsmiley (22)
  rmuir (15)
  jpountz (11)

See all 45...
  Filters: Status (Open),  Issue type,  Author relation,  Created,  Updated,  Updated ago,  Comment count,  Reaction count,  Review Requested,  Mentioned,  Reviewed,  Commented,  User,  Last comment user,  Draft,  Component,  Type,  Labels,  Commits?,  Reporter,  Assignee

#16039 PR: Upgrade to Gradle 9.5.0 (corrected)
19.3 minutes ago  0 comments  0 votes  0 watches  dweissgithub-actions[bot]

#15653 PR: Introduce DocValuesStatsCollectorManager
1 hour ago  22 comments  0 votes  0 watches  gaobinlonggithub-actions[bot]javanna
Description This pr introduces DocValuesStatsCollectorManager and switches TestDocValuesStatsCol ... Relates to https://github.com/apache/lucene/issues/12892.
    gaobinlong 2 hours ago:  Seems the failed tests are not related to this change.
    gaobinlong 6 hours ago:  Removed all of these unnecessary checks.

#12528 PR: Leverage sorted dim when visiting BKD leaf.
9.5 hours ago  49 comments  0 votes  0 watches  Copilotcopilot-pull-request-reviewer[bot]github-actions[bot]iverasejpountzvsop-479
Since values are sorted on the sorted dim in BKD leaf, early terminate the visit when current ... Here are some performance data: 1 dim point Visit method for low cardinality points: baseline ...
    github-actions[bot] 9.5 hours ago:  This PR has not had activity in the past 2 weeks, labeling it as stale. If the PR is waiting for review, notify the dev@lucene.apache.org list. Thank you for your contribution!
    copilot-pull-request-reviewer[bot] 15.1 days ago:  # Pull request overview This PR optimizes BKD leaf visits by leveraging the fact that leaf values ... **Changes:**- Add VisitState / MatchState and new IntersectVisitorvisitWithSortedDim(...) hooks to ... Reviewed changes Copilot reviewed 7 out of 7 changed files in this pull request and generated 13 ...

#13072 PR: Terminate automaton when it can match all suffixes, and match suffixes directly.
9.5 hours ago  63 comments  0 votes  0 watches  Copilotcopilot-pull-request-reviewer[bot]github-actions[bot]jpountzmikemccandrmuirvsop-479
For PrefixQuery, we can terminate the automaton on current term if we have matched the whole prefix ... Furthermore, if there is a subBlock, we could match all its' sub terms.
    github-actions[bot] 9.5 hours ago:  This PR has not had activity in the past 2 weeks, labeling it as stale. If the PR is waiting for review, notify the dev@lucene.apache.org list. Thank you for your contribution!
    vsop-479 16 days ago:  That is incorrect, after UTF32ToUTF8 conversion, transitions intentionally have gaps for illegal ... These bytes will never appear in indexed terms, so gap-based rejection would incorrectly disqualify ...

#13253 PR: Avoid reload block when seeking backward in SegmentTermsEnum.
9.5 hours ago  71 comments  0 votes  0 watches  Copilotcopilot-pull-request-reviewer[bot]github-actions[bot]mikemccanduschindlervsop-479
In SegmentTermsEnum.seekExact and SegmentTermsEnum.seekCeil, if we seek a smaller target after ... Which result in Force reload a loaded block. I think we could just set nextEnt to 0 to let seek from start, and temporarily set entCount to last ...
    github-actions[bot] 9.5 hours ago:  This PR has not had activity in the past 2 weeks, labeling it as stale. If the PR is waiting for review, notify the dev@lucene.apache.org list. Thank you for your contribution!
    copilot-pull-request-reviewer[bot] 15.1 days ago:  # Pull request overview This PR optimizes backward seeking in Lucene’s BlockTree terms dictionary ... **Changes:** - Add SegmentTermsEnumFrame.rewindWithoutReload() to reset in-block reader positions ... Reviewed changes Copilot reviewed 3 out of 3 changed files in this pull request and generated 8 ...

#13398 PR: Break the loop when segment is fully deleted by prior delTerms or delQueries
9.5 hours ago  31 comments  0 votes  0 watches  Copilotcopilot-pull-request-reviewer[bot]github-actions[bot]jpountzmikemccandvsop-479
Description When a segment is already fully deleted by prior delTerms or delQueries, in ... We can break the loop to avoid execute remaining queries.
    github-actions[bot] 9.5 hours ago:  This PR has not had activity in the past 2 weeks, labeling it as stale. If the PR is waiting for review, notify the dev@lucene.apache.org list. Thank you for your contribution!
    copilot-pull-request-reviewer[bot] 15.1 days ago:  # Pull request overview This PR optimizes delete application in FrozenBufferedUpdates by stopping ... **Changes:** - Break out of the per-segment loop in applyQueryDeletes when the segment is already ... Reviewed changes Copilot reviewed 2 out of 2 changed files in this pull request and generated 8 ...

#15991 PR: BooleanQuery: narrow bulk scoring when FILTER matches primary index sort
12.8 hours ago  0 comments  0 votes  0 watches  github-actions[bot]iprithv
# Description Implements 15139 : When a BooleanQuery has a FILTER clause that constrains the ... The optimization currently applies to: - sorted numeric range filters on the primary index sort ... .

[21.4 msec search, 22.5 msec total]