[Save this search]

Status
All
   Fixed (7187)
  Closed (4548)
Open (2547)
   Won't Fix (543)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2237)
  PR (310)
Author relation
All
  None (2033)
  Member (613)
  Contributor (425)
  New contributor (57)
Created
All
  Past day (1)
  Past 2 days (3)
  Past 3 days (6)
  Past week (14)
  Past month (43)
  Past 3 months (94)
  Past 6 months (158)
  Past year (285)
Updated
All
  Past day (4)
  Past 2 days (12)
  Past 3 days (19)
  Past week (31)
  Past month (81)
  Past 3 months (131)
  Past 6 months (405)
  Past year (489)
Updated ago
All
  > 1 day ago (2543)
  > 2 days ago (2535)
  > 3 days ago (2528)
  > 1 week ago (2516)
  > 1 month ago (2466)
  > 3 months ago (2416)
  > 1 year ago (2058)
Comment count
All
  0 (559)
  1 (355)
  2 - 5 (797)
  6 - 10 (434)
  10 - 20 (304)
  > 20 (168)
Reaction count
All
  0 (2266)
  1 (167)
  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 (47)
  msokolov (39)
  uschindler (38)
  dweiss (17)

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

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

See all 284...
User
All
  asfimport (1811)
  github-actions[bot] (277)
  mikemccand (203)
  jpountz (199)
  rmuir (129)
  benwtrent (119)
  msokolov (102)

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

See all 156...
Draft
All
  No (258)
  Yes (52)
Component
All
  core (594)
  analysis (151)
  highlighter (48)
  spatial (41)
  facet (41)
  queryparser (27)
  test-framework (25)

See all 23...
Type
All
  enhancement (1168)
  bug (726)
  task (198)
  test (78)
  documentation (22)
Labels
All
  Stale (228)
  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 157...
Commits?
All
  No (2547)
Reporter
All
  rmuir (270)
  mikemccand (153)
  jpountz (126)
  dsmiley (68)
  uschindler (53)
  iverase (43)
  romseygeek (41)

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

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

#15862 PR: Update documentation in main branch for installing precommit check wh…
19 seconds ago  0 comments  0 votes  0 watches  uschindler
… 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 -->

#15816: Reproducible failure in TestByteVectorSimilarityQuery.testSomeDeletes
14.4 hours ago  6 comments  0 votes  0 watches  iverasekaivalnpsgup432vigyasharma
Description Error: ` > java.lang.AssertionError: expected:<96> but was:<94> > ... /gradlew test --tests TestByteVectorSimilarityQuery.testSomeDeletes -Dtests.seed=B560214D7ED66D95 - ...
    kaivalnp 5.1 days ago:  > considering deletes can create disconnected graphs One small correction -- deletes don't _cause_ ... The deleted nodes are still used during traversal, just not collected as results. The graph can be disconnected in the last layer, right from its creation too
    sgup432 5.8 days ago:  One way to go about the second approach I mentioned would be to check if traversalSimilarity = ... Something like: ` if(if (traversalSimilarity == Float.NEGATIVE_INFINITY) { // brute-force search ...

#15728 PR: GITHUB#15480 Make SortField.comparatorSource final
17.7 hours ago  3 comments  0 votes  0 watches  SYEDMDSAADdweissgithub-actions[bot]
This change takes a small step toward making SortField immutable by making comparatorSource final ... No behavioral changes are introduced.
    github-actions[bot] 17.7 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!
    dweiss 16.3 days ago:  I don't understand the patch with respect to the issue description.

#15861 PR: Optimise phrasescorer matches
23.9 hours ago  0 comments  0 votes  0 watches  github-actions[bot]iprithv
Description Introduced an algorithmic optimisation to PhraseScorer in TOP_SCORES mode by ... The change enables early short-circuiting of non-competitive documents, reducing unnecessary ... This improves query time efficiency without affecting correctness.

#15838 PR: Fix luke terms export failure on Windows when field names contain characters forbidden in file name
1.5 days ago  2 comments  0 votes  0 watches  dweissgaobinlonggithub-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 ...
    dweiss 1.5 days ago:  It looks to me but the number of tests seems excessive. Are they generated?
    gaobinlong 2.5 days ago:  Hi @dweiss , could you help to review this PR, thank you~

#15823 PR: Implement method to convert and add all collection elements to a PriorityQueue, and leverage it in ...
1.6 days ago  30 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.
    vsop-479 1.7 days ago:  > Not use a 3rd party library directly (we don't want that dependency in core). Thanks for explicit that.
    gsmiller 1.8 days ago:  I suspect the idea here would be: 1. Not use a 3rd party library directly (we don't want that dependency in core) 2. Have an addAll method that simply takes a java.lang.Iterable as a single input but create our own ...

#15166 PR: Resolve some TODOs in TestGrouping
1.7 days ago  6 comments  0 votes  0 watches  gaobinlonggithub-actions[bot]jainankitk
Description Resolve some TODOs in TestGrouping: 1. TestBasic() covers test relevance sort and test null group, TestRandom() covers test ties and test ... Resolve the TODO in slowGrouping(), filter by searchTerm first to avoid sorting unnecessary ...
    github-actions[bot] 1.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!
    gaobinlong 17.5 days ago:  Hi @jainankitk , could this PR be merged now? Thanks!

[20.2 msec search, 21.3 msec total]