[Save this search]

Status
All
   Fixed (7187)
  Closed (4652)
Open (2547)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2244)
  PR (303)
Author relation
All
  None (2034)
  Member (620)
  Contributor (426)
  New contributor (59)
Created
All
  Past day (0)
  Past 2 days (1)
  Past 3 days (2)
  Past week (5)
  Past month (33)
  Past 3 months (89)
  Past 6 months (132)
  Past year (258)
Updated
All
  Past day (0)
  Past 2 days (3)
  Past 3 days (7)
  Past week (22)
  Past month (56)
  Past 3 months (124)
  Past 6 months (168)
  Past year (478)
Updated ago
All
  > 1 day ago (2547)
  > 2 days ago (2544)
  > 3 days ago (2540)
  > 1 week ago (2525)
  > 1 month ago (2491)
  > 3 months ago (2423)
  > 1 year ago (2069)
Comment count
All
  0 (560)
  1 (358)
  2 - 5 (799)
  6 - 10 (431)
  10 - 20 (303)
  > 20 (165)
Reaction count
All
  0 (2265)
  1 (168)
  2 - 5 (92)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (15)
  mikemccand (8)
  benwtrent (5)
  rmuir (4)
  iverase (4)
  romseygeek (4)
  dweiss (3)

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

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

See all 59...
Commented
All
  asfimport (1369)
  github-actions[bot] (240)
  jpountz (140)
  mikemccand (123)
  rmuir (98)
  benwtrent (85)
  msokolov (79)

See all 286...
User
All
  asfimport (1811)
  github-actions[bot] (271)
  mikemccand (209)
  jpountz (202)
  rmuir (130)
  benwtrent (124)
  msokolov (102)

See all 439...
Last comment user
All
  asfimport (1326)
  github-actions[bot] (233)
  mikemccand (34)
  jpountz (32)
  rmuir (24)
  benwtrent (16)
  gsmiller (15)

See all 153...
Draft
All
  No (251)
  Yes (52)
Component
All
  core (587)
  analysis (150)
  highlighter (47)
  spatial (41)
  facet (39)
  queryparser (26)
  test-framework (23)

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

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

#15868 PR: Optimise DisjunctionMaxBulkScorer
1.3 days ago  5 comments  0 votes  0 watches  github-actions[bot]iprithvjpountzuschindler
Description: Made two optimisations here: **1. Reuse inner LeafCollector** : The anonymous LeafCollector was allocated inside the inner do-while ... Moved to a reusable field (innerCollector), eliminating per-window allocations and GC pressure.
    iprithv 1.3 days ago:  Hi @jpountz @uschindler, just a quick nudge on this one.
    iprithv 10.6 days ago:  sure thanks @uschindler, @jpountz, could you please help review this? Thanks!

#15861 PR: Optimise phrasescorer matches
1.3 days ago  5 comments  0 votes  0 watches  github-actions[bot]iprithvromseygeek
# Description Optimise **PhraseScorer** in **ScoreMode.TOP_SCORES** by short-circuiting ... . # Behaviour In **PhraseScorer.TwoPhaseIterator.matches()**: 1.
    romseygeek 3.1 days ago:  Thanks @iprithv, this looks great! I left a couple of comments.
    romseygeek 3.1 days ago:  Can we add benchmarks to check that there isn't an adverse impact on COMPLETE and COMPLETE_NO_SCORES ...

#15968: Generalize jmh-table.py into a reusable visualization for any JMH benchmark
1.7 days ago  0 comments  0 votes  0 watches  gsmillermikemccandneoremind
Description Spinoff from 15950 as @mikemccand suggested. The jmh-table.py visualization introduced in this PR for ScoreDoc sort benchmark is really cool, ... One enhancement is: the script currently hardcodes size and distribution which ties specifically to ...

#15950 PR: Add JMH benchmark comparing various sort algorithms specifically for sorting ScoreDoc[] of varying ...
2.7 days ago  16 comments  0 votes  0 watches  gsmillermikemccandneoremindzihanx
[Spinoff from @zihanx's recent PR (15803) adding ReaderUtil.partitionByLeaf helper to collate any ... TL;DR: see this cool benchmark results UI testing various algorithms to sort ScoreDoc[] (smaller is ... The hits from a Lucene query (ScoreDoc[]) come out sorted by something important to the user (e.g. ...
    neoremind 2.7 days ago:  Nice work on the benchmark + visualization! One thing I noticed: jmh-table.py currently hardcodes size and distribution as the param dimensions ... If the script is meant to be general-purpose, would it make sense to auto-discover @Param attribute ...
    mikemccand 3.8 days ago:  Ooh good catch, you're right -- Lucene hits would never duplicate docid.

#15967: The InfoStream progress lines from concurrent HNSW merging report duplicate times
2.8 days ago  1 comments  0 votes  0 watches  mikemccand
I'm digging into nightly benchy and concurrent HNSW merging, trying to extend segment traces to ... InfoStream has these useful lines: ` HNSW 0 [2026-04-15T14:58:00.633261871Z; hnsw-merge-1-thread- ... Here's the source: ` private long printGraphBuildStatus(int node, long start, long t) { long ...
    mikemccand 2.8 days ago:  Related: it would be helpful if each work unit (2048 vectors inserted into the graph) InfoStream'd ... Then we could derive the "effective concurrency" by summing all those times that contributed to one ...

#15732 PR: Prevent writing vectors twice during merging HNSW graphs
2.8 days ago  43 comments  0 votes  0 watches  benwtrentgithub-actions[bot]iverasemccullochtmsokolov
This PR is just addressing the following suggestion from Adrien when merging https://github.com/ ... This version only supports un-quantised vectors because for quantise vectors the logic is a bit ... The key aspects of this implementation are: 1.- KnnVectorsWritermergeOneField returns now an ...
    iverase 2.9 days ago:  makes sense, done.
    github-actions[bot] 3.4 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!

#15960 PR: Move parent field from DWPT to IndexingChain
2.9 days ago  2 comments  0 votes  0 watches  ChrisHegartyTim-Brooksdnhatngithub-actions[bot]mikemccandromseygeek
The parent field (used for block indexing) was previously managed by DWPT: it created a ... Move ownership of the parent field into IndexingChain, where field schemas and processing already ... The parent field and its PerField are created once in the IndexingChain constructor, and ...
    ChrisHegarty 2.9 days ago:  I agree with @romseygeek, but otherwise LGTM
    romseygeek 4 days ago:  Presumably we originally thought that there would be other reserved fields which never appeared? This makes sense to me, but I'd like to get eyes from somebody more familiar with IndexingChain - @ ...

[21.2 msec search, 22.3 msec total]