[Save this search]

Status
All
   Fixed (7187)
  Closed (5214)
Open (2652)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2283)
  PR (369)
Author relation
All
  None (2064)
  Member (666)
  Contributor (511)
  New contributor (69)
Created
All
  Past day (2)
  Past 2 days (6)
  Past 3 days (10)
  Past week (18)
  Past month (52)
  Past 3 months (133)
  Past 6 months (202)
  Past year (301)
Updated
All
  Past day (13)
  Past 2 days (23)
  Past 3 days (35)
  Past week (47)
  Past month (100)
  Past 3 months (200)
  Past 6 months (249)
  Past year (552)
Updated ago
All
  > 1 day ago (2639)
  > 2 days ago (2629)
  > 3 days ago (2617)
  > 1 week ago (2605)
  > 1 month ago (2552)
  > 3 months ago (2452)
  > 1 year ago (2100)
Comment count
All
  0 (585)
  1 (379)
  2 - 5 (823)
  6 - 10 (448)
  10 - 20 (316)
  > 20 (174)
Reaction count
All
  0 (2366)
  1 (172)
  2 - 5 (92)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (13)
  mikemccand (12)
  rmuir (6)
  dweiss (4)
  iverase (4)
  romseygeek (4)
  benwtrent (4)

See all 26...
Mentioned
All
  jpountz (99)
  mikemccand (85)
  rmuir (63)
  benwtrent (53)
  uschindler (43)
  msokolov (39)
  romseygeek (23)

See all 211...
Reviewed
All
  mikemccand (26)
  jpountz (23)
  rmuir (15)
  benwtrent (14)
  dweiss (12)
  uschindler (12)
  msokolov (10)

See all 66...
Commented
All
  asfimport (1368)
  github-actions[bot] (280)
  jpountz (137)
  mikemccand (127)
  rmuir (98)
  msokolov (86)
  benwtrent (82)

See all 310...
User
All
  asfimport (1810)
  github-actions[bot] (337)
  mikemccand (218)
  jpountz (207)
  rmuir (142)
  benwtrent (121)
  msokolov (107)

See all 469...
Last comment user
All
  asfimport (1319)
  github-actions[bot] (275)
  mikemccand (34)
  jpountz (31)
  rmuir (24)
  msokolov (17)
  benwtrent (17)

See all 168...
Draft
All
  No (307)
  Yes (62)
Component
All
  core (647)
  analysis (155)
  highlighter (47)
  facet (43)
  spatial (42)
  queryparser (30)
  sandbox (24)

See all 23...
Type
All
  enhancement (1205)
  bug (728)
  task (200)
  test (78)
  documentation (22)
Labels
All
  Stale (271)
  legacy-jira-fix-versio... (214)
  legacy-jira-fix-versio... (169)
  affects-version:4.0-ALPHA (81)
  tool:build (54)
  vector-based-search (48)
  affects-version:6.0 (37)

See all 157...
Commits?
All
  No (2652)
Reporter
All
  rmuir (271)
  mikemccand (154)
  jpountz (124)
  dsmiley (69)
  uschindler (52)
  iverase (44)
  dweiss (43)

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

#16592 PR: Build infra modernization (backport)
1 hour ago  3 comments  0 votes  0 watches  dweissgithub-actions[bot]rmuir
This is a backport of gradle build-infra modernization from main. I've let the LLM rip through the changes/ updates done on main and implement the bits that have ... I'll review this manually but overall it already looks very good to me and closes the discrepancy ...
    dweiss 1.1 days ago:  Thank you, Robert. It is a large patch and I took a lot of steps to review it manually in some logical parts - mostly ... Even though the code is mostly ported with an LLM, I am confident it is a good set of changes and ...
    rmuir 1.3 days ago:  i spot checked with sampling. so I definitely didn't look at all 575 diffs. But I think we should go for it

#15952 PR: Add afterMerge() lifecycle hook to KnnVectorsWriter and PerFieldKnnVe…
8.9 hours ago  21 comments  0 votes  0 watches  MrFlapbenwtrentgithub-actions[bot]mikemccandmsokolovnavneet1vshatejas
Resolves https://github.com/apache/lucene/issues/15935 Problem PerFieldKnnVectorsFormat ... This makes it impossible to cleanly release per-merge resources, leading to resource leaks. Solution Add a protected void afterMerge() throws IOException method with a no-op default to both ...
    github-actions[bot] 8.9 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!
    msokolov 15.9 days ago:  > We don't really see an easy way to be this granular about how to detect and allocate resources ... Isn't PerFieldKnnVectorsFormat.mergeOneField exactly this?

#16268 PR: Use the doc-values skip index to skip per-doc value lookups in LongRangeFacetCutter
8.9 hours ago  52 comments  0 votes  0 watches  epotyomgithub-actions[bot]slow-J
Resolves https://github.com/apache/lucene/issues/16249 Implementation heavily inspired by ... Range faceting (in the sandbox module -LongRangeFacetCutter) currently reads the doc-values value ... When the faceted field is single-valued, we can use a doc-values skip index.
    github-actions[bot] 8.9 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!
    slow-J 15.7 days ago:  Fixed merge conflict in changes.txt since this has gotten stale.

#16510 PR: Implement intoBitSet for NotDocIdSet and IndexSortSortedNumericDocValuesRangeQuery
8.9 hours ago  15 comments  0 votes  0 watches  epotyomgithub-actions[bot]kkewwei
Description This PR adds intoBitSet implementations for these two cases, which can avoid ... I’m not sure whether benchmarks are required for these paths. I’d be happy to add them if need
    kkewwei 1.8 days ago:  Thank you for the detailed review, LGTM.
    epotyom 2 days ago:  Maybe worth adding a small test for this method as well.

#16521 PR: Gradle WrapperDownloader: move URL & sha into properties
8.9 hours ago  20 comments  0 votes  0 watches  dsmileydweissgithub-actions[bot]
And don't bother checking if the wrapper jar is out-of-date. Goal: (1) Allow configuration of the wrapper location.
    github-actions[bot] 8.9 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!
    dweiss 15.1 days ago:  Here is my take on this: #16543

#16526 PR: [New feature] Add an adaptive filtered strategy PathSeer for Lucene filtered HNSW search
8.9 hours ago  2 comments  0 votes  0 watches  github-actions[bot]lizhiyuellmsokolov
Description This PR introduces PathSeer, an adaptive filtered HNSW search strategy, for ... . # Motivation Existing filtered HNSW strategies can perform very differently across workloads.
    github-actions[bot] 8.9 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!
    msokolov 15.9 days ago:  results look very promising! thanks for sharing. I think it might take a little while for us to digest

#16637 PR: ci: dial down dependabot PR volume
10.2 hours ago  1 comments  0 votes  0 watches  rmuir
Group patch and minor updates into a single PR for each ecosystem. Major updates still get their own PR. I know it seems aggressive to include the minor too, but I think it is the best fit for this repo.
    rmuir 10.2 hours ago:  I went back a few months and just tallied up merged dependabot PRs by type: * patch: 43 * minor ... If it becomes a problem for us, we can always remove "minor" from a group or whatever is needed.

[15.7 msec search, 16.7 msec total]