[Save this search]

Status
All
   Fixed (7187)
  Closed (4667)
Open (2550)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2246)
  PR (304)
Author relation
All
  None (2036)
  Member (622)
  Contributor (426)
  New contributor (57)
Created
All
  Past day (0)
  Past 2 days (5)
  Past 3 days (7)
  Past week (9)
  Past month (32)
  Past 3 months (90)
  Past 6 months (132)
  Past year (257)
Updated
All
  Past day (1)
  Past 2 days (9)
  Past 3 days (14)
  Past week (27)
  Past month (61)
  Past 3 months (128)
  Past 6 months (170)
  Past year (479)
Updated ago
All
  > 1 day ago (2549)
  > 2 days ago (2541)
  > 3 days ago (2536)
  > 1 week ago (2523)
  > 1 month ago (2489)
  > 3 months ago (2422)
  > 1 year ago (2071)
Comment count
All
  0 (563)
  1 (355)
  2 - 5 (799)
  6 - 10 (434)
  10 - 20 (305)
  > 20 (165)
Reaction count
All
  0 (2268)
  1 (168)
  2 - 5 (92)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (15)
  mikemccand (10)
  benwtrent (5)
  rmuir (4)
  iverase (4)
  dweiss (3)
  msokolov (3)

See all 22...
Mentioned
All
  jpountz (94)
  mikemccand (73)
  rmuir (51)
  benwtrent (50)
  msokolov (40)
  uschindler (39)
  dweiss (20)

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

See all 59...
Commented
All
  asfimport (1369)
  github-actions[bot] (241)
  jpountz (140)
  mikemccand (124)
  rmuir (97)
  benwtrent (84)
  msokolov (80)

See all 288...
User
All
  asfimport (1811)
  github-actions[bot] (272)
  mikemccand (209)
  jpountz (202)
  rmuir (129)
  benwtrent (124)
  msokolov (103)

See all 441...
Last comment user
All
  asfimport (1326)
  github-actions[bot] (233)
  mikemccand (35)
  jpountz (32)
  rmuir (24)
  msokolov (18)
  benwtrent (17)

See all 153...
Draft
All
  No (253)
  Yes (51)
Component
All
  core (588)
  analysis (150)
  highlighter (46)
  spatial (41)
  facet (40)
  queryparser (26)
  test-framework (22)

See all 23...
Type
All
  enhancement (1175)
  bug (725)
  task (199)
  test (78)
  documentation (22)
Labels
All
  Stale (227)
  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 (2550)
Reporter
All
  rmuir (270)
  mikemccand (157)
  jpountz (126)
  dsmiley (68)
  uschindler (52)
  romseygeek (42)
  iverase (42)

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

#15984: TestBlockPostingsFormat2.testTTFBlockSize broken in branch_10x
23.3 hours ago  2 comments  0 votes  0 watches  msokolovsmalyshev
Description New failure in branch_10x: ` org.apache.lucene.backward_codecs.lucene50. ... Caused by: > org.apache.lucene.index.TermsHashPerField$DuplicateTermException: field ' ...
    msokolov 23.3 hours ago:  Thanks for reporting, @smalyshev, I'll take a look
    smalyshev 1.5 days ago:  Likely caused by ` commit 3a55cc9ac5e96e39a75e837e326085c5efdc894d (HEAD -> branch_10x, origin/ ...

#15985 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 ...

#15983 PR: Support jdk.CPUTimeSample event in ProfileResults for Java 25+ (JEP 509)
1.5 days ago  0 comments  0 votes  0 watches  github-actions[bot]iprithv
Description Java 25 added CPU-time profiling (JEP 509) which emits jdk.CPUTimeSample events. ProfileResults did not recognize this event type, causing empty profiling reports when the ... Resolves #15926

#15982 PR: Fix undercounting of RAM used by vectors buffered in in-memory segments
1.6 days ago  0 comments  0 votes  0 watches  github-actions[bot]iprithv
Description Vector RAM accounting in ramBytesUsed() had three bugs causing IndexWriter to ... Bugs Fixed Fixes 15901 **1. BufferingKnnVectorsWriter hardcoded Float.BYTES for all encodings** Byte vectors ( ...

#15978 PR: Fix HNSW InfoStream duplicate times and add per-chunk completion logging
1.6 days ago  11 comments  0 votes  0 watches  github-actions[bot]iprithvmikemccand
# Description: Fixes 15967 The printGraphBuildStatus method in HnswGraphBuilder.addVectors() ... However, during concurrent HNSW merging, each worker processes chunks of 2048 vectors, and the ... This means the print fires **at most once per chunk**, always on the first matching node where t == ...
    iprithv 1.6 days ago:  Yes, individual chunks could well complete in sub-millisecond times. Updated both printGraphBuildStatus and the per chunk completion message to use %.2f with nanoTime / ... Thanks!
    iprithv 1.6 days ago:  Sure! Added a shared AtomicLong cumulativeWorkTimeNS that each chunk increments with its elapsed time. At the end of HnswConcurrentMergeBuilder.build(), after all workers finish, it logs: merge ...

#15981: Improve clause ordering for multi-field DocValues range conjunctions
1.7 days ago  1 comments  0 votes  0 watches  romseygeeksgup432
Description After 15954, SortedNumericDocValuesRangeQuery uses SkipBlockRangeIterator as its ... I see that SkipBlockRangeIterator.cost() currently returns NO_MORE_DOCS, which means when multiple ... I wonder if we should have a better way to do this.
    sgup432 1.7 days ago:  @romseygeek Can you take a look and provide your suggestions if this makes sense?

#15979 PR: Add a de-duplicating flat vector format
1.8 days ago  6 comments  0 votes  0 watches  github-actions[bot]kaivalnpmsokolov
Description Closes 14758 Add a new de-duplicating vector format that only stores unique ... De-duplication is done for vectors across all docs and fields indexed by the format. Disclaimer: This was mostly written by an AI, with me refining the implementation through prompts - ...
    msokolov 1.8 days ago:  How do you think this would combine with all the other vector formats, such as the quantizing ones? ... I guess we would want to avoid a lot of code copying ... I guess it should be possible to somehow wrap an existing format so we can independently innovate ...
    msokolov 1.9 days ago:  It seems like we pay a small penalty for doing the indirected lookup. I wonder if we could save this in the case of the "main" field and only pay it for secondary fields ... Oh actually I misread the table!

[21.2 msec search, 22.1 msec total]