[Save this search]

Status
All
   Fixed (7187)
  Closed (5233)
Open (2656)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2286)
  PR (370)
Author relation
All
  None (2062)
  Member (667)
  Contributor (516)
  New contributor (68)
Created
All
  Past day (6)
  Past 2 days (8)
  Past 3 days (9)
  Past week (19)
  Past month (58)
  Past 3 months (130)
  Past 6 months (205)
  Past year (305)
Updated
All
  Past day (15)
  Past 2 days (21)
  Past 3 days (24)
  Past week (44)
  Past month (103)
  Past 3 months (200)
  Past 6 months (250)
  Past year (554)
Updated ago
All
  > 1 day ago (2641)
  > 2 days ago (2635)
  > 3 days ago (2632)
  > 1 week ago (2612)
  > 1 month ago (2553)
  > 3 months ago (2456)
  > 1 year ago (2102)
Comment count
All
  0 (592)
  1 (375)
  2 - 5 (827)
  6 - 10 (449)
  10 - 20 (312)
  > 20 (173)
Reaction count
All
  0 (2368)
  1 (172)
  2 - 5 (94)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (13)
  mikemccand (12)
  rmuir (6)
  msokolov (4)
  iverase (4)
  romseygeek (4)
  benwtrent (4)

See all 26...
Mentioned
All
  jpountz (99)
  mikemccand (84)
  rmuir (62)
  benwtrent (53)
  uschindler (41)
  msokolov (40)
  romseygeek (24)

See all 211...
Reviewed
All
  mikemccand (25)
  jpountz (23)
  benwtrent (14)
  rmuir (13)
  uschindler (10)
  dweiss (9)
  msokolov (9)

See all 66...
Commented
All
  asfimport (1368)
  github-actions[bot] (279)
  jpountz (137)
  mikemccand (126)
  rmuir (97)
  msokolov (87)
  benwtrent (82)

See all 309...
User
All
  asfimport (1810)
  github-actions[bot] (336)
  mikemccand (217)
  jpountz (207)
  rmuir (140)
  benwtrent (121)
  msokolov (108)

See all 470...
Last comment user
All
  asfimport (1319)
  github-actions[bot] (273)
  mikemccand (34)
  jpountz (31)
  rmuir (24)
  msokolov (17)
  benwtrent (17)

See all 168...
Draft
All
  No (308)
  Yes (62)
Component
All
  core (650)
  analysis (154)
  highlighter (46)
  facet (42)
  spatial (41)
  queryparser (29)
  sandbox (24)

See all 23...
Type
All
  enhancement (1206)
  bug (728)
  task (202)
  test (78)
  documentation (21)
Labels
All
  Stale (270)
  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 (2656)
Reporter
All
  rmuir (271)
  mikemccand (154)
  jpountz (124)
  dsmiley (67)
  uschindler (52)
  iverase (44)
  dweiss (43)

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

See all 44...
  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

#16660 PR: Skip blocks without decompressing them when reading selected stored fields.
1.7 minutes ago  0 comments  0 votes  0 watches  vsop-479
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 -->

#16540 PR: Store doc values disi data into a separate file
29.6 minutes ago  5 comments  0 votes  0 watches  costingithub-actions[bot]romseygeeksgup432
Description This moves out the doc values disi data (used to store sparse data) into a separate ... Closes - https://github.com/apache/lucene/issues/16298 <!-- If this is your first contribution to Lucene, please make sure you have reviewed the ...
    romseygeek 29.6 minutes ago:  Thanks @sgup432, this looks great. Let's move the CHANGES entry to 10.6, and I will merge and backport.
    romseygeek 31.2 minutes ago:  This can go into 10.6

#16030 PR: Implement data-blind scalar quantization
4.6 hours ago  27 comments  0 votes  0 watches  github-actions[bot]kaivalnpmccullochtmikemccandromseygeek
Add an option to the quantization format to enable or disable centering (enabled by default). When centering is disabled we also stop writing the float vectors which can lead to significant ... Special handling is included during merges -- we check that all of the input is in the same ...
    mccullocht 1.5 days ago:  It's not part of the automated indexing flow but IIUC there is already support for truncating the ... At 4 or 8 bits this is almost always pretty reasonable.
    mccullocht 1.5 days ago:  This file has been deleted.

#16659 PR: ci: use faster arm runners when we don't care
6.3 hours ago  2 comments  0 votes  0 watches  rmuir
For many of these jobs the execution time might not matter, but the lower queue time gives a less ... This switches over remainder of CI jobs to arm runner, although the labeller job i switched to slim ... This doesn't change build matrix, instead just jobs that were only running on x86 (since e.g. they ...
    rmuir 6.3 hours ago:  The labeller job won't cut over on a PR, since its a pull_request_target. change has to actually ... I switched over the new intranet mirror job (was a bit behind). So that just leaves the two on ubuntu-latest: * explicitly tested in the build matrix * faiss ...
    rmuir 7 hours ago:  This is kinda what I mean, see all the ubuntu-latest jobs queued, yet everything else done. Good to use the faster computer if you really don't care. <img width="993" height="440" alt="Screen_Shot_2026-09-09_at_22 36 17" src="https://github.com/ ...

#16567 PR: Add ivfaster: a segment-lifecycle-aware IVF vector codec for the sandbox
7.1 hours ago  3 comments  0 votes  0 watches  RKSPDgithub-actions[bot]gsmillermsokolov
IVFaster: a segment-lifecycle-aware IVF vector codec (sandbox) It's no secret that vector search ... Segments are immutable and merge constantly, and both properties are cheap for an inverted index ... There have been attempts to improve this behavior, namely IncrementalHnswGraphMerger, which adopts ...
    gsmiller 12.5 days ago:  Disclaimer: Rikhil and I work together and started a conversation about this earlier today, but I ... A property that really excites me about IVF is that docIDs can be traversed in monotonically ... I find this compelling since it means docs could potentially be evaluated doc-at-a-time along with ...
    RKSPD 13.6 days ago:  > exciting! the numbers you shared look compelling. Can you address the failing checks?

#16657 PR: Fix hashCode/equals contract violation in LRUQueryCache QueryCacheKey
7.7 hours ago  0 comments  0 votes  0 watches  github-actions[bot]sgup432
Description LRUQueryCache was recently refactored(releasing in lucene 11.0) to partition the ... I found out a bug in this QueryCacheKey where this compares queries by value in equals() but hashes ... For example: we cache new TermQuery("color","red"), then look it up with another new TermQuery(" ...

#16658 PR: ci: switch to arm runner for codeql jobs
7.8 hours ago  1 comments  0 votes  0 watches  rmuir
arm runners are usually a bit faster and its the same cost. For example, for our test jobs, the avg runtime is 4:50 vs x86 average of 6:42 codeql Analyze( ... Let's cut it over now that arm is supported.
    rmuir 7.8 hours ago:  Shaves 2 minutes off the run it seems

[15.9 msec search, 16.9 msec total]