[Save this search]

Status
All
   Fixed (7187)
  Closed (5151)
Open (2630)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2277)
  PR (353)
Author relation
All
  None (2058)
  Member (649)
  Contributor (496)
  New contributor (65)
Created
All
  Past day (6)
  Past 2 days (6)
  Past 3 days (7)
  Past week (17)
  Past month (53)
  Past 3 months (126)
  Past 6 months (185)
  Past year (287)
Updated
All
  Past day (10)
  Past 2 days (13)
  Past 3 days (20)
  Past week (48)
  Past month (102)
  Past 3 months (184)
  Past 6 months (237)
  Past year (533)
Updated ago
All
  > 1 day ago (2620)
  > 2 days ago (2617)
  > 3 days ago (2610)
  > 1 week ago (2582)
  > 1 month ago (2528)
  > 3 months ago (2446)
  > 1 year ago (2097)
Comment count
All
  0 (587)
  1 (377)
  2 - 5 (809)
  6 - 10 (444)
  10 - 20 (315)
  > 20 (172)
Reaction count
All
  0 (2346)
  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 (83)
  benwtrent (82)

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

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

See all 163...
Draft
All
  No (293)
  Yes (60)
Component
All
  core (633)
  analysis (155)
  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 (2630)
Reporter
All
  rmuir (269)
  mikemccand (154)
  jpountz (124)
  dsmiley (69)
  uschindler (52)
  iverase (44)
  dweiss (42)

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

#16545: Should we enable the check CheckedExceptionNotThrown in error prone?
13.6 minutes 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 13.6 minutes ago:  agree, for example in a case where most implementations of some interface throw but some do not ( ...
    dweiss 2.2 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
19.8 minutes 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 ( ...
36.2 minutes 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
2.9 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 2.9 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 3 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)
10.9 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
11.3 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_ ...

#16489 PR: Pattern replace keywords
12.9 hours ago  4 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.
    xabbu42 12.9 hours ago:  > I'm not sure how I missed the factory change, sorry! No worries. Thanks for taking the time to review my pull request!
    msokolov 3.1 days 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 ...

[15.6 msec search, 16.5 msec total]