[Save this search]

Status
All
   Fixed (7187)
  Closed (4499)
Open (2536)
   Won't Fix (543)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2231)
  PR (305)
Author relation
All
  None (2031)
  Member (605)
  Contributor (417)
  New contributor (56)
Created
All
  Past day (3)
  Past 2 days (4)
  Past 3 days (5)
  Past week (15)
  Past month (42)
  Past 3 months (86)
  Past 6 months (155)
  Past year (285)
Updated
All
  Past day (7)
  Past 2 days (15)
  Past 3 days (20)
  Past week (33)
  Past month (88)
  Past 3 months (127)
  Past 6 months (404)
  Past year (508)
Updated ago
All
  > 1 day ago (2529)
  > 2 days ago (2521)
  > 3 days ago (2516)
  > 1 week ago (2503)
  > 1 month ago (2448)
  > 3 months ago (2409)
  > 1 year ago (2028)
Comment count
All
  0 (552)
  1 (355)
  2 - 5 (799)
  6 - 10 (430)
  10 - 20 (303)
  > 20 (167)
Reaction count
All
  0 (2255)
  1 (166)
  2 - 5 (93)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (14)
  mikemccand (8)
  benwtrent (6)
  rmuir (4)
  dweiss (4)
  iverase (4)
  msokolov (3)

See all 25...
Mentioned
All
  jpountz (90)
  mikemccand (73)
  rmuir (50)
  benwtrent (46)
  msokolov (38)
  uschindler (37)
  vigyasharma (18)

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

See all 61...
Commented
All
  asfimport (1369)
  github-actions[bot] (230)
  jpountz (141)
  mikemccand (121)
  rmuir (95)
  benwtrent (83)
  msokolov (80)

See all 281...
User
All
  asfimport (1811)
  github-actions[bot] (271)
  mikemccand (204)
  jpountz (200)
  rmuir (127)
  benwtrent (119)
  msokolov (101)

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

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

See all 23...
Type
All
  enhancement (1165)
  bug (725)
  task (198)
  test (77)
  documentation (22)
Labels
All
  Stale (218)
  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 (2536)
Reporter
All
  rmuir (271)
  mikemccand (153)
  jpountz (127)
  dsmiley (68)
  uschindler (52)
  iverase (43)
  romseygeek (41)

See all 734...
Assignee
All
  Unassigned (2294)
  mikemccand (35)
  uschindler (31)
  romseygeek (28)
  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

#14738 PR: feat: add automated backport workflow
4.9 hours ago  23 comments  0 votes  0 watches  ayagmargithub-actions[bot]github-advanced-security[bot]github-project-automation[bot]mikemccandrmuirstefanvoditavigyasharma
Fixes 14496 # Summary This PR adds an automated backport workflow for merged pull requests. The implementation now: - uses a dedicated script file for planning: .github/workflows/backport.sh ... .
    ayagmar 4.9 hours ago:  they're not, nice catch! I trimmed the resolver to Lucene’s branch conventions only: - branch_<major>x - branch_<major ...
    ayagmar 4.9 hours ago:  In dry-run mode we do not take actions on the PR The backport job is skipped entirely when ... So dry-run is observability only to test the waters let's say before flipping the switch

#15799 PR: Exclude JNA Cleaner thread from ThreadLeak detection
8.5 hours ago  3 comments  0 votes  0 watches  dweissgithub-actions[bot]romseygeeksgup432
JNA Cleaner is a static per-JVM thread that may start up during the execution of a test if JNA is ...
    romseygeek 1.2 days ago:  We don't use JNA in lucene as far as I can tell, but this can still affect anybody who has some ...

#15601 PR: BufferedChecksum JMH benchmark
19 hours ago  4 comments  0 votes  0 watches  github-actions[bot]sgup432
Description Benchmarking BufferedChecksum with: - bulk update - small updates (1 byte at a ... -- If this is your first contribution to Lucene, please make sure you have reviewed the ... https://github.com/apache/lucene/blob/main/CONTRIBUTING.md -->
    sgup432 1.2 months ago:  Comparing direct CRC32/32C vs our buffered custom CRC32/32C logic. Also compares single byte updates. Added more data size C7i.xlarge instance type ` Benchmark ...
    sgup432 1.4 months ago:  Similarly ran against Apple M4 ` Benchmark ( ...

#15728 PR: GITHUB#15480 Make SortField.comparatorSource final
20.3 hours ago  2 comments  0 votes  0 watches  SYEDMDSAADdweissgithub-actions[bot]
This change takes a small step toward making SortField immutable by making comparatorSource final ... No behavioral changes are introduced.
    dweiss 1.4 days ago:  I don't understand the patch with respect to the issue description.
    github-actions[bot] 1.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!

#15802 PR: Improvements to similarity-based vector search query
20.7 hours ago  1 comments  0 votes  0 watches  github-actions[bot]kaivalnp
Description 12679 added a query to perform similarity-based vector searches: matching _all_ ... Change concurrency model from one-thread-per-slice to one-thread-per-segment - See #12160, ... Optimize filtered search by applying conjunction on docs that have vectors - Similar to a KNN ...
    kaivalnp 20.7 hours ago:  knnPerfTest.py benchmarks (using https://github.com/mikemccand/luceneutil/pull/542) with Cohere v3, ...

#15800 PR: Optimize HNSW Multi-Vector Search via Document-Centric Short-Circuiting
23.1 hours ago  0 comments  0 votes  0 watches  github-actions[bot]krickert
Problem With the recent introduction of LateInteractionField and the rise of multi-vector models ( ... Standard search treats these as $N$ unique targets, leading to significant CPU waste. If a document has thousands of chunks and one chunk is already securely in the Top-K, standard ...

#15801 PR: Add 4-arg map override to FilterFileChannel
23.4 hours ago  1 comments  0 votes  0 watches  github-actions[bot]ldemattemayya-sharipova
Java 22 added FileChannel.map(MapMode, long, long, Arena) which returns MemorySegment. The base FileChannel class provides a default implementation that throws UnsupportedOperationExcep ... Without this override, any wrapped FileChannel based on FilterFileChannel would fail when the 4 ...
    mayya-sharipova 23.5 hours ago:  @ldematte would appreciate your review here

[22.6 msec search, 23.6 msec total]