[Save this search]

Status
All
   Fixed (7187)
  Closed (4924)
Open (2584)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2262)
  PR (322)
Author relation
All
  None (2048)
  Member (638)
  Contributor (448)
  New contributor (62)
Created
All
  Past day (4)
  Past 2 days (6)
  Past 3 days (7)
  Past week (13)
  Past month (61)
  Past 3 months (103)
  Past 6 months (152)
  Past year (265)
Updated
All
  Past day (15)
  Past 2 days (20)
  Past 3 days (29)
  Past week (45)
  Past month (88)
  Past 3 months (129)
  Past 6 months (197)
  Past year (488)
Updated ago
All
  > 1 day ago (2569)
  > 2 days ago (2564)
  > 3 days ago (2555)
  > 1 week ago (2539)
  > 1 month ago (2496)
  > 3 months ago (2455)
  > 1 year ago (2096)
Comment count
All
  0 (579)
  1 (355)
  2 - 5 (806)
  6 - 10 (434)
  10 - 20 (311)
  > 20 (169)
Reaction count
All
  0 (2302)
  1 (168)
  2 - 5 (92)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (13)
  mikemccand (9)
  rmuir (5)
  benwtrent (5)
  iverase (4)
  dweiss (3)
  msokolov (3)

See all 27...
Mentioned
All
  jpountz (93)
  mikemccand (76)
  benwtrent (53)
  rmuir (52)
  uschindler (38)
  msokolov (38)
  romseygeek (21)

See all 208...
Reviewed
All
  mikemccand (25)
  jpountz (23)
  benwtrent (15)
  rmuir (14)
  msokolov (12)
  uschindler (11)
  dweiss (10)

See all 64...
Commented
All
  asfimport (1368)
  github-actions[bot] (234)
  jpountz (140)
  mikemccand (125)
  rmuir (96)
  benwtrent (87)
  msokolov (80)

See all 301...
User
All
  asfimport (1810)
  github-actions[bot] (289)
  mikemccand (211)
  jpountz (201)
  rmuir (130)
  benwtrent (122)
  msokolov (100)

See all 453...
Last comment user
All
  asfimport (1325)
  github-actions[bot] (228)
  mikemccand (32)
  jpountz (32)
  rmuir (24)
  msokolov (17)
  benwtrent (16)

See all 169...
Draft
All
  No (264)
  Yes (58)
Component
All
  core (617)
  analysis (150)
  highlighter (47)
  spatial (41)
  facet (41)
  queryparser (26)
  test-framework (25)

See all 23...
Type
All
  enhancement (1184)
  bug (725)
  task (202)
  test (79)
  documentation (22)
Labels
All
  Stale (225)
  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 (2584)
Reporter
All
  rmuir (270)
  mikemccand (154)
  jpountz (126)
  dsmiley (67)
  uschindler (52)
  iverase (44)
  romseygeek (42)

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

#16279 PR: Add JMH benchmarks comparing read I/O strategies under memory pressure
10.8 minutes ago  3 comments  0 votes  0 watches  github-actions[bot]github-advanced-security[bot]neoremind
Adds JMH benchmarks to compare read I/O strategies in memory constrained scenario, related to 16044 ... I/O strategies tested: - mmap no madvise - mmap + MADV_RANDOM - mmap + MADV_RANDOM + ... How to run ` dd if=/dev/urandom of=/path/to/pread-bench-16G.dat bs=1M count=16384 .
    github-advanced-security[bot] 42.2 minutes ago:  # CodeQL / Executing a command with a relative path Command with a relative path 'sudo' is ... Show more details
    github-advanced-security[bot] 42.2 minutes ago:  # CodeQL / Executing a command with a relative path Command with a relative path 'sync' is ... Show more details

#16044: Introduce a pread Directory based on Panama-FFI ?
19.1 minutes ago  4 comments  0 votes  0 watches  gf2121jilldoty-elasticjimczineoremindspinscalestevenschlansker
Description > Following is generally written by LLM but benchmark is run by myself :) # 1. Motivation: NIOFSDirectory is still relevant In recent memory-constrained deployments ( ... Switching to NIOFSDirectory helps us resolve it. # 2.
    neoremind 19.1 minutes ago:  @jimczi thanks for the feedback, I rerun the benchmarks with additional mmap ways suggested: mmap + ... Share the full results below.
    neoremind 1.4 days ago:  Thank you Jim! I will run the test again with suggested configs and share results in the next few days.

#16263: Bias Towards Short Text Segments in Vector Search Results
28.5 minutes ago  7 comments  0 votes  0 watches  amoll75benwtrentmkhludnev
Description We have been using Solr's vector search successfully in production for about two ... During this time, we have observed a recurring issue: The highest-ranked results returned by ... The underlying reason appears to be that a short query or query concept has a much higher ...
    amoll75 28.5 minutes ago:  Yes, the text Segment length for which the vector was calculated Mikhail Khludnev ***@***.***> ... Juni 2026, 18:15: > *mkhludnev* left a comment (apache/lucene16263) > <https://github.com/ ... .
    mkhludnev 31.1 minutes ago:  > external score normalization step based on the square root of the embedding length. Pardon, @amoll75 , do you mean text segment length?

#16277 PR: enhancement(16076): Implement 3-ary priority queue
28.9 minutes ago  0 comments  0 votes  0 watches  github-actions[bot]vijaykriishna
Description #16076 - Implement a ternary-heap based PriorityQueue.

#16278 PR: Add suppressed exception details in NativeFSLockFactory lock acquisition failure
3.6 hours ago  0 comments  0 votes  0 watches  Bharathi-Kannagithub-actions[bot]
Description When lock acquisition fails in NativeFSLockFactory.obtainFSLock, the FileChannel is ... There was a // TODO: addSuppressed comment indicating that any exception during closure should be ... **Changes:** - Replace the finally block with catch (Throwable t) to properly capture the original ...

#15985 PR: Fix(15831): Resolve race condition in ReferenceManager.doMaybeRefresh
9.4 hours ago  13 comments  0 votes  0 watches  github-actions[bot]mikemccandvigyasharmavijaykriishna
Description <!-- If this is your first contribution to Lucene, please make sure you have reviewed the ... https://github.com/apache/lucene/blob/main/CONTRIBUTING.md --> The key behavioral change is that ...
    vijaykriishna 21 days ago:  @vigyasharma @mikemccand As suggested, I have ported the code changes for issue 15831 from main to ... Please review the PR. Ref. https://github.com/apache/lucene/pull/16152
    github-actions[bot] 1.1 months 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!

#16207 PR: fix(16033) - Fix data race in BlockingFloatHeap.poll function
9.5 hours ago  14 comments  0 votes  0 watches  github-actions[bot]iprithvvijaykriishna
Description The data race in the poll() method has been resolved by moving the lock acquisition ... This ensures that the entire operation—both the validation and the heap operations—is protected by ... Resolves: https://github.com/apache/lucene/issues/16033
    vijaykriishna 6.3 days ago:  > I see more things here, which doesn't test this bug except testDataRaceOnPoll...other things i ... You're right. testDataRaceOnPoll() is the only test that specifically reproduces the race fixed in ... The other tests are broader concurrency checks and don't appear to fail without the fix.
    vijaykriishna 6.3 days ago:  > shouldn't this be under bug fixes? You're right. Placed it under bug fixes section.

[21.0 msec search, 22.0 msec total]