[Save this search]

Status
All
   Fixed (7187)
  Closed (5095)
Open (2631)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2281)
  PR (350)
Author relation
All
  None (2061)
  Member (649)
  Contributor (486)
  New contributor (70)
Created
All
  Past day (0)
  Past 2 days (0)
  Past 3 days (1)
  Past week (8)
  Past month (52)
  Past 3 months (131)
  Past 6 months (184)
  Past year (287)
Updated
All
  Past day (7)
  Past 2 days (8)
  Past 3 days (16)
  Past week (39)
  Past month (124)
  Past 3 months (177)
  Past 6 months (240)
  Past year (529)
Updated ago
All
  > 1 day ago (2624)
  > 2 days ago (2623)
  > 3 days ago (2615)
  > 1 week ago (2592)
  > 1 month ago (2507)
  > 3 months ago (2454)
  > 1 year ago (2102)
Comment count
All
  0 (588)
  1 (375)
  2 - 5 (811)
  6 - 10 (445)
  10 - 20 (314)
  > 20 (170)
Reaction count
All
  0 (2345)
  1 (172)
  2 - 5 (92)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (13)
  mikemccand (11)
  rmuir (6)
  iverase (4)
  romseygeek (4)
  benwtrent (4)
  uschindler (3)

See all 27...
Mentioned
All
  jpountz (103)
  mikemccand (87)
  rmuir (61)
  benwtrent (53)
  uschindler (42)
  msokolov (40)
  romseygeek (24)

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

See all 62...
Commented
All
  asfimport (1368)
  github-actions[bot] (268)
  jpountz (140)
  mikemccand (126)
  rmuir (96)
  msokolov (83)
  benwtrent (82)

See all 309...
User
All
  asfimport (1810)
  github-actions[bot] (319)
  mikemccand (219)
  jpountz (211)
  rmuir (137)
  benwtrent (121)
  msokolov (102)

See all 465...
Last comment user
All
  asfimport (1321)
  github-actions[bot] (256)
  mikemccand (36)
  jpountz (32)
  rmuir (24)
  benwtrent (17)
  msokolov (16)

See all 164...
Draft
All
  No (292)
  Yes (58)
Component
All
  core (627)
  analysis (156)
  highlighter (46)
  facet (42)
  spatial (41)
  queryparser (29)
  test-framework (21)

See all 23...
Type
All
  enhancement (1199)
  bug (727)
  task (202)
  test (78)
  documentation (22)
Labels
All
  Stale (254)
  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 (2631)
Reporter
All
  rmuir (270)
  mikemccand (154)
  jpountz (126)
  dsmiley (69)
  uschindler (52)
  iverase (43)
  dweiss (41)

See all 760...
Assignee
All
  Unassigned (2388)
  mikemccand (35)
  uschindler (32)
  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

#16357 PR: Add shared-floor kNN collection to the sandbox module
5.6 hours ago  4 comments  0 votes  0 watches  benwtrentgithub-actions[bot]krickertvigyasharma
Sandbox: shared-floor kNN collection for multi-shard search # The problem Distributed HNSW ... The goal of this PR is to open up the ability to test ways to bring this number down which should ... Although initial measurements suggest around a 30% reduction, testing is underway to produce a more ...
    krickert 2.3 days ago:  I'm testing this feature it works. Awaiting for someone to review
    github-actions[bot] 2.4 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!

#16422 PR: Convert Hunspell Dictionary affix directive parsing else-if chain to …
9.9 hours ago  1 comments  0 votes  0 watches  github-actions[bot]rajat315315
Fixes: 16421 Description Using a modern Java switch statement on firstWord simplifies this ... . <!
    github-actions[bot] 9.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!

#14845: Should we use the new expectedVisitedNodes estimator to speed up filtered vector search?
20.9 hours ago  8 comments  0 votes  0 watches  CH-Abhinavakhilesh-katsushi-matsuibenwtrentgithub-project-automation[bot]jpountztteofili
Description @benwtrent 's PR at 14836 introduced an estimator for the number of visited nodes ... Currently, filtered vector search works roughly this way: 1. compute a per-leaf k value based on ... This should help save approximate searches that are almost certainly going to be stopped early and ...
    CH-Abhinav 20.9 hours ago:  Correction :- After observing Lucene99HnswVectorsReader.java in codecs it is clear that check is ... So can this issue be closed?
    CH-Abhinav 23.4 hours ago:  @jpountz I am auditing this issue. Noting that PR #15070 was closed pending the codec-level refactoring in #14963, and that #14963 has ... Is this issue open for contribution?

#16489 PR: Pattern replace keywords
22.2 hours ago  0 comments  0 votes  0 watches  github-actions[bot]xabbu42
Description Add an ignoreKeywords flag to PatternReplaceFilter similar to WordDelimiterGraphFilt ... We use PatternReplaceFilter for some custom spelling normalization and minimal stemming and would ... Disclaimers This pull request was created using aider and Claude Sonnet 4.

#16474 PR: GITHUB#7820: refuse to exorcise an index whose commit point could not be read
22.3 hours ago  0 comments  0 votes  0 watches  github-actions[bot]gokaaimikemccandrmuirserhiy-bzhezytskyy
DescriptionCheckIndex#exorciseIndex dereferences Status#newSegments after checking only ... When the commit point cannot be read, checkIndex leaves newSegments null and sets missingSegments ... Luke is: CheckIndexDialogFactory enables its Repair button on if (!

#16411 PR: GITHUB#12370: early-terminate string sort when field is missing from the whole index
22.3 hours ago  7 comments  0 votes  0 watches  github-actions[bot]msokolovromseygeekserhiy-bzhezytskyy
Closes 12370. Description Sorting on a string field that is **missing from the whole index** currently scans ... When the sort field doesn't exist anywhere in the segment, every document ties on the "missing" ...
    romseygeek 5.9 days ago:  Thanks @serhiy-bzhezytskyy, this looks great. Let's move the CHANGES entry to 10.6, and I will then merge and backport.
    romseygeek 5.9 days ago:  Let's put this in the 10.6 section

#16434 PR: GITHUB#14399: decide index-sort early termination per segment in TopFieldCollector
22.3 hours ago  14 comments  0 votes  0 watches  github-actions[bot]jpountzromseygeekserhiy-bzhezytskyy
Fixes 14399. TopFieldCollector decided whether the search sort is a prefix of the index sort by inspecting only ... The cached decision is then wrong for later segments, and early termination drops documents that ...
    romseygeek 5.9 days ago:  One nit: otherwise LGTM. Thanks!
    romseygeek 5.9 days ago:  This comment is outdated now, I think?

[15.6 msec search, 16.6 msec total]