[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 (621)
  Contributor (426)
  New contributor (59)
Created
All
  Past day (0)
  Past 2 days (1)
  Past 3 days (1)
  Past week (5)
  Past month (33)
  Past 3 months (89)
  Past 6 months (132)
  Past year (258)
Updated
All
  Past day (2)
  Past 2 days (5)
  Past 3 days (8)
  Past week (23)
  Past month (56)
  Past 3 months (124)
  Past 6 months (168)
  Past year (478)
Updated ago
All
  > 1 day ago (2545)
  > 2 days ago (2542)
  > 3 days ago (2539)
  > 1 week ago (2524)
  > 1 month ago (2491)
  > 3 months ago (2423)
  > 1 year ago (2069)
Comment count
All
  0 (560)
  1 (357)
  2 - 5 (799)
  6 - 10 (432)
  10 - 20 (305)
  > 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 (20)

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] (232)
  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

#15574 PR: Introduce FirstPassGroupingCollectorManager
52.2 minutes ago  10 comments  0 votes  0 watches  dweissgaobinlonggithub-actions[bot]javanna
Description This pr introduces FirstPassGroupingCollectorManager and switches TestGrouping and ... Relates to https://github.com/apache/lucene/issues/12892.
    javanna 52.2 minutes ago:  Thanks @gaobinlong , I left some comments!
    javanna 52.4 minutes ago:  can usages like these also be replaced? Hopefully we will do a search in the test using the collector retrieved via the collector manager? Can we do the search providing the collector manager instead?

#15557 PR: Introduce AllGroupsCollectorManager
1.1 hours ago  10 comments  0 votes  0 watches  dweissgaobinlonggithub-actions[bot]javannajpountzromseygeek
Description AllGroupsCollector in grouping package did not have until now a corresponding ... Relates to https://github.com/apache/lucene/issues/12892.
    javanna 1.1 hours ago:  Thanks for the update @gaobinlong . I had another look and left a couple more comments. I will merge this PR once those are addressed.
    javanna 1.1 hours ago:  can the groups ever be null? I believe it is initialized with each AllGroupsCollector instance, hence there is no need to check ... Does that make sense?

#15868 PR: Optimise DisjunctionMaxBulkScorer
1.4 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.4 days ago:  Hi @jpountz @uschindler, just a quick nudge on this one.
    iprithv 10.8 days ago:  sure thanks @uschindler, @jpountz, could you please help review this? Thanks!

#15861 PR: Optimise phrasescorer matches
1.4 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.2 days ago:  Thanks @iprithv, this looks great! I left a couple of comments.
    romseygeek 3.2 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.9 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.9 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.9 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.9 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
3 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 3 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 ...

[20.6 msec search, 21.6 msec total]