[Save this search]

Status
All
   Fixed (7187)
  Closed (4547)
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 (2)
  Past 2 days (6)
  Past 3 days (10)
  Past week (15)
  Past month (47)
  Past 3 months (94)
  Past 6 months (158)
  Past year (286)
Updated
All
  Past day (10)
  Past 2 days (17)
  Past 3 days (22)
  Past week (30)
  Past month (83)
  Past 3 months (131)
  Past 6 months (406)
  Past year (489)
Updated ago
All
  > 1 day ago (2537)
  > 2 days ago (2530)
  > 3 days ago (2525)
  > 1 week ago (2517)
  > 1 month ago (2464)
  > 3 months ago (2416)
  > 1 year ago (2057)
Comment count
All
  0 (558)
  1 (355)
  2 - 5 (797)
  6 - 10 (434)
  10 - 20 (305)
  > 20 (168)
Reaction count
All
  0 (2266)
  1 (167)
  2 - 5 (92)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (16)
  mikemccand (8)
  benwtrent (6)
  dweiss (4)
  iverase (4)
  rmuir (3)
  msokolov (3)

See all 22...
Mentioned
All
  jpountz (91)
  mikemccand (71)
  rmuir (51)
  benwtrent (47)
  msokolov (39)
  uschindler (38)
  dweiss (18)

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

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

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

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

See all 156...
Draft
All
  No (258)
  Yes (52)
Component
All
  core (595)
  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 (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 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 (32)
  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

#15861 PR: Optimise phrasescorer matches
2 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.

#15844 PR: Prevent class initialization failure when JVM has no support for native code at all (wrong platform)
7.7 hours ago  12 comments  0 votes  0 watches  cortleppdweissgithub-actions[bot]rmuiruschindler
See 15843 for more details. Actually the problem is that looking up the default linker may throw UnuspportedEx when the ... This was caused by the refactoring where the symbol and linker lookup was moved outside the ...
    uschindler 7.7 hours ago:  About the page size I opened: https://bugs.openjdk.org/browse/JDK-8380572
    uschindler 10.3 hours ago:  Hi, as suggested by @cortlepp, I added some extra catch block for RuntimeException for safety, ... In addition, I changed Constants.JRE_IS_64BIT constant to use ValueLayout.ADRRESS size to get ... This works with Java 25 as its public API.

#15838 PR: Fix luke terms export failure on Windows when field names contain characters forbidden in file name
12.1 hours 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 12.1 hours ago:  It looks to me but the number of tests seems excessive. Are they generated?
    gaobinlong 1.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 ...
15.2 hours 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 17.1 hours ago:  > Not use a 3rd party library directly (we don't want that dependency in core). Thanks for explicit that.
    gsmiller 19.2 hours 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
17.9 hours 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] 17.9 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!
    gaobinlong 16.5 days ago:  Hi @jainankitk , could this PR be merged now? Thanks!

#15495 PR: Fix test bug in TestTopDocsCollector and TestTopFieldCollector
17.9 hours ago  3 comments  0 votes  0 watches  dweissgaobinlonggithub-actions[bot]jainankitk
Fix the following bugs in TestTopDocsCollector and TestTopFieldCollector: 1. If leafCollector.collect(4), the documents count in this segment should be greater than 4. 2. For a new leafCollector, the collected doc id should starts from 0 and then 1, and same doc id ...
    github-actions[bot] 17.9 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!
    gaobinlong 16.4 days ago:  Hi @jainankitk, could you help to review this PR? Thanks!

#15803 PR: Add ReaderUtil#partitionByLeaf to partition sorted global doc IDs by …
19.2 hours ago  43 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 19.2 hours ago:  This looks good to me now. Thanks! I'll leave this open over the weekend in case Mike has anymore feedback, and will help get it ...
    gsmiller 2.2 days 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 ...

[71.2 msec search, 86.7 msec total]