[Save this search]

Status
All
   Fixed (7187)
  Closed (4530)
Open (2542)
   Won't Fix (543)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2235)
  PR (307)
Author relation
All
  None (2033)
  Member (609)
  Contributor (423)
  New contributor (57)
Created
All
  Past day (4)
  Past 2 days (5)
  Past 3 days (6)
  Past week (15)
  Past month (45)
  Past 3 months (89)
  Past 6 months (154)
  Past year (281)
Updated
All
  Past day (11)
  Past 2 days (16)
  Past 3 days (18)
  Past week (29)
  Past month (83)
  Past 3 months (127)
  Past 6 months (404)
  Past year (511)
Updated ago
All
  > 1 day ago (2531)
  > 2 days ago (2526)
  > 3 days ago (2524)
  > 1 week ago (2513)
  > 1 month ago (2459)
  > 3 months ago (2415)
  > 1 year ago (2031)
Comment count
All
  0 (555)
  1 (355)
  2 - 5 (797)
  6 - 10 (433)
  10 - 20 (304)
  > 20 (168)
Reaction count
All
  0 (2262)
  1 (166)
  2 - 5 (92)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (15)
  mikemccand (8)
  benwtrent (6)
  iverase (4)
  rmuir (3)
  dweiss (3)
  msokolov (3)

See all 22...
Mentioned
All
  jpountz (91)
  mikemccand (71)
  rmuir (50)
  benwtrent (46)
  msokolov (39)
  uschindler (38)
  dweiss (16)

See all 196...
Reviewed
All
  jpountz (23)
  mikemccand (23)
  rmuir (14)
  msokolov (14)
  uschindler (13)
  dweiss (12)
  benwtrent (12)

See all 60...
Commented
All
  asfimport (1369)
  github-actions[bot] (237)
  jpountz (140)
  mikemccand (120)
  rmuir (98)
  benwtrent (83)
  msokolov (80)

See all 283...
User
All
  asfimport (1811)
  github-actions[bot] (276)
  mikemccand (203)
  jpountz (199)
  rmuir (129)
  benwtrent (118)
  msokolov (101)

See all 435...
Last comment user
All
  asfimport (1326)
  github-actions[bot] (229)
  jpountz (32)
  mikemccand (31)
  rmuir (24)
  msokolov (16)
  gsmiller (15)

See all 155...
Draft
All
  No (254)
  Yes (53)
Component
All
  core (594)
  analysis (150)
  highlighter (47)
  spatial (41)
  facet (40)
  queryparser (27)
  test-framework (25)

See all 23...
Type
All
  enhancement (1166)
  bug (726)
  task (198)
  test (78)
  documentation (22)
Labels
All
  Stale (227)
  legacy-jira-fix-versio... (214)
  legacy-jira-fix-versio... (169)
  affects-version:4.0-ALPHA (81)
  tool:build (54)
  vector-based-search (47)
  affects-version:6.0 (37)

See all 156...
Commits?
All
  No (2542)
Reporter
All
  rmuir (270)
  mikemccand (153)
  jpountz (126)
  dsmiley (68)
  uschindler (52)
  iverase (43)
  romseygeek (41)

See all 738...
Assignee
All
  Unassigned (2301)
  mikemccand (35)
  uschindler (31)
  romseygeek (27)
  dsmiley (22)
  rmuir (14)
  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

#15823 PR: Implement method to convert and add all collection elements to a PriorityQueue, and leverage it in ...
34.8 minutes ago  16 comments  0 votes  0 watches  Copilotcopilot-pull-request-reviewer[bot]dweissgithub-actions[bot]gsmillervsop-479
In DisjunctionMaxBulkScorer's constructor all values to compare is 0, so we can skip the shift.
    dweiss 34.8 minutes ago:  Wouldn't it be more natural for addAll to accept Iterable<X>, followed by an utility method ... Many libraries do this kind of view thing - we can't reuse them but it should be trivial to ... Just a thought.
    gsmiller 2.9 hours ago:  In general, I'm supportive of adding this but I'm a bit on-the-fence with whether-or-not it's worth ... I'm leaning towards adding it though. It does seem like a nice-to-have feature for cases where calling code needs to do some "element ...

#15803 PR: Add ReaderUtil#partitionByLeaf to partition sorted global doc IDs by …
3.6 hours ago  42 comments  0 votes  0 watches  epotyomgithub-actions[bot]gsmillermikemccandsgup432zihanx
…leaf reader Summary This PR adds a new utility method ReaderUtil.partitionByLeaf(int[] ... Motivation A common pattern when working with top-N hits is to map global doc IDs back to their ... The existing ReaderUtil.subIndex does a binary search per doc ID (O(n * log(n))), but when you need ...
    gsmiller 3.6 hours ago:  I was thinking about this a bit more and I wonder if we should actually remove this method in favor ... It's kind of trappy to add two similar methods but where one requires input data to be sorted and ... I'm also not sure there's a use-case for this "lower level" version of the logic that users would ...
    zihanx 23.3 hours ago:  Thanks for the suggestion, will change it.

#15839: Maybe Improve join block Vector search performance by block scoring child vectors
3.8 hours ago  0 comments  0 votes  0 watches  benwtrent
Description Besides the overall performance improvements that could be done for HNSW & block join ... A major one is scoring ALL child docs for a nearest parent doc at a time. When we score candidates, we score the candidates together that are children of the same parent, ...

#15672 PR: Update documentation in Lucene104PostingsWriter
5 hours ago  9 comments  0 votes  0 watches  Lyon-NEUbenwtrentgaobinlonggithub-actions[bot]msokolov
BLOCK_SIZE now is 256, lso, evel1 truely doc cnt equals 8192 (15670) Description <!-- If this is your first contribution to Lucene, please make sure you have reviewed the ... https://github.com/apache/lucene/blob/main/CONTRIBUTING.md -->
    github-actions[bot] 17.8 hours 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!
    Lyon-NEU 15.4 days ago:  Hi, I have just started reading the source code, so now I cannot find other comments that need to ... Maybe we could write BLOCK_SIZE*LEVEL1_NUM instead?

#15659 PR: Avoid unnecessary DisjunctionMaxBulkScorer overhead
5.1 hours ago  13 comments  0 votes  0 watches  benwtrentgithub-actions[bot]jpountzshimpekouschindler
This change inspects clause bulk scorers up front and only uses DisjunctionMaxBulkScorer if at ... Otherwise, we fall back to the scorer-based path. c88f9334e5c99abbeb4f233f9606873e5037c118 made DisjunctionMaxQuery use DisjunctionMaxBulkScorer when ...
    benwtrent 5.1 hours ago:  I really like the simplicity of the change, and it gives obvious improvements with very little ... @shimpeko do you mind moving your "CHANGES" entry to 10.5? Once you do, I think we can move towards merging this unless @uschindler or @jpountz objects.
    github-actions[bot] 6.7 days 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!

#15838 PR: Fix luke terms export failure on Windows when field names contain characters forbidden in file name
8.8 hours ago  0 comments  0 votes  0 watches  gaobinlonggithub-actions[bot]
Description Simple fix for https://github.com/apache/lucene/issues/11991. When exporting terms from field like Regex:BR_CAR_PLATE, replace : with _ to avoid file creation ... I'd like the keep this change unconditionally, no matter what the OS it is, to keep the exported ...

#15837 PR: Replace explicit type conversion with instanceof pattern variable in luke module
10.2 hours ago  0 comments  0 votes  0 watches  gaobinlonggithub-actions[bot]
Description Use the modern instanceof pattern variable instead of explicit type conversions ... No change log needed, I think.

[20.9 msec search, 21.9 msec total]