[Save this search]

Status
All
   Fixed (7187)
  Closed (5244)
Open (2660)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2290)
  PR (370)
Author relation
All
  None (2064)
  Member (667)
  Contributor (521)
  New contributor (68)
Created
All
  Past day (8)
  Past 2 days (8)
  Past 3 days (9)
  Past week (17)
  Past month (58)
  Past 3 months (130)
  Past 6 months (204)
  Past year (305)
Updated
All
  Past day (14)
  Past 2 days (15)
  Past 3 days (22)
  Past week (40)
  Past month (99)
  Past 3 months (203)
  Past 6 months (250)
  Past year (555)
Updated ago
All
  > 1 day ago (2646)
  > 2 days ago (2645)
  > 3 days ago (2638)
  > 1 week ago (2620)
  > 1 month ago (2561)
  > 3 months ago (2457)
  > 1 year ago (2105)
Comment count
All
  0 (596)
  1 (377)
  2 - 5 (825)
  6 - 10 (450)
  10 - 20 (313)
  > 20 (172)
Reaction count
All
  0 (2374)
  1 (171)
  2 - 5 (93)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (14)
  mikemccand (13)
  rmuir (6)
  msokolov (5)
  iverase (4)
  romseygeek (4)
  benwtrent (4)

See all 27...
Mentioned
All
  jpountz (100)
  mikemccand (85)
  rmuir (62)
  benwtrent (53)
  uschindler (41)
  msokolov (39)
  romseygeek (21)

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

See all 65...
Commented
All
  asfimport (1368)
  github-actions[bot] (282)
  jpountz (137)
  mikemccand (126)
  rmuir (95)
  msokolov (87)
  benwtrent (82)

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

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

See all 168...
Draft
All
  No (309)
  Yes (61)
Component
All
  core (652)
  analysis (154)
  highlighter (46)
  facet (42)
  spatial (41)
  queryparser (29)
  sandbox (25)

See all 23...
Type
All
  enhancement (1209)
  bug (728)
  task (202)
  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 (2660)
Reporter
All
  rmuir (269)
  mikemccand (154)
  jpountz (124)
  dsmiley (67)
  uschindler (52)
  iverase (44)
  dweiss (43)

See all 766...
Assignee
All
  Unassigned (2420)
  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

#16526 PR: [New feature] Add an adaptive filtered strategy PathSeer for Lucene filtered HNSW search
15.8 minutes ago  4 comments  0 votes  0 watches  benwtrentgithub-actions[bot]jpountzlizhiyuellmikemccandmsokolov
Description This PR introduces PathSeer, an adaptive filtered HNSW search strategy, for ... . # Motivation Existing filtered HNSW strategies can perform very differently across workloads.
    lizhiyuell 15.8 minutes ago:  Hi @benwtrent @mikemccand @jpountz, I hope you don’t mind the direct ping. I wanted to loop you in as well, since this PR touches filtered HNSW/vector search behavior. If you have a chance, I’d really appreciate it if you could join the discussion and help take a ...
    lizhiyuell 6 days ago:  @msokolov Thanks for your interest in PathSeer! Over the past few weeks, we have continued evolving PathSeer’s search logic and improving its ... Based on the evaluations and discussions during our Weaviate integration, we made two improvements ...

#16675: CSOAI — Lucene AI governance search engine
3.9 hours ago  0 comments  0 votes  0 watches  CSOAI-ORG
https://github.com/CSOAI-ORG/gspc-harness | Ed25519 | signed receipts | nicholas@csoai.org

#16674: Can we speed up centroid calculation in the OSQ vector format?
5.5 hours ago  0 comments  0 votes  0 watches  kaivalnp
Description In the OSQ based vector format, we recalculate centroids on merge when there are ... If there aren't any deletes, the merged centroid is simply a weighted average of segment-level ... I wonder if we can re-use the information of the previous centroid, even when there are deletes?

#16268 PR: Use the doc-values skip index to skip per-doc value lookups in LongRangeFacetCutter
7.5 hours ago  53 comments  0 votes  0 watches  epotyomgithub-actions[bot]slow-Jstefanvodita
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.
    stefanvodita 11.4 hours ago:  Cool idea and nice improvement! Do we know why BrowseIDOvlpRangeFacets QPS went down?
    github-actions[bot] 10.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!

#16542 PR: GITHUB#15239: Honor exhaustive ScoreMode in BatchScoreBulkScorer
7.5 hours ago  35 comments  0 votes  0 watches  NextbrickIncgithub-actions[bot]hossmanjimczi
# Summary- Fixes 15239. - Make BatchScoreBulkScorer honor exhaustive ScoreMode before using a ... /gradlew :lucene:core:test --tests org.apache.lucene.search.TestMultiCollector (15 tests)- [x] ./gradlew :lucene:core:checkGoogleJavaFormat
    github-actions[bot] 7.5 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!
    NextbrickInc 16.2 days ago:  <img width="939" height="390" alt="Screenshot 2026-08-29 at 8 31 08 PM" src="https://github.com/ ... Thank you.

#16673 PR: Fix all-docs bit range in TestIndexedDISI
7.7 hours ago  0 comments  0 votes  0 watches  LuXuganggithub-actions[bot]
Description testAllDocs chooses maxDoc in [1, 100000] but calls set.set(1, maxDoc). When maxDoc is 1, this would trigger assertion

#16567 PR: Add ivfaster: a segment-lifecycle-aware IVF vector codec for the sandbox
8.4 hours ago  3 comments  0 votes  0 watches  RKSPDgithub-actions[bot]gsmillermsokolov
IVFaster: a segment-lifecycle-aware IVF vector codec (sandbox) It's no secret that vector search ... Segments are immutable and merge constantly, and both properties are cheap for an inverted index ... There have been attempts to improve this behavior, namely IncrementalHnswGraphMerger, which adopts ...
    gsmiller 17.4 days ago:  Disclaimer: Rikhil and I work together and started a conversation about this earlier today, but I ... A property that really excites me about IVF is that docIDs can be traversed in monotonically ... I find this compelling since it means docs could potentially be evaluated doc-at-a-time along with ...
    RKSPD 18.6 days ago:  > exciting! the numbers you shared look compelling. Can you address the failing checks?

[16.2 msec search, 17.2 msec total]