[Save this search]

Status
All
   Fixed (7187)
  Closed (5144)
Open (2627)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2276)
  PR (351)
Author relation
All
  None (2054)
  Member (648)
  Contributor (496)
  New contributor (65)
Created
All
  Past day (4)
  Past 2 days (7)
  Past 3 days (10)
  Past week (13)
  Past month (52)
  Past 3 months (127)
  Past 6 months (184)
  Past year (285)
Updated
All
  Past day (9)
  Past 2 days (26)
  Past 3 days (30)
  Past week (41)
  Past month (102)
  Past 3 months (179)
  Past 6 months (238)
  Past year (530)
Updated ago
All
  > 1 day ago (2618)
  > 2 days ago (2601)
  > 3 days ago (2597)
  > 1 week ago (2586)
  > 1 month ago (2525)
  > 3 months ago (2448)
  > 1 year ago (2096)
Comment count
All
  0 (585)
  1 (376)
  2 - 5 (810)
  6 - 10 (444)
  10 - 20 (315)
  > 20 (172)
Reaction count
All
  0 (2343)
  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] (321)
  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 (17)
  benwtrent (17)

See all 163...
Draft
All
  No (290)
  Yes (61)
Component
All
  core (632)
  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 (2627)
Reporter
All
  rmuir (269)
  mikemccand (154)
  jpountz (124)
  dsmiley (69)
  uschindler (52)
  iverase (43)
  dweiss (42)

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

#16506 PR: Add a scalar-quantized version of the de-duplicating vector format
2.1 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 2.1 hours ago:  phew, a lot to cover. I had a few small things
    msokolov 2.1 hours ago:  since we explicitly forbade copy() on some the vector values, let's add a test ensuring that those ...

#16521 PR: Gradle WrapperDownloader: move URL & sha into properties
8.7 hours ago  19 comments  0 votes  0 watches  dsmileydweissgithub-actions[bot]
And don't bother checking if the wrapper jar is out-of-date. Goal: (1) Allow configuration of the wrapper location.
    dweiss 8.7 hours ago:  Here is my take on this: #16543
    dweiss 18.1 hours ago:  I've done some experiments with replicating what gradle-wrapper does (like you did, David) and I ... It's really not that much code and it's self-contained. Give me some time to test it out though and perhaps polish machine-generated experiments.

#16543 PR: Add custom URL patterns for downloading gradle distribution and gradle wrapper
8.8 hours ago  0 comments  0 votes  0 watches  dweissgithub-actions[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- ...

#16542 PR: GITHUB#15239: Honor exhaustive ScoreMode in BatchScoreBulkScorer
11.9 hours ago  0 comments  0 votes  0 watches  NextbrickIncgithub-actions[bot]
# Summary - Fixes https://github.com/apache/lucene/issues/15239 - When a search uses ... /gradlew :lucene:core:test --tests org.apache.lucene.search.TestMultiCollector

#16541 PR: GITHUB#13829: Scale TestRuleLimitSysouts limits by tests.iters
15.1 hours ago  0 comments  0 votes  0 watches  NextbrickIncgithub-actions[bot]
# Summary - Fixes https://github.com/apache/lucene/issues/13829 - Multiply the per-suite sysout ... /gradlew :lucene:test-framework:test --tests org.apache.lucene.tests.util.TestSysoutsLimits

#16539 PR: Route FilterDirectory#copyFrom through createOutput (10x backport of #16530)
18.5 hours 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.

#16540 PR: Store doc values disi data into a separate file
20.9 hours ago  0 comments  0 votes  0 watches  github-actions[bot]sgup432
Description This moves out the doc values disi data (used to store sparse data) into a separate ... Closes - https://github.com/apache/lucene/issues/16298 <!-- If this is your first contribution to Lucene, please make sure you have reviewed the ...

[15.3 msec search, 16.2 msec total]