[Save this search]

Status
All
   Fixed (7187)
  Closed (5168)
Open (2643)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2279)
  PR (364)
Author relation
All
  None (2063)
  Member (661)
  Contributor (500)
  New contributor (67)
Created
All
  Past day (1)
  Past 2 days (9)
  Past 3 days (14)
  Past week (23)
  Past month (58)
  Past 3 months (132)
  Past 6 months (194)
  Past year (296)
Updated
All
  Past day (4)
  Past 2 days (25)
  Past 3 days (33)
  Past week (46)
  Past month (111)
  Past 3 months (195)
  Past 6 months (244)
  Past year (546)
Updated ago
All
  > 1 day ago (2639)
  > 2 days ago (2618)
  > 3 days ago (2610)
  > 1 week ago (2597)
  > 1 month ago (2532)
  > 3 months ago (2448)
  > 1 year ago (2097)
Comment count
All
  0 (586)
  1 (380)
  2 - 5 (815)
  6 - 10 (448)
  10 - 20 (315)
  > 20 (173)
Reaction count
All
  0 (2357)
  1 (173)
  2 - 5 (91)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (13)
  mikemccand (12)
  rmuir (6)
  iverase (4)
  benwtrent (4)
  dweiss (3)
  msokolov (3)

See all 26...
Mentioned
All
  jpountz (99)
  mikemccand (84)
  rmuir (63)
  benwtrent (53)
  uschindler (41)
  msokolov (40)
  romseygeek (22)

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

See all 66...
Commented
All
  asfimport (1368)
  github-actions[bot] (276)
  jpountz (137)
  mikemccand (126)
  rmuir (96)
  msokolov (84)
  benwtrent (82)

See all 311...
User
All
  asfimport (1810)
  github-actions[bot] (333)
  mikemccand (217)
  jpountz (207)
  rmuir (140)
  benwtrent (121)
  msokolov (105)

See all 470...
Last comment user
All
  asfimport (1319)
  github-actions[bot] (268)
  mikemccand (34)
  jpountz (31)
  rmuir (23)
  msokolov (18)
  benwtrent (17)

See all 165...
Draft
All
  No (301)
  Yes (63)
Component
All
  core (642)
  analysis (155)
  highlighter (46)
  facet (42)
  spatial (41)
  queryparser (29)
  sandbox (23)

See all 23...
Type
All
  enhancement (1203)
  bug (726)
  task (200)
  test (78)
  documentation (21)
Labels
All
  Stale (264)
  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 (2643)
Reporter
All
  rmuir (270)
  mikemccand (154)
  jpountz (124)
  dsmiley (70)
  uschindler (52)
  iverase (44)
  dweiss (42)

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

#16542 PR: GITHUB#15239: Honor exhaustive ScoreMode in BatchScoreBulkScorer
1.3 hours ago  34 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
    NextbrickInc 1.3 hours ago:  <img width="939" height="390" alt="Screenshot 2026-08-29 at 8 31 08 PM" src="https://github.com/ ... Thank you.
    NextbrickInc 5 hours ago:  @jimczi — both items you flagged as blocking are in 8161b4f. The four-argument constructor is gone; ScoreMode is explicit at all 45 call sites, including ... The flaky deletions test.

#16510 PR: Implement intoBitSet for NotDocIdSet and IndexSortSortedNumericDocValuesRangeQuery
4.1 hours ago  1 comments  0 votes  0 watches  github-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] 4.1 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!

#16583 PR: docs: add AI policy and link from CONTRIBUTING.md
16.4 hours ago  0 comments  0 votes  0 watches  rmuir
Per discussion on dev, add simple AI policy and link it from CONTRIBUTING.md. Policy is sourced from astral's policy PR template today already links to CONTRIBUTING.md: ` ... -- If this is your first contribution to Lucene, please make sure you have reviewed the ...

#16425: Incorporate DocValuesSkipper into IndexOrDocValuesQuery's cost decision
20 hours ago  2 comments  0 votes  0 watches  costinmayya-sharipovasgup432
IndexOrDocValuesQuery chooses between the index side and the doc-values side using a cost heuristic ... The decision is driven by the index side's cost (with a fixed penalty applied to doc values); it ... When a skipper is present and effective (values well-correlated with doc order, e.g. a primary/ ...
    costin 1.7 days ago:  I've taken a stab at doing some benchmarks in terms of impact and did a cost adjustment based on ...
    sgup432 1 month ago:  I was looking into same and completely agree on this! I think currently we pick the desired implementation based on the cost where doc values is given an ... Additionally there have been major improvements in skipper doc values space recently, so we need to ...

#16582 PR: Rewrite full-coverage doc-values range queries to FieldExistsQuery
1.1 days ago  0 comments  0 votes  0 watches  HoustonPutmangithub-actions[bot]
Description Also collapse IndexOrDocValuesQuery when both sides rewrite equally, and simplify ...

#16573: incorrect results from SortedNumericDocValuesRangeQuery when using double/float based points+ ...
1.2 days ago  2 comments  0 votes  0 watches  HoustonPutmanhossmanrisdenk
Description When attempting to upgrade Solr from Lucene 10.4.0 -> 10.5.1 the Solr tests ... . * Identical Solr tests using multivalued fields still pass
    HoustonPutman 1.2 days ago:  Also I'm not sure that https://github.com/apache/lucene/pull/15760 is buying anything at all when ... In this case, both the Points range query and the DocValues range query would be optimized, and ... This is just helpful for a user using SortedNumericDocValues directly even though they have points ...
    HoustonPutman 1.4 days ago:  I have to say it is really a shame that doubles/floats are expected to be encoded differently in ... It makes life much harder in a good number of ways that NUMERIC expects floats and doubles to not ... But this issue is another good reason why.

#16581 PR: Allow updating of single valued SortedNumericDocValues
1.2 days ago  0 comments  0 votes  0 watches  HoustonPutmangithub-actions[bot]
Description As mentioned in 16580, there are good reasons to want to use SortedNumericDocValues ... This PR adds support for updating docValues when SortedNumericDocValues fields are actually ... There's very little meat here, most of it is just allowing the NumericDocValues update logic to be ...

[80.1 msec search, 81.3 msec total]