[Save this search]

Status
All
   Fixed (7187)
  Closed (5261)
Open (2656)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2288)
  PR (368)
Author relation
All
  None (2065)
  Member (667)
  Contributor (517)
  New contributor (69)
Created
All
  Past day (1)
  Past 2 days (5)
  Past 3 days (5)
  Past week (13)
  Past month (54)
  Past 3 months (118)
  Past 6 months (196)
  Past year (295)
Updated
All
  Past day (5)
  Past 2 days (20)
  Past 3 days (22)
  Past week (37)
  Past month (88)
  Past 3 months (194)
  Past 6 months (244)
  Past year (547)
Updated ago
All
  > 1 day ago (2651)
  > 2 days ago (2636)
  > 3 days ago (2634)
  > 1 week ago (2619)
  > 1 month ago (2568)
  > 3 months ago (2462)
  > 1 year ago (2109)
Comment count
All
  0 (589)
  1 (377)
  2 - 5 (827)
  6 - 10 (452)
  10 - 20 (314)
  > 20 (171)
Reaction count
All
  0 (2368)
  1 (172)
  2 - 5 (94)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (14)
  mikemccand (13)
  rmuir (6)
  msokolov (4)
  iverase (4)
  benwtrent (4)
  dweiss (3)

See all 26...
Mentioned
All
  jpountz (100)
  mikemccand (85)
  rmuir (63)
  benwtrent (53)
  uschindler (42)
  msokolov (39)
  romseygeek (20)

See all 216...
Reviewed
All
  mikemccand (25)
  jpountz (23)
  benwtrent (14)
  rmuir (13)
  uschindler (12)
  msokolov (10)
  dweiss (9)

See all 64...
Commented
All
  asfimport (1368)
  github-actions[bot] (285)
  jpountz (137)
  mikemccand (125)
  rmuir (96)
  msokolov (88)
  benwtrent (83)

See all 313...
User
All
  asfimport (1810)
  github-actions[bot] (338)
  mikemccand (217)
  jpountz (208)
  rmuir (139)
  benwtrent (121)
  msokolov (109)

See all 478...
Last comment user
All
  asfimport (1319)
  github-actions[bot] (276)
  mikemccand (34)
  jpountz (31)
  rmuir (22)
  msokolov (19)
  benwtrent (18)

See all 166...
Draft
All
  No (305)
  Yes (63)
Component
All
  core (649)
  analysis (155)
  highlighter (46)
  facet (42)
  spatial (41)
  queryparser (30)
  sandbox (26)

See all 23...
Type
All
  enhancement (1208)
  bug (728)
  task (201)
  test (79)
  documentation (21)
Labels
All
  Stale (275)
  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 (2656)
Reporter
All
  rmuir (269)
  mikemccand (154)
  jpountz (124)
  dsmiley (67)
  uschindler (52)
  iverase (44)
  dweiss (42)

See all 768...
Assignee
All
  Unassigned (2414)
  mikemccand (35)
  uschindler (33)
  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

#16667 PR: Rewrite BooleanQuery to MatchNoDocsQuery when it has MUST_NOT clause
10 hours ago  2 comments  0 votes  0 watches  epotyomgithub-actions[bot]msokolov
Rewrite BooleanQuery to MatchNoDocsQuery when it has MUST_NOT clause matching one of its MUST boost ... It's a follow-up to https://github.com/apache/lucene/pull/16446
    msokolov 1.6 days ago:  can we merge this with the above check and also include FILTER?

#16688 PR: Fix minor typos in queryparser/classic package-info javadoc
15.5 hours ago  0 comments  0 votes  0 watches  github-actions[bot]hikmetba-bit
Three grammatical typos in lucene/queryparser/src/java/org/apache/lucene/queryparser/classic/ ... Verified all three are still present, byte-for-byte, on the current default branch before making ... Closes 8784 🤖 Generated with Claude Code

#16680 PR: Add type to compound word
18.1 hours ago  19 comments  0 votes  0 watches  github-actions[bot]mkhludnevrenatohrmuiruschindler
Hi @uschindler Is there a reason not to have a specific type on the compound words, so that I ...
    renatoh 18.1 hours ago:  good point, thanks for your input.
    mkhludnev 18.6 hours ago:  There's a conception to substituting constant to tests that let to detect a change in constant ...

#16666 PR: Iouring rerank reads for larger-than-RAM KNN search
23.8 hours ago  0 comments  0 votes  0 watches  190230250github-actions[bot]goankur
Title: **(Implemented with AI and Human in the loop)** Sandbox IoUringDirectory: batched ... **Nothing outside lucene/sandbox/ is touched.** Description In 16656 a rerank shortlist is ... Each read costs a syscall, a thread hand-off and a blocked worker. io_uring replaces the pattern: ...

#16656 PR: Parallel O_DIRECT rerank reads for larger-than-RAM KNN search
23.9 hours ago  0 comments  0 votes  0 watches  github-actions[bot]goankur
Title: **(Implemented with AI, with Human in the loop)** Parallel O_DIRECT full-precision ... RescoreTopNQuery scores one document at a time, so a shortlist of M candidates becomes M dependent ... Batching per input is not enough either.

#16687 PR: Use quantized vectors for fp16 HNSW graph merging
1.3 days ago  0 comments  0 votes  0 watches  github-actions[bot]kaivalnp
Description Scalar quantization support for FLOAT16 vectors was recently added in 16473. During merging of FLOAT32 vectors, the quantized version is used to build HNSW graphs. Fixing the FLOAT16 path to be consistent with FLOAT32, instead of using the input vectors during ...

#16510 PR: Implement intoBitSet for NotDocIdSet and IndexSortSortedNumericDocValuesRangeQuery
1.3 days ago  16 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
    github-actions[bot] 1.3 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!
    kkewwei 16.7 days ago:  Thank you for the detailed review, LGTM.

[18.4 msec search, 19.3 msec total]