[Save this search]

Status
All
   Fixed (7187)
  Closed (5144)
Open (2628)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2276)
  PR (352)
Author relation
All
  None (2055)
  Member (649)
  Contributor (496)
  New contributor (65)
Created
All
  Past day (4)
  Past 2 days (7)
  Past 3 days (10)
  Past week (14)
  Past month (53)
  Past 3 months (128)
  Past 6 months (184)
  Past year (285)
Updated
All
  Past day (10)
  Past 2 days (25)
  Past 3 days (30)
  Past week (41)
  Past month (103)
  Past 3 months (180)
  Past 6 months (239)
  Past year (531)
Updated ago
All
  > 1 day ago (2618)
  > 2 days ago (2603)
  > 3 days ago (2598)
  > 1 week ago (2587)
  > 1 month ago (2525)
  > 3 months ago (2448)
  > 1 year ago (2097)
Comment count
All
  0 (585)
  1 (376)
  2 - 5 (811)
  6 - 10 (444)
  10 - 20 (315)
  > 20 (172)
Reaction count
All
  0 (2344)
  1 (171)
  2 - 5 (91)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (13)
  mikemccand (11)
  rmuir (6)
  iverase (4)
  benwtrent (4)
  dweiss (3)
  msokolov (3)

See all 26...
Mentioned
All
  jpountz (101)
  mikemccand (85)
  rmuir (62)
  benwtrent (53)
  uschindler (43)
  msokolov (40)
  romseygeek (24)

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

See all 63...
Commented
All
  asfimport (1368)
  github-actions[bot] (273)
  jpountz (138)
  mikemccand (126)
  rmuir (95)
  msokolov (83)
  benwtrent (82)

See all 307...
User
All
  asfimport (1810)
  github-actions[bot] (322)
  mikemccand (218)
  jpountz (209)
  rmuir (138)
  benwtrent (121)
  msokolov (104)

See all 466...
Last comment user
All
  asfimport (1319)
  github-actions[bot] (260)
  mikemccand (35)
  jpountz (32)
  rmuir (22)
  msokolov (18)
  benwtrent (17)

See all 162...
Draft
All
  No (291)
  Yes (61)
Component
All
  core (633)
  analysis (155)
  highlighter (46)
  facet (42)
  spatial (41)
  queryparser (29)
  test-framework (22)

See all 23...
Type
All
  enhancement (1201)
  bug (725)
  task (200)
  test (78)
  documentation (22)
Labels
All
  Stale (259)
  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 (2628)
Reporter
All
  rmuir (269)
  mikemccand (154)
  jpountz (124)
  dsmiley (69)
  uschindler (52)
  iverase (43)
  dweiss (42)

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

#16539 PR: Route FilterDirectory#copyFrom through createOutput (10x backport of #16530)
34 minutes ago  0 comments  0 votes  0 watches  github-actions[bot]iprithvmsfrohtballison
Backport to branch_10x of the non-breaking parts of #16530 (which follows up 16173). Replaces 16538.

#16544 PR: Fix seed-dependent failure in TestTrackingTmpOutputDirectoryWrapper
43.7 minutes ago  0 comments  0 votes  0 watches  github-actions[bot]javannatballison
TestTrackingTmpOutputDirectoryWrapper#testCopyFromCleansUpOnFailure, added in #16530, fails on some ... Reported by @javanna on #16530, seen on Lucene-main-Linux 66586: ` gradlew test --tests ... Fixed by filtering extras before asserting, as in TestSegmentInfos.

#16543 PR: Add custom URL patterns for downloading gradle distribution and gradle wrapper
1.2 hours ago  5 comments  0 votes  0 watches  dsmileydweissgithub-actions[bot]github-advanced-security[bot]
This patch adds a way to specify custom locations for gradle wrapper and gradle distribution. The assumptions were: 1) minimize surface of this change to a single class emulating ... I've tested this locally, for example: ` $ find ~/tmp/gradle . ./9.7.0 ./9.7.0/gradle-9.7.0- ...
    dweiss 1.3 hours ago:  I guess the big question is if this sort of solution would work for you, David (with two env ... I think it should be fairly convenient (you can even have those distribution zips mirrored locally, ...
    dweiss 1.6 hours ago:  In short, it is similar but not the same. It is different enough that I thought I'd file a separate PR instead of pushing to your branch (but ... I wanted to keep this thing entirely separate (so that no extra stuff needs to go into ...

#16431 PR: Enable Block-Max WAND dynamic pruning for FunctionScoreQuery via DocValuesSkipper (+422% QPS)
1.8 hours ago  47 comments  0 votes  0 watches  github-actions[bot]jpountzmikemccandmsokolovrajat315315romseygeekuschindler
Resolves: 16429 # Description Currently, FunctionScoreQuery hardcodes getMaxScore(int upTo) ... Lucene is forced to evaluate DoubleValuesSource and script bytecode on **every single matching ... Additionally, Lucene's default DocValuesSkipper block interval is 4,096 documents (DEFAULT_SKIP_INDE ...
    uschindler 1.8 hours ago:  The PREK check fails, unfortunately due to formatting issues. Maybe "tidy" wasn't executed. This is a precommit hook executed by Git if you commit (biut you need to install it)
    uschindler 2 hours ago:  Looks fine to me, new constant test case is fine. I will fix the merge conflicts and merge it to main branch. Many thanks!

#16297 PR: Use LongHashSet for sparse ordinal sets in DocValuesRangeIterator
1.9 hours ago  5 comments  0 votes  0 watches  costingithub-actions[bot]romseygeek
Replace LongBitSet with LongHashSet in buildOrdinalSet() so memory scales with the number of ... This is an issue since DocValuesRangeIterator.buildOrdinalSet() builds a set of matching ordinals ... The current implementation allocates, per query, a LongBitSet(ordCount) where ordCount is the ...
    costin 2 hours ago:  Added comment about possible duplicate ords from TermsEnum.
    romseygeek 3.2 days ago:  One nit, LGTM otherwise. Thanks @costin!

#16489 PR: Pattern replace keywords
2.7 hours ago  3 comments  0 votes  0 watches  github-actions[bot]msokolovxabbu42
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.
    msokolov 2.7 hours ago:  I'm not sure how I missed the factory change, sorry! As for the old constructor, this is a public method in a public class, and it's not marked @ ... Having said that, we could decide to make that change on main (targeting v. 11), and only add back ...
    xabbu42 1.2 days ago:  1. I actually removed the backwards-compatible constructor assuming that this is something internal. I can put it back.

#16506 PR: Add a scalar-quantized version of the de-duplicating vector format
7 hours ago  16 comments  0 votes  0 watches  github-actions[bot]kaivalnpmsokolov
Description Add a scalar-quantized version of the de-duplicating vector format DedupHnswScalarQua ... De-duplication works like the raw format: vectors of the same dimension and encoding form a group, ... Files: - .vdd: Raw vectors and per-field data (same as the flat de-duplicating format)
    msokolov 7 hours ago:  phew, a lot to cover. I had a few small things
    msokolov 7 hours ago:  since we explicitly forbade copy() on some the vector values, let's add a test ensuring that those ...

[19.4 msec search, 20.3 msec total]