[Save this search]

Status
All
   Fixed (7187)
  Closed (4520)
Open (2536)
   Won't Fix (543)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2234)
  PR (302)
Author relation
All
  None (2033)
  Member (605)
  Contributor (420)
  New contributor (55)
Created
All
  Past day (4)
  Past 2 days (6)
  Past 3 days (8)
  Past week (12)
  Past month (39)
  Past 3 months (84)
  Past 6 months (151)
  Past year (278)
Updated
All
  Past day (10)
  Past 2 days (17)
  Past 3 days (22)
  Past week (29)
  Past month (80)
  Past 3 months (126)
  Past 6 months (401)
  Past year (506)
Updated ago
All
  > 1 day ago (2526)
  > 2 days ago (2519)
  > 3 days ago (2514)
  > 1 week ago (2507)
  > 1 month ago (2456)
  > 3 months ago (2410)
  > 1 year ago (2030)
Comment count
All
  0 (552)
  1 (355)
  2 - 5 (796)
  6 - 10 (432)
  10 - 20 (302)
  > 20 (169)
Reaction count
All
  0 (2255)
  1 (166)
  2 - 5 (93)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (15)
  mikemccand (8)
  benwtrent (6)
  rmuir (4)
  iverase (4)
  dweiss (3)
  msokolov (3)

See all 23...
Mentioned
All
  jpountz (91)
  mikemccand (72)
  rmuir (51)
  benwtrent (47)
  msokolov (39)
  uschindler (37)
  vigyasharma (17)

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

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

See all 282...
User
All
  asfimport (1811)
  github-actions[bot] (271)
  mikemccand (205)
  jpountz (199)
  rmuir (129)
  benwtrent (118)
  msokolov (102)

See all 434...
Last comment user
All
  asfimport (1326)
  github-actions[bot] (227)
  jpountz (32)
  mikemccand (31)
  rmuir (25)
  msokolov (16)
  dweiss (15)

See all 157...
Draft
All
  No (250)
  Yes (52)
Component
All
  core (592)
  analysis (149)
  highlighter (47)
  spatial (41)
  facet (40)
  queryparser (27)
  test-framework (25)

See all 23...
Type
All
  enhancement (1166)
  bug (725)
  task (198)
  test (78)
  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 (2536)
Reporter
All
  rmuir (271)
  mikemccand (153)
  jpountz (126)
  dsmiley (68)
  uschindler (52)
  iverase (43)
  romseygeek (41)

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

#15823 PR: Add PriorityQueue#addNoShift, and use it in DisjunctionMaxBulkScorer's constructor.
14.7 hours ago  6 comments  0 votes  0 watches  Copilotcopilot-pull-request-reviewer[bot]github-actions[bot]vsop-479
In DisjunctionMaxBulkScorer's constructor all values to compare is 0, so we can skip the shift.
    copilot-pull-request-reviewer[bot] 14.7 hours ago:  # Pull request overview This PR introduces a specialized PriorityQueue insertion method that skips ... **Changes:**- Add PriorityQueueaddNoShift(T) to append elements without upHeap. - Use addNoShift ... Reviewed changes Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 ...
    Copilot 14.7 hours ago:  New API addNoShift is not covered by tests. Since lucene/core already has util-level tests in TestPriorityQueue, please add a focused test that ...

#15608 PR: TopFieldCollectorManager: Support thread safe
17.7 hours ago  3 comments  0 votes  0 watches  github-actions[bot]prudhvigodithi
Description TopFieldCollectorManager: Support thread safe, resolves https://github.com/apache/ ... ~**Note: Will add some tests and open for discussion to continue support getCollectors()**~
    github-actions[bot] 1.7 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!
    prudhvigodithi 20 days ago:  I was able to repro the issue with this test, this test fails when used this.collectors = new ...

#15620 PR: Add Temporal Merge Policy for time-series data
17.7 hours ago  45 comments  0 votes  0 watches  benwtrentchurromoralesgithub-actions[bot]msfrohshubhamsrkdev
Description This PR introduces TemporalMergePolicy, a new merge policy designed for time-series ... The policy groups segments into time windows and merges segments within the same window, but never ... This preserves temporal locality and improves query performance for time-range queries. relates to ...
    churromorales 23.5 hours ago:  no worries @msfroh thanks for taking a look, appreciate it.
    msfroh 1 day ago:  Hey -- sorry for the delay, @churromorales. I'll give this one last check this afternoon, then I'll go ahead and merge it if no other ...

#15737 PR: Store pre-aggregated sum and value count in DocValuesSkipper
17.7 hours ago  4 comments  0 votes  0 watches  github-actions[bot]jainankitkmccullochtnavneet1vsgup432
Description This PR extends the DocValues skip index to store pre-aggregated sum and valueCount ... This enables collectors and faceting operations to leverage pre-computed aggregation data at search ...
    github-actions[bot] 2.7 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!
    navneet1v 17.6 days ago:  > > add an extra burden on the indexing side? > > I am not sure if you went through the original issue, the entire point is to store ... So that it's intentional.

#15822 PR: Mute TestByteVectorSimilarityQuery.testSomeDeletes unit test until fix
18.6 hours ago  0 comments  0 votes  0 watches  github-actions[bot]sgup432
Description The above test is flaky and there is already an issue for it - https://github.com/ ... As it is causing build failure on other PRs. Once it is fixed, we can unmute the test

#15816: Reproducible failure in TestByteVectorSimilarityQuery.testSomeDeletes
18.8 hours ago  3 comments  0 votes  0 watches  iverasekaivalnpsgup432
Description Error: ` > java.lang.AssertionError: expected:<96> but was:<94> > ... /gradlew test --tests TestByteVectorSimilarityQuery.testSomeDeletes -Dtests.seed=B560214D7ED66D95 - ...
    sgup432 18.8 hours ago:  @kaivalnp Considering this requires more investigation, should we mute this test via AwaitsFix and ... Once the test is fixed we can then remove that check.
    sgup432 19.3 hours ago:  Saw this test fail in my PR as well - https://github.com/apache/lucene/pull/15821 ` - ...

#15820: Lucene103 blocktree TrieReader regression: 4x slower seekExact for _id lookups vs lucene90 FST
19.2 hours ago  1 comments  0 votes  0 watches  Vikasht34jainankitkmsfrohnavneet1v
Description Component: core/codecs Description: The lucene103 blocktree codec replaced the ... This causes a significant performance regression for workloads that perform high-frequency ... With ~400 segments per index, each document requires ~400 seekExact calls.
    navneet1v 23.3 hours ago:  adding @msfroh , @jainankitk on the thread.

[21.1 msec search, 22.1 msec total]