[Save this search]

Status
All
   Fixed (7187)
  Closed (5165)
Open (2632)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2276)
  PR (356)
Author relation
All
  None (2060)
  Member (652)
  Contributor (496)
  New contributor (65)
Created
All
  Past day (5)
  Past 2 days (9)
  Past 3 days (11)
  Past week (17)
  Past month (51)
  Past 3 months (124)
  Past 6 months (187)
  Past year (289)
Updated
All
  Past day (13)
  Past 2 days (19)
  Past 3 days (22)
  Past week (42)
  Past month (104)
  Past 3 months (187)
  Past 6 months (237)
  Past year (535)
Updated ago
All
  > 1 day ago (2619)
  > 2 days ago (2613)
  > 3 days ago (2610)
  > 1 week ago (2590)
  > 1 month ago (2528)
  > 3 months ago (2445)
  > 1 year ago (2097)
Comment count
All
  0 (585)
  1 (379)
  2 - 5 (812)
  6 - 10 (444)
  10 - 20 (315)
  > 20 (171)
Reaction count
All
  0 (2347)
  1 (172)
  2 - 5 (91)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (13)
  mikemccand (12)
  rmuir (6)
  iverase (4)
  benwtrent (4)
  dweiss (3)
  msokolov (3)

See all 26...
Mentioned
All
  jpountz (99)
  mikemccand (84)
  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)
  uschindler (11)
  msokolov (10)

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

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

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

See all 164...
Draft
All
  No (295)
  Yes (61)
Component
All
  core (636)
  analysis (154)
  highlighter (46)
  facet (42)
  spatial (41)
  queryparser (29)
  sandbox (23)

See all 23...
Type
All
  enhancement (1201)
  bug (725)
  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 (2632)
Reporter
All
  rmuir (269)
  mikemccand (154)
  jpountz (124)
  dsmiley (69)
  uschindler (52)
  iverase (44)
  dweiss (43)

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

#16568 PR: Enable simd numeric range usage for not-equals queries
1.8 hours ago  0 comments  0 votes  0 watches  github-actions[bot]parkertimmins
https://github.com/apache/lucene/pull/16050 added numeric range queries to make use of SIMD. https: ... This is called on the excluded TwoPhaseIterator, allowing it to quickly skip a large group of ... Because of this, queries with lots of excluded docs are efficient.

#16569 PR: Omit computing max score when sorting by score primarily in TopGroupsCollector
1.9 hours ago  0 comments  0 votes  0 watches  gaobinlonggithub-actions[bot]
Description In TopGroupsCollector, omit MaxScoreCollector when withinGroupSort has score as the ... The group max score is instead derived from FieldDoc.fields[0] (set by RelevanceComparator), ... This helps improve the performance of grouping search, benchmark on wikimedium1m: ...

#12528 PR: Leverage sorted dim when visiting BKD leaf.
2.3 hours ago  49 comments  0 votes  0 watches  Copilotcopilot-pull-request-reviewer[bot]github-actions[bot]iverasejpountzvsop-479
Since values are sorted on the sorted dim in BKD leaf, early terminate the visit when current ... Here are some performance data: 1 dim point Visit method for low cardinality points: baseline ...
    github-actions[bot] 3.7 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!
    copilot-pull-request-reviewer[bot] 4.2 months ago:  # Pull request overview This PR optimizes BKD leaf visits by leveraging the fact that leaf values ... **Changes:**- Add VisitState / MatchState and new IntersectVisitorvisitWithSortedDim(...) hooks to ... Reviewed changes Copilot reviewed 7 out of 7 changed files in this pull request and generated 13 ...

#16564 PR: Optimize automaton intersection when all remaining byte suffixes match.
2.9 hours ago  1 comments  0 votes  0 watches  github-actions[bot]mikemccandvsop-479
This PR is a simplified version of 13072. When IntersectTermsEnum reaches an accepting automaton state that can match all remaining byte ... This PR only computes match-all-suffix states for the simple case where an accepting state has a ...
    vsop-479 18.1 hours ago:  @mikemccand Please take a look when you get a chance. Performance on wikimediumall: ` TaskQPS baseline StdDevQPS my_modified_version StdDev ...

#16567 PR: Add ivfaster: a segment-lifecycle-aware IVF vector codec for the sandbox
4.8 hours ago  0 comments  0 votes  0 watches  RKSPDgithub-actions[bot]
IVFaster: a segment-lifecycle-aware IVF vector codec (sandbox) It's no secret that vector search ... Segments are immutable and merge constantly, and both properties are cheap for an inverted index ... There have been attempts to improve this behavior, namely IncrementalHnswGraphMerger, which adopts ...

#16543 PR: Add custom URL patterns for downloading gradle distribution and gradle wrapper
7.7 hours ago  19 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- ...
    dweiss 7.7 hours ago:  I've cleaned up LLM verbosity and added some sanity checking.
    dweiss 1.5 days ago:  Like I mentioned, if you don't care about it then this should be a one-time operation: ` ... If so, I can review the changes in this patch or commit it back to your original PR.

#16566 PR: Don't rely on .cost() to provide the number of docs with a value (SimpleText uses a heuristic)
8.6 hours ago  0 comments  0 votes  0 watches  dweissgithub-actions[bot]
This failure: https://jenkins.thetaphi.de/job/Lucene-MMAPv2-Linux/5940/console reproduces: ` ... I've added an explicit doc count instead of relyong on .cost in that test. --- ... After the second full-corpus update round folds the column to a dense generation, it updates ...

[15.7 msec search, 16.7 msec total]