[Save this search]

Status
All
   Fixed (7187)
  Closed (4700)
Open (2558)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2245)
  PR (313)
Author relation
All
  None (2036)
  Member (631)
  Contributor (430)
  New contributor (57)
Created
All
  Past day (1)
  Past 2 days (9)
  Past 3 days (11)
  Past week (18)
  Past month (36)
  Past 3 months (93)
  Past 6 months (134)
  Past year (263)
Updated
All
  Past day (5)
  Past 2 days (21)
  Past 3 days (28)
  Past week (39)
  Past month (64)
  Past 3 months (134)
  Past 6 months (174)
  Past year (487)
Updated ago
All
  > 1 day ago (2553)
  > 2 days ago (2537)
  > 3 days ago (2530)
  > 1 week ago (2519)
  > 1 month ago (2494)
  > 3 months ago (2424)
  > 1 year ago (2071)
Comment count
All
  0 (567)
  1 (355)
  2 - 5 (797)
  6 - 10 (438)
  10 - 20 (306)
  > 20 (166)
Reaction count
All
  0 (2276)
  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 23...
Mentioned
All
  jpountz (94)
  mikemccand (74)
  rmuir (50)
  benwtrent (49)
  msokolov (39)
  uschindler (38)
  dweiss (17)

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

See all 61...
Commented
All
  asfimport (1369)
  github-actions[bot] (236)
  jpountz (140)
  mikemccand (124)
  rmuir (96)
  benwtrent (83)
  msokolov (81)

See all 289...
User
All
  asfimport (1811)
  github-actions[bot] (275)
  mikemccand (210)
  jpountz (202)
  rmuir (128)
  benwtrent (123)
  msokolov (105)

See all 442...
Last comment user
All
  asfimport (1326)
  github-actions[bot] (228)
  mikemccand (33)
  jpountz (32)
  rmuir (24)
  msokolov (16)
  benwtrent (16)

See all 155...
Draft
All
  No (262)
  Yes (51)
Component
All
  core (594)
  analysis (150)
  highlighter (46)
  spatial (42)
  facet (40)
  queryparser (27)
  test-framework (24)

See all 23...
Type
All
  enhancement (1174)
  bug (724)
  task (199)
  test (78)
  documentation (23)
Labels
All
  Stale (221)
  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 (2558)
Reporter
All
  rmuir (270)
  mikemccand (156)
  jpountz (126)
  dsmiley (70)
  uschindler (52)
  romseygeek (42)
  dweiss (41)

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

#15854 PR: build(deps): update ansible requirement from <9 to <14 in /dev-tools
9.4 hours ago  1 comments  0 votes  0 watches  dependabot[bot]github-actions[bot]rmuir
Updates the requirements on ansible to permit the latest version. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ansible-community/ ... </li><li><a href="https://github.com/ansible-community/ansible-build-data/commit/dc578db41525dbc1ee4 ...
    github-actions[bot] 29.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!

#15950 PR: Add JMH benchmark comparing various sort algorithms specifically for sorting ScoreDoc[] of varying ...
9.4 hours ago  26 comments  0 votes  0 watches  Tony-Xgithub-actions[bot]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. ...
    github-actions[bot] 9.4 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!
    neoremind 14.8 days ago:  I've created https://github.com/apache/lucene/issues/15968 to track.

#16027 PR: Add base class and infrastructure support for JUnit5/Jupiter
14.7 hours ago  1 comments  0 votes  0 watches  dweissgithub-actions[bot]
This patch adds a new class LuceneTestCaseJupiter, which can be used as a direct replacement for ... The test-framework module exports both junit4 and junit5/jupiter dependencies. LuceneTestCase remains the parent abstract class for JUnit4 tests.
    dweiss 16 hours ago:  Relate: #13523

#13523: test-framework JUnit 5 support
16 hours ago  3 comments  0 votes  0 watches  arjenmdweissgithub-project-automation[bot]tomkdgunvmargerin
Description Currently the test-framework module is using JUnit 4 and can't be used in recent Java ...
    dweiss 9.8 days ago:  I have been working on it. It's not an easy thing to do but I've been making progress.
    tomkdgun 9.8 days ago:  > See this related issue and discussion. randomizedtesting/randomizedtesting256 Hi, The mentioned ...

#16003 PR: Optimize QueryVisitor.EMPTY_VISITOR
19.6 hours ago  1 comments  0 votes  0 watches  dsmileygithub-actions[bot]romseygeek
It's a shame the EMPTY_VISITOR was nonetheless still processing various MultiTermQuery ... This fixes that.
    romseygeek 19.6 hours ago:  +1

#16011 PR: build(deps): bump ast-grep-cli from 0.42.0 to 0.42.1 in /dev-tools
1 day ago  0 comments  0 votes  0 watches  dependabot[bot]
Bumps ast-grep-cli from 0.42.0 to 0.42.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ast-grep ... </em></p> <blockquote> <h2>0.42.1</h2> <ul> <li>feat: Support Dart again <a href="https:// ...

#16015 PR: build(deps): bump actionlint-py from 1.7.11.24 to 1.7.12.24 in /dev-tools
1 day ago  0 comments  0 votes  0 watches  dependabot[bot]
Bumps actionlint-py from 1.7.11.24 to 1.7.12.24. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Mateusz-Grzelinski/ ...

[20.8 msec search, 21.7 msec total]