[Save this search]

Status
All
   Fixed (7187)
  Closed (4631)
Open (2553)
   Won't Fix (543)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2245)
  PR (308)
Author relation
All
  None (2034)
  Member (620)
  Contributor (426)
  New contributor (60)
Created
All
  Past day (0)
  Past 2 days (0)
  Past 3 days (3)
  Past week (7)
  Past month (40)
  Past 3 months (97)
  Past 6 months (140)
  Past year (276)
Updated
All
  Past day (1)
  Past 2 days (3)
  Past 3 days (7)
  Past week (25)
  Past month (59)
  Past 3 months (132)
  Past 6 months (356)
  Past year (487)
Updated ago
All
  > 1 day ago (2552)
  > 2 days ago (2550)
  > 3 days ago (2546)
  > 1 week ago (2528)
  > 1 month ago (2494)
  > 3 months ago (2421)
  > 1 year ago (2066)
Comment count
All
  0 (561)
  1 (361)
  2 - 5 (800)
  6 - 10 (433)
  10 - 20 (303)
  > 20 (166)
Reaction count
All
  0 (2270)
  1 (169)
  2 - 5 (92)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (15)
  mikemccand (8)
  benwtrent (5)
  rmuir (4)
  iverase (4)
  dweiss (3)
  msokolov (3)

See all 23...
Mentioned
All
  jpountz (94)
  mikemccand (72)
  rmuir (52)
  benwtrent (50)
  msokolov (41)
  uschindler (39)
  dweiss (19)

See all 202...
Reviewed
All
  jpountz (23)
  mikemccand (23)
  rmuir (15)
  msokolov (14)
  benwtrent (14)
  dweiss (11)
  uschindler (11)

See all 58...
Commented
All
  asfimport (1369)
  github-actions[bot] (240)
  jpountz (140)
  mikemccand (122)
  rmuir (99)
  benwtrent (86)
  msokolov (81)

See all 287...
User
All
  asfimport (1811)
  github-actions[bot] (276)
  mikemccand (207)
  jpountz (202)
  rmuir (131)
  benwtrent (124)
  msokolov (104)

See all 438...
Last comment user
All
  asfimport (1326)
  github-actions[bot] (235)
  mikemccand (33)
  jpountz (32)
  rmuir (24)
  gsmiller (16)
  benwtrent (16)

See all 152...
Draft
All
  No (256)
  Yes (52)
Component
All
  core (590)
  analysis (150)
  highlighter (47)
  spatial (41)
  facet (39)
  queryparser (26)
  test-framework (26)

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

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

See all 742...
Assignee
All
  Unassigned (2311)
  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

#15558 PR: Refactor QueryCache to improve performance
3.1 hours ago  20 comments  0 votes  0 watches  BaurzhanSakharievbenwtrentgithub-actions[bot]mergify[bot]msfrohsgup432
Description Related issue - https://github.com/apache/lucene/issues/14222 Major changes: ... With each partition having its own read/write lock to improve concurrency.
    msfroh 2.7 days ago:  IMO, this change is pretty good as implemented. While I'm slightly nervous about the implications of modifying the query cache implementation, I ... For those of us who do want a query cache, I think this one should perform much better in ...
    github-actions[bot] 4.3 days 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!

#15947 PR: Optimize GroupFacetCollector.getFacetEntries()
1.3 days ago  1 comments  0 votes  0 watches  dweissgaobinlonggithub-actions[bot]
Description The method GroupFacetCollector.getFacetEntries() can be optimized by: 1) Initial ...
    dweiss 1.5 days ago:  In all honesty, I think the previous version was easier to understand and the gain is probably ...

#15952 PR: Add afterMerge() lifecycle hook to KnnVectorsWriter and PerFieldKnnVe…
1.3 days ago  1 comments  0 votes  0 watches  MrFlapgithub-actions[bot]navneet1vshatejas
Resolves https://github.com/apache/lucene/issues/15935 Problem PerFieldKnnVectorsFormat ... This makes it impossible to cleanly release per-merge resources, leading to resource leaks. Solution Add a protected void afterMerge() throws IOException method with a no-op default to both ...
    navneet1v 1.3 days ago:  @MrFlap can you add entry in change log and also unit test for the new interface

#15951 PR: Fix WindowsFS onClose race condition
2 days ago  6 comments  0 votes  0 watches  github-actions[bot]rmuirszybia
- If i create an InputStream on a target file, and then close it, if i concurrently (before onClose ... = null) { logger.info("Race reproduced: ", e); } } ` ` [2026-04- ...
    szybia 2.7 days ago:  thank you! i don't have write access so leaving up to you to merge 🚀
    rmuir 2.7 days ago:  10.5 is good, i'll backport it. I don't know if there will be a 10.4.1, but if someone wants to make one we could then cherry-pick ...

#15926: The build/test tool ProfileResults that aggregates JFRs and prints the hot stacks doesn't work with ...
2.5 days ago  4 comments  0 votes  0 watches  mikemccandrmuir
Java 25 added a new CPUTime profiler which uses Linux kernel APIs to sample threads every N CPU ... This eliminates silly ghosts like threads listening forever on a socket. It sounds really cool.
    mikemccand 2.5 days ago:  Thanks @rmuir. I think we should start with just supporting CPUTime profiler (fixing isIntersting() to accept ... After that, we can switch Lucene's tests profiler (CodeProfilingPlugin.java) to use CPUTime ...
    rmuir 9.8 days ago:  good find, I think you are correct: we should be able to switch to this new event, and remove the ... I think isInteresting() was born to try to workaround the problem solved here, otherwise the gradle ...

#15950 PR: Add JMH benchmark comparing various sort algorithms specifically for sorting ScoreDoc[] of varying ...
2.5 days ago  1 comments  0 votes  0 watches  gsmillermikemccandzihanx
[Spinoff from @zihanx's recent PR (15803) adding ReaderUtil.partitionByLeaf helper to collate any ... TL;DR: see this cool benchmark results UI testing various algorithms to sort ScoreDoc[] (smaller is ... The hits from a Lucene query (ScoreDoc[]) come out sorted by something important to the user (e.g. ...
    gsmiller 2.5 days ago:  Oh fun! I took a look through the jmh benchmark itself and left a couple questions but nothing major. I haven't looked at the other two scripts yet.

#15938 PR: Use binary search partitioning in ReaderUtil#partitionByLeaf
2.8 days ago  6 comments  0 votes  0 watches  github-actions[bot]gsmillerjainankitkmikemccand
Description This change modifies the "partition" step of ReaderUtilpartitionByLeaf to leverage ... . * Current Implementation: Iterates a sorted list of docIDs, checking each against leaf/segment ...
    mikemccand 2.8 days ago:  I love it -- it's also a nice code simplification since we no longer need the additional / ... Thanks @gsmiller. I also made a fun little JMH benchmark with CC (Claude Code) ... will try to open PR soon.
    mikemccand 2.8 days ago:  Maybe assert count > 0 since we think we're always handling/optimizing the empty case above?

[21.3 msec search, 22.2 msec total]