[Save this search]

Status
All
   Fixed (7187)
  Closed (5152)
Open (2629)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2277)
  PR (352)
Author relation
All
  None (2058)
  Member (648)
  Contributor (495)
  New contributor (65)
Created
All
  Past day (4)
  Past 2 days (6)
  Past 3 days (7)
  Past week (17)
  Past month (52)
  Past 3 months (125)
  Past 6 months (184)
  Past year (286)
Updated
All
  Past day (7)
  Past 2 days (12)
  Past 3 days (12)
  Past week (45)
  Past month (101)
  Past 3 months (183)
  Past 6 months (236)
  Past year (532)
Updated ago
All
  > 1 day ago (2622)
  > 2 days ago (2617)
  > 3 days ago (2617)
  > 1 week ago (2584)
  > 1 month ago (2528)
  > 3 months ago (2446)
  > 1 year ago (2097)
Comment count
All
  0 (587)
  1 (377)
  2 - 5 (808)
  6 - 10 (444)
  10 - 20 (315)
  > 20 (172)
Reaction count
All
  0 (2345)
  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 (99)
  mikemccand (83)
  rmuir (62)
  benwtrent (53)
  uschindler (41)
  msokolov (39)
  romseygeek (22)

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

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

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

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

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

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

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

#16543 PR: Add custom URL patterns for downloading gradle distribution and gradle wrapper
58.5 minutes ago  12 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- ...
    dsmiley 58.5 minutes ago:  > If you live behind a corporate firewall then it's fairly easy to create a directory structure ... This is a one-time effort, the directory structure stays the same on disk and you can keep the env ... I'd rather not do obscure local machine stuff (that I may forget how to do) _every time Lucene/Solr ...
    dweiss 1.3 days ago:  I've added a separate env variable - LUCENE_GRADLE_VERIFY_CHECKSUMS=false to ignore all checksums.. ... Take a look at commit 47ac309. What I stated in my previous comment still holds though - I don't think it's a good thing to ignore ...

#16545: Should we enable the check CheckedExceptionNotThrown in error prone?
7.3 hours ago  2 comments  0 votes  0 watches  dweissiverasemsokolov
This check prevents methods that do not throw a specific exception to declare they do. I think this would be beneficial for Lucene as many method implementation declare they throw ... Change is trivial but it touches many files.
    msokolov 7.3 hours ago:  agree, for example in a case where most implementations of some interface throw but some do not ( ...
    dweiss 2.4 days ago:  This is subtle - when it's public API (an interface, public class) I can envision that the designer ... I'd lean towards a case-by-case patches than one single blanket change here.

#16553 PR: Fix stored-fields frame leak when PerField#finish throws
7.4 hours ago  0 comments  0 votes  0 watches  github-actions[bot]michaeljmarshall
Description startStoredFields is called unconditionally before the try block in processDocument ... If fields[i].finish() throws (e.g. a Similarity whose computeNorm returns 0 for a non-empty field), ... At flush, writer.finish(maxDoc) sees fewer completed docs than expected and throws "Wrote N docs, ...

#16552: HNSW graph-reuse-during-merge progressively degrades recall over successive low-delete merges ( ...
7.7 hours ago  0 comments  0 votes  0 watches  ethbak
Description# Summary When IncrementalHnswGraphMerger reuses an existing segment's HNSW graph as ... The node is repaired (searched for replacement neighbors) **only if it lost more than 15% of its ... The threshold is relative to the node's **current** (potentially already thinned) degree at the ...

#16506 PR: Add a scalar-quantized version of the de-duplicating vector format
10 hours ago  38 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)
    kaivalnp 10 hours ago:  I'm not sure about how to reach the #copy method for those classes from public APIs, any ... (or do you mean a simple one that creates a new FieldOrdToGroupOrdArrayList and expects an error on ...
    kaivalnp 10.1 hours ago:  Yes, this is used during flush, and was never copied -- so I threw an exception instead.

#16550 PR: Add tests for incremental doc-values updates (#16418)
18 hours ago  0 comments  0 votes  0 watches  github-actions[bot]jimczi
Follow-up to 16418, adding a bit more test coverage for incremental doc-values updates. Three tests for paths the original PR left uncovered: - **Soft deletes over the overlay** — a soft ... Second commit reflows three wrapped comments so phrases no longer break mid-line.

#16548 PR: Introduce exactTotalHitsPerGroup parameter to TopGroupsCollector and TopGroupsCollectorManager
18.4 hours ago  0 comments  0 votes  0 watches  gaobinlonggithub-actions[bot]
Description Resolve a TODO in TopGroupsCollector. Add exactTotalHitsPerGroup parameter to TopGroupsCollector and TopGroupsCollectorManager. When set to false, per-group hit counts may be reported as TotalHits.Relation.GREATER_THAN_OR_EQUAL_ ...

[15.4 msec search, 16.3 msec total]