[Save this search]

Status
All
   Fixed (7187)
  Closed (4463)
Open (2531)
   Won't Fix (543)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2227)
  PR (304)
Author relation
All
  None (2032)
  Member (600)
  Contributor (409)
  New contributor (56)
Created
All
  Past day (5)
  Past 2 days (5)
  Past 3 days (8)
  Past week (23)
  Past month (51)
  Past 3 months (86)
  Past 6 months (159)
  Past year (283)
Updated
All
  Past day (15)
  Past 2 days (19)
  Past 3 days (29)
  Past week (49)
  Past month (82)
  Past 3 months (123)
  Past 6 months (402)
  Past year (507)
Updated ago
All
  > 1 day ago (2516)
  > 2 days ago (2512)
  > 3 days ago (2502)
  > 1 week ago (2482)
  > 1 month ago (2449)
  > 3 months ago (2408)
  > 1 year ago (2024)
Comment count
All
  0 (555)
  1 (352)
  2 - 5 (794)
  6 - 10 (429)
  10 - 20 (305)
  > 20 (165)
Reaction count
All
  0 (2252)
  1 (166)
  2 - 5 (91)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (14)
  mikemccand (8)
  benwtrent (5)
  iverase (4)
  rmuir (3)
  dweiss (3)
  msokolov (3)

See all 23...
Mentioned
All
  jpountz (90)
  mikemccand (71)
  rmuir (50)
  benwtrent (44)
  uschindler (38)
  msokolov (37)
  dweiss (16)

See all 195...
Reviewed
All
  jpountz (23)
  mikemccand (22)
  rmuir (15)
  msokolov (13)
  uschindler (12)
  benwtrent (12)
  dweiss (11)

See all 59...
Commented
All
  asfimport (1369)
  github-actions[bot] (229)
  jpountz (140)
  mikemccand (118)
  rmuir (97)
  benwtrent (80)
  msokolov (77)

See all 281...
User
All
  asfimport (1811)
  github-actions[bot] (272)
  mikemccand (202)
  jpountz (199)
  rmuir (129)
  benwtrent (118)
  msokolov (98)

See all 428...
Last comment user
All
  asfimport (1326)
  github-actions[bot] (223)
  jpountz (32)
  mikemccand (30)
  rmuir (24)
  msokolov (16)
  gsmiller (15)

See all 155...
Draft
All
  No (251)
  Yes (53)
Component
All
  core (593)
  analysis (151)
  highlighter (47)
  spatial (41)
  facet (40)
  test-framework (28)
  queryparser (27)

See all 23...
Type
All
  enhancement (1160)
  bug (726)
  task (197)
  test (77)
  documentation (22)
Labels
All
  Stale (223)
  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 156...
Commits?
All
  No (2531)
Reporter
All
  rmuir (271)
  mikemccand (153)
  jpountz (126)
  dsmiley (68)
  uschindler (52)
  iverase (43)
  romseygeek (41)

See all 735...
Assignee
All
  Unassigned (2290)
  mikemccand (35)
  uschindler (31)
  romseygeek (28)
  dsmiley (22)
  rmuir (14)
  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

#15761: TestIndexWriter.testThreadInterruptDeadlock - Inconsistency of field data structures across ...
1.7 hours ago  1 comments  0 votes  0 watches  john-wagster
Description IllegalArgumentException: Inconsistency of field data structures across documents for ... got this while doing an unrelated PR build: https://github.com/apache/lucene/actions/runs/ ... pr=15753 <details> <summary>failure stack</summary> ` org.apache.lucene.index.TestIndexWriter > ...
    john-wagster 1.7 hours ago:  some additional info. I am able to reproduce this with the above command but not often on main (6345fef41458927ce480219269 ... Out of 30 tests only 1 failed running the command above to reproduce.

#15739 PR: Fix tessellator failure when a hole is touching another hole in the middle of a segment
3.1 hours ago  1 comments  0 votes  0 watches  craigtavernergithub-actions[bot]iverasemccullocht
We were failing to detect this case and choosing an invalid bridge to eliminate the hole. fixes https://github.com/apache/lucene/issues/15731 (P.S. this time, agent were not so useful ...
    craigtaverner 3.1 hours ago:  LGTM

#15662: Lucene nightly benchmark regression on 29/01
3.6 hours ago  47 comments  0 votes  0 watches  benwtrentepotyomjpountzmikemccandmsokolovrmuirscampishubhamsrkdevstefanvoditauschindler
Description We are seeing regressions on lucene nightly benchmarks on 29/01 The set of commits ... We should find the root cause of the regression. Version and environment details_No response_
    mikemccand 3.6 hours ago:  beast3 benchmarking lives!!! Yesterday's run finally succeeded again end-to-end benchmarks, on downgraded packages, downgraded ... The results are not yet trustworthy -- I have FCLK mis-configured on the current beast3 boot -- ...
    mikemccand 5.3 days ago:  I was curious about temperatures ... I ran sensors and it produces gobbs of output. I'm not sure why so many of them are in ALARM, and I sure hope AUXTIN1 ALARM at 83C is a false ...

#15755 PR: Deprecate Operations.minus() and move to test utilities
4 hours ago  2 comments  0 votes  0 watches  getsaurabh02github-actions[bot]rmuir
# Description Deprecates Operations.minus() and moves it to AutomatonTestUtil for testing purposes ... . # Changes - Deprecated Operations.minus() (marked for removal in Lucene 12) - Added ...
    rmuir 4 hours ago:  looks good. still think we should at least deprecate complement() but it can be done separately.
    rmuir 8.1 hours ago:  Can we deprecate the complement() as well? Nothing needs to be fixed in RegExp around this yet, but it should be marked deprecated for the ... Major releases are too slow.

#15627 PR: Deferring lambda in TermStates.java according to prefetch
4.5 hours ago  24 comments  0 votes  0 watches  epotyomgithub-actions[bot]shubhamsrkdevuschindler
Problem Currently, for term lookup TermStates.get defers for every case (to the lambda in ... This works great for cold indexes but might not be the best for hot indexes. Solution We can depend upon prefetch for deferring.
    shubhamsrkdev 4.5 hours ago:  We merged a PR In luceneutil which adds the task to measure perf improvement from this PR.
    github-actions[bot] 9.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!

#15711 PR: Update DirectoryTaxonomyReader.java to let getBulkPath use cache
5.9 hours ago  7 comments  0 votes  0 watches  epotyomgithub-actions[bot]shubhamsrkdev
Problem getBulkPath is calling getPathFromCache but never uses the value. Solution Use the output of getPathFromCache and only sort uncached ordinals Fixes #15705
    shubhamsrkdev 5.9 hours ago:  Removed!
    shubhamsrkdev 5.9 hours ago:  Ah you're right, I will remove the entire part.

#15757 PR: Skipper-based numeric pruning should work from the start of a segment
7.1 hours ago  1 comments  0 votes  0 watches  github-actions[bot]martijnvgromseygeek
Currently, the postInitializeCompetitiveIterator method called on a new segment can only skip whole ... This commit removes the method and instead calls updateCompetitiveIterator() from the builder's ...
    martijnvg 7.1 hours ago:  LGTM 👍

[159.3 msec search, 178.3 msec total]