[Save this search]

Status
All
   Fixed (7187)
  Closed (4814)
Open (2570)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2257)
  PR (313)
Author relation
All
  None (2041)
  Member (632)
  Contributor (443)
  New contributor (58)
Created
All
  Past day (3)
  Past 2 days (5)
  Past 3 days (7)
  Past week (19)
  Past month (53)
  Past 3 months (92)
  Past 6 months (141)
  Past year (258)
Updated
All
  Past day (5)
  Past 2 days (17)
  Past 3 days (27)
  Past week (43)
  Past month (80)
  Past 3 months (124)
  Past 6 months (186)
  Past year (484)
Updated ago
All
  > 1 day ago (2565)
  > 2 days ago (2553)
  > 3 days ago (2543)
  > 1 week ago (2527)
  > 1 month ago (2490)
  > 3 months ago (2446)
  > 1 year ago (2086)
Comment count
All
  0 (568)
  1 (362)
  2 - 5 (798)
  6 - 10 (435)
  10 - 20 (304)
  > 20 (172)
Reaction count
All
  0 (2290)
  1 (167)
  2 - 5 (91)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (14)
  mikemccand (8)
  iverase (5)
  romseygeek (5)
  rmuir (4)
  benwtrent (4)
  dweiss (3)

See all 22...
Mentioned
All
  jpountz (94)
  mikemccand (75)
  benwtrent (54)
  rmuir (50)
  uschindler (39)
  msokolov (39)
  romseygeek (23)

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

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

See all 293...
User
All
  asfimport (1811)
  github-actions[bot] (280)
  mikemccand (209)
  jpountz (202)
  rmuir (127)
  benwtrent (123)
  msokolov (102)

See all 447...
Last comment user
All
  asfimport (1326)
  github-actions[bot] (226)
  mikemccand (32)
  jpountz (32)
  rmuir (23)
  msokolov (17)
  benwtrent (17)

See all 158...
Draft
All
  No (258)
  Yes (55)
Component
All
  core (603)
  analysis (150)
  highlighter (46)
  spatial (41)
  facet (41)
  queryparser (26)
  test-framework (23)

See all 23...
Type
All
  enhancement (1182)
  bug (725)
  task (200)
  test (79)
  documentation (22)
Labels
All
  Stale (220)
  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 (2570)
Reporter
All
  rmuir (270)
  mikemccand (154)
  jpountz (126)
  dsmiley (68)
  uschindler (53)
  iverase (44)
  romseygeek (42)

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

#16033: Data Race in BlockingFloatHeap
3.5 hours ago  1 comments  0 votes  0 watches  ThomasKriegervijaykriishna
Description There is a data race in org.apache.lucene.util.hnsw.BlockingFloatHeap The variable ...
    vijaykriishna 3.5 hours ago:  I would like to work on this. Could this be assigned to me, please ? Can this be released as part of 10.5.0 ?

#16154 PR: Use Lucene's PriorityQueue in NearestNeighbor to replace poll/offer with updateTop
9.2 hours ago  1 comments  0 votes  0 watches  github-actions[bot]iprithvjainankitk
NearestNeighbor was using java.util.PriorityQueue for collecting top-N hits. every time a better ... switched to Lucene's PriorityQueue so we can mutate the top element in place and call updateTop(), ...
    jainankitk 9.2 hours ago:  Thanks @iprithv for this change. Can we run benchmark to show impact for this change?

#15985 PR: Fix(15831): Resolve race condition in ReferenceManager.doMaybeRefresh
15.6 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 1 day 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] 12.7 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!

#16155 PR: skip the per-bit loop in MergingHnswGraphBuilder
19.8 hours ago  0 comments  0 votes  0 watches  Sasilekhagithub-actions[bot]
old loop checked every bit one by one to find uninitialized nodes. swapped it to use nextClearBit, ...

#16153 PR: Use TernaryLongHeap in UpdateGraphsUtils.computeJoinSet()
22.7 hours ago  0 comments  0 votes  0 watches  github-actions[bot]iprithv
UpdateGraphsUtils.computeJoinSet() was still using the binary LongHeap while NeighborQueue and ... Since this method is on the hot path during HNSW graph merging, I figured it was worth switching ... The heap size here is the graph size of the segment being merged.

#16152 PR: Fix(15831): Resolve race condition in ReferenceManager.doMaybeRefresh
1 day ago  0 comments  0 votes  0 watches  github-actions[bot]vijaykriishna
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 ...

#16086 PR: Allow merge integrity checks to be aborted sooner
1.1 days ago  24 comments  0 votes  0 watches  github-actions[bot]mikemccandrmuirromseygeektlrx
This change introduces a merge AbortChecker that is threaded through MergeState into ... It is enabled via IndexWriterConfig.setMergeAbortCheckIntervalBytes, which indicates a number of ... Only stored fields are wired up but other files like postings and doc values could benefit from the ...
    mikemccand 1.1 days ago:  I think during merging we wrap all IndexOutput in order to possible rate-limit the IO (off by ... Maybe the problem here is we only instrumented that write path, not the read path, and ... Could we just instrument the read path for abort checking, symmetric to the write path, and ...
    mikemccand 4.2 days ago:  > For vectors, I wonder if more checkAborted() calls could be added too when building large graphs ... Actually does vectors merging today ever check for aborted, e.g. during the concurrent HNSW graph ... > > I'm also not a fan of only doing stored fields -- other Lucene index files can be ginormous ( ...

[20.1 msec search, 21.1 msec total]