[Save this search]

Status
All
   Fixed (7187)
  Closed (4756)
Open (2560)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2253)
  PR (307)
Author relation
All
  None (2041)
  Member (633)
  Contributor (427)
  New contributor (62)
Created
All
  Past day (1)
  Past 2 days (3)
  Past 3 days (4)
  Past week (12)
  Past month (37)
  Past 3 months (87)
  Past 6 months (134)
  Past year (252)
Updated
All
  Past day (19)
  Past 2 days (22)
  Past 3 days (24)
  Past week (37)
  Past month (65)
  Past 3 months (132)
  Past 6 months (177)
  Past year (481)
Updated ago
All
  > 1 day ago (2541)
  > 2 days ago (2538)
  > 3 days ago (2536)
  > 1 week ago (2523)
  > 1 month ago (2495)
  > 3 months ago (2428)
  > 1 year ago (2079)
Comment count
All
  0 (563)
  1 (362)
  2 - 5 (793)
  6 - 10 (433)
  10 - 20 (307)
  > 20 (172)
Reaction count
All
  0 (2278)
  1 (167)
  2 - 5 (93)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (14)
  mikemccand (9)
  romseygeek (5)
  rmuir (4)
  iverase (4)
  benwtrent (4)
  dweiss (3)

See all 24...
Mentioned
All
  jpountz (94)
  mikemccand (74)
  benwtrent (52)
  rmuir (51)
  msokolov (40)
  uschindler (38)
  romseygeek (19)

See all 203...
Reviewed
All
  mikemccand (24)
  jpountz (23)
  benwtrent (17)
  rmuir (14)
  uschindler (12)
  msokolov (11)
  dweiss (10)

See all 62...
Commented
All
  asfimport (1369)
  github-actions[bot] (236)
  jpountz (140)
  mikemccand (121)
  rmuir (96)
  benwtrent (83)
  msokolov (81)

See all 289...
User
All
  asfimport (1811)
  github-actions[bot] (276)
  mikemccand (208)
  jpountz (202)
  rmuir (129)
  benwtrent (123)
  msokolov (103)

See all 443...
Last comment user
All
  asfimport (1326)
  github-actions[bot] (230)
  mikemccand (33)
  jpountz (32)
  rmuir (24)
  msokolov (17)
  benwtrent (16)

See all 156...
Draft
All
  No (255)
  Yes (52)
Component
All
  core (593)
  analysis (150)
  highlighter (46)
  spatial (41)
  facet (40)
  queryparser (26)
  test-framework (25)

See all 23...
Type
All
  enhancement (1180)
  bug (724)
  task (200)
  test (78)
  documentation (22)
Labels
All
  Stale (224)
  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 (2560)
Reporter
All
  rmuir (270)
  mikemccand (155)
  jpountz (126)
  dsmiley (68)
  uschindler (52)
  iverase (45)
  romseygeek (42)

See all 746...
Assignee
All
  Unassigned (2315)
  mikemccand (35)
  uschindler (31)
  romseygeek (27)
  dsmiley (22)
  rmuir (15)
  jpountz (11)

See all 45...
  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

#15565 PR: Introduce AllGroupHeadsCollectorManager
17.9 minutes ago  31 comments  0 votes  0 watches  gaobinlonggithub-actions[bot]javanna
Description AllGroupHeadsCollectorManager in grouping package did not have until now a ... Relates to https://github.com/apache/lucene/issues/12892.
    gaobinlong 17.9 minutes ago:  According to this comment: https://github.com/apache/lucene/blob/1ca725763e910c5ae3f6f6ec9fabb4b1dc6 ...
    javanna 1.6 days ago:  Is is possible in practice that values are not comparable? I wonder if it's ok to deal with that silently.

#13506 PR: Only check liveDocs is null one time in FreqProxTermsWriter.applyDeletes
1.9 hours ago  9 comments  0 votes  0 watches  Copilotcopilot-pull-request-reviewer[bot]github-actions[bot]mikemccandvsop-479
Description We check if state.liveDocs is null, every doc in postings for every deleteTerm in ... This change only check it one time.
    copilot-pull-request-reviewer[bot] 2.1 hours ago:  # Pull request overview This PR optimizes deletion application during segment flushes by reducing ... **Changes:** - Hoist liveDocs initialization out of the per-doc loop in FreqProxTermsWriter.applyDel ... Reviewed changes Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 ...
    Copilot 2.1 hours ago:  This test assumes there are exactly 2 segments and directly indexes info(0) / info(1), which will ... Consider asserting the segment count first (or iterating over getSegmentInfos() and asserting the ...

#15982 PR: Fix undercounting of RAM used by vectors buffered in in-memory segments
2.7 hours ago  19 comments  0 votes  0 watches  github-actions[bot]iprithvmikemccandshubhamvishu
Description Vector RAM accounting in ramBytesUsed() had three bugs causing IndexWriter to ... Bugs Fixed Fixes 15901 **1. BufferingKnnVectorsWriter hardcoded Float.BYTES for all encodings** Byte vectors ( ...
    shubhamvishu 1.4 days ago:  @iprithv Thanks for iterating here and looks ready. I think I understand now what was my confusion around double accounting(which we are not doing ... I added a small comment above to mention that in a inline code comment.
    shubhamvishu 1.4 days ago:  > The FieldWriter.ramBytesUsed() method exists purely to satisfy the Accountable interface for ... Ahh this makes sense and gives me clarity now. Thanks !

#14894 PR: ART
2.8 hours ago  8 comments  0 votes  0 watches  github-actions[bot]github-project-automation[bot]vsop-479
Description This change is an exploration of ART. Trying to use it in Lucene(tip, NormalizeCharMap, or somewhere else) ART implmentation in this ... Leaf node has a key(allow null).
    github-actions[bot] 2.8 months 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!
    vsop-479 3.5 months ago:  Update performance: TaskQPS baseline StdDevQPS my_modified_version StdDev ...

#15574 PR: Introduce FirstPassGroupingCollectorManager
2.8 hours ago  24 comments  0 votes  0 watches  dweissgaobinlonggithub-actions[bot]javanna
Description This pr introduces FirstPassGroupingCollectorManager and switches TestGrouping and ... Relates to https://github.com/apache/lucene/issues/12892.
    javanna 14.5 hours ago:  I realized now that actually, if all collectors share the same map, it needs to handle concurrency. I am not too familiar with how this map is used. We probably don't see failures because it's always empty in your testing?
    gaobinlong 17.3 hours ago:  > Hi @gaobinlong I am ready to do another round of review on this PR if you have time to address ... Thanks! Addressed all comments yet, please help to review, thanks!

#15795 PR: Introduce MemoryAccountingBitsetCollectorManager
2.8 hours ago  8 comments  0 votes  0 watches  gaobinlonggithub-actions[bot]javannaromseygeek
Description This pr introduces MemoryAccountingBitsetCollectorManager and switches ... Relates to https://github.com/apache/lucene/issues/12892.
    github-actions[bot] 1.8 months 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!
    gaobinlong 2.3 months ago:  I've refactored the code to make it memory efficient for concurrent search case, please take a look ...

#15936 PR: Introduce BlockGroupingCollectorManager
2.8 hours ago  12 comments  0 votes  0 watches  dweissgaobinlonggithub-actions[bot]javanna
Description BlockGroupingCollector in grouping package did not have until now a corresponding ... This PR also implements a new TopGroups.mergeBlockGroup() method to merge blocking TopGroups() ... Relates to https://github.com/apache/lucene/issues/12892.
    javanna 15.6 hours ago:  I left some comments, thanks for working on this!
    javanna 15.6 hours ago:  is this a real-life scenario? And what about top groups with empty groups array?

[20.9 msec search, 21.9 msec total]