[Save this search]

Status
All
   Fixed (7187)
  Closed (5032)
Open (2617)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2274)
  PR (343)
Author relation
All
  None (2056)
  Member (649)
  Contributor (483)
  New contributor (63)
Created
All
  Past day (4)
  Past 2 days (4)
  Past 3 days (6)
  Past week (15)
  Past month (49)
  Past 3 months (121)
  Past 6 months (179)
  Past year (278)
Updated
All
  Past day (11)
  Past 2 days (16)
  Past 3 days (26)
  Past week (43)
  Past month (119)
  Past 3 months (167)
  Past 6 months (226)
  Past year (515)
Updated ago
All
  > 1 day ago (2606)
  > 2 days ago (2601)
  > 3 days ago (2591)
  > 1 week ago (2574)
  > 1 month ago (2498)
  > 3 months ago (2450)
  > 1 year ago (2102)
Comment count
All
  0 (580)
  1 (371)
  2 - 5 (810)
  6 - 10 (444)
  10 - 20 (314)
  > 20 (172)
Reaction count
All
  0 (2332)
  1 (172)
  2 - 5 (91)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (13)
  mikemccand (12)
  rmuir (6)
  benwtrent (5)
  msokolov (4)
  iverase (4)
  dweiss (3)

See all 28...
Mentioned
All
  jpountz (93)
  mikemccand (79)
  rmuir (54)
  benwtrent (54)
  msokolov (40)
  uschindler (39)
  romseygeek (23)

See all 210...
Reviewed
All
  mikemccand (27)
  jpountz (23)
  benwtrent (14)
  rmuir (13)
  msokolov (12)
  dweiss (11)
  uschindler (11)

See all 66...
Commented
All
  asfimport (1368)
  github-actions[bot] (268)
  jpountz (140)
  mikemccand (126)
  rmuir (98)
  msokolov (84)
  benwtrent (84)

See all 305...
User
All
  asfimport (1810)
  github-actions[bot] (313)
  mikemccand (214)
  jpountz (201)
  rmuir (132)
  benwtrent (122)
  msokolov (104)

See all 461...
Last comment user
All
  asfimport (1324)
  github-actions[bot] (257)
  mikemccand (35)
  jpountz (32)
  rmuir (25)
  msokolov (18)
  benwtrent (17)

See all 163...
Draft
All
  No (286)
  Yes (57)
Component
All
  core (628)
  analysis (155)
  highlighter (48)
  spatial (41)
  facet (41)
  queryparser (27)
  test-framework (24)

See all 23...
Type
All
  enhancement (1194)
  bug (725)
  task (202)
  test (80)
  documentation (22)
Labels
All
  Stale (255)
  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 (2617)
Reporter
All
  rmuir (270)
  mikemccand (154)
  jpountz (126)
  dsmiley (67)
  uschindler (52)
  iverase (44)
  dweiss (41)

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

#16418 PR: Incremental doc-values updates
39.4 minutes ago  0 comments  0 votes  0 watches  github-actions[bot]jimczi
Incremental doc-values updates When you update a doc-values field today, Lucene rewrites the ... So a tiny change writes a lot, and it gets worse as the segment grows. The idea is simple: when an update only sets values (no unset), write just the changed docs as a ...

#16420: HNSW-wrapped scalar-quantized fields never hit the centroid fast-path: every delete-free merge ...
44.5 minutes ago  0 comments  0 votes  0 watches  john-mlika
Description Lucene104ScalarQuantizedVectorsWriter.mergeAndRecalculateCentroids has a fast path ... It is unreachable for HNSW-wrapped fields — that is, for Lucene104HnswScalarQuantizedVectorsFormat: ... That pass is one of **four** full reads the merge makes of each source .vec — the checkIntegritychec ...

#16419: branch_10x: KnnVectorsReader.finishMerge() has no caller — merges permanently flip shared vector ...
44.6 minutes ago  0 comments  0 votes  0 watches  john-mlika
Description On branch_10x, KnnVectorsReaderfinishMerge() is dead code: nothing in the branch calls ... The revert half of the merge read-advice machinery is disconnected, so every merge of a vector ... The advice sticks until the segment reader is closed.

#16220 PR: used WANDScorer.advanceShallow() to enable block-max optimizations when nested in conjunctions
9.2 hours ago  8 comments  0 votes  0 watches  costingithub-actions[bot]iprithvjimcziromseygeek
used WANDScorer.advanceShallow() so that WAND queries nested inside conjunctions can skip blocks ...
    jimczi 9.2 hours ago:  Small question: do we need upTo here at all? newUpTo is already a valid boundary on its own (case B forces it below any not-yet-matching scorer, ... Clamping down to the internal upTo can only shrink the block and skip less.
    jimczi 9.2 hours ago:  LGTM, thanks for working on this! Nice to have nested WAND skip blocks instead of treating the whole segment as one. Will merge soon.

#15549 PR: Add half-float (FP16) storage support for vectors
19.2 hours ago  49 comments  0 votes  0 watches  Pulkitg64benwtrentgithub-actions[bot]mikemccandmsokolovrmuirromseygeek
Description This draft PR explores storing float vectors using 2 bytes (half-float/FP16) ... The approach involves storing vectors on disk in half-float format while converting them back to ... However, this conversion step introduces additional overhead during vector reads, resulting in ...
    github-actions[bot] 19.2 hours 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!
    Pulkitg64 15.1 days ago:  Raised this new PR just with Float16 encoding support without any scalar quantization support link

#16248 PR: Allocate postings payload buffers only when the query requests them
19.2 hours ago  2 comments  0 votes  0 watches  github-actions[bot]slow-J
Currently the payloadLengthBuffer, payloadBytes, payload are allocated when indexHasPayloads, but ... (Also needsPayloads depends on indexHasPayloads being true). Gating the allocation on needsPayloads would bring payloads to parity with the buffers in ...
    github-actions[bot] 19.2 hours 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!
    github-actions[bot] 17.8 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!

#16294 PR: Route doc-values queries through ConstantScoreScorerSupplier
19.2 hours ago  1 comments  0 votes  0 watches  costingithub-actions[bot]
Replace DefaultScorerSupplier with ConstantScoreScorerSupplier in five constant-score doc-values ... Same pattern as 16143
    github-actions[bot] 19.2 hours 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!

[42.4 msec search, 43.3 msec total]