[Save this search]

Status
All
   Fixed (7187)
  Closed (5254)
Open (2656)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2290)
  PR (366)
Author relation
All
  None (2065)
  Member (666)
  Contributor (518)
  New contributor (68)
Created
All
  Past day (1)
  Past 2 days (2)
  Past 3 days (10)
  Past week (14)
  Past month (56)
  Past 3 months (122)
  Past 6 months (199)
  Past year (296)
Updated
All
  Past day (15)
  Past 2 days (20)
  Past 3 days (27)
  Past week (43)
  Past month (94)
  Past 3 months (197)
  Past 6 months (245)
  Past year (550)
Updated ago
All
  > 1 day ago (2641)
  > 2 days ago (2636)
  > 3 days ago (2629)
  > 1 week ago (2613)
  > 1 month ago (2562)
  > 3 months ago (2459)
  > 1 year ago (2106)
Comment count
All
  0 (589)
  1 (376)
  2 - 5 (827)
  6 - 10 (453)
  10 - 20 (314)
  > 20 (171)
Reaction count
All
  0 (2369)
  1 (172)
  2 - 5 (93)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (14)
  mikemccand (13)
  rmuir (6)
  msokolov (5)
  iverase (4)
  benwtrent (4)
  dweiss (3)

See all 27...
Mentioned
All
  jpountz (100)
  mikemccand (85)
  rmuir (62)
  benwtrent (53)
  uschindler (42)
  msokolov (39)
  romseygeek (20)

See all 216...
Reviewed
All
  mikemccand (25)
  jpountz (23)
  benwtrent (14)
  rmuir (13)
  uschindler (11)
  dweiss (9)
  msokolov (9)

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

See all 313...
User
All
  asfimport (1810)
  github-actions[bot] (336)
  mikemccand (218)
  jpountz (208)
  rmuir (139)
  benwtrent (121)
  msokolov (107)

See all 477...
Last comment user
All
  asfimport (1319)
  github-actions[bot] (273)
  mikemccand (34)
  jpountz (31)
  rmuir (23)
  benwtrent (18)
  msokolov (17)

See all 167...
Draft
All
  No (304)
  Yes (62)
Component
All
  core (648)
  analysis (155)
  highlighter (46)
  facet (42)
  spatial (41)
  queryparser (29)
  sandbox (25)

See all 23...
Type
All
  enhancement (1209)
  bug (728)
  task (202)
  test (79)
  documentation (21)
Labels
All
  Stale (271)
  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 (2656)
Reporter
All
  rmuir (269)
  mikemccand (154)
  jpountz (124)
  dsmiley (67)
  uschindler (52)
  iverase (44)
  dweiss (43)

See all 767...
Assignee
All
  Unassigned (2415)
  mikemccand (35)
  uschindler (32)
  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

#16669 PR: Use intoBitSet to speed up ReqExclBulkScorer with dense exclusions
7.4 hours ago  6 comments  0 votes  0 watches  github-actions[bot]kkewweiparkertimmins
Description Solved: 16668 <!-- If this is your first contribution to Lucene, please make sure you have reviewed the ... https://github.com/apache/lucene/blob/main/CONTRIBUTING.md -->
    kkewwei 7.4 hours ago:  @parkertimmins Thanks for running the benchmark and sharing the results! I'm exploring whether we can remove the sparse path and use the dense path universally, which would ...
    parkertimmins 14.7 hours ago:  Nice PR! I recently opened a PR which did something similar, but in a less general way (It only applied to ... This is a better approach.

#16474 PR: GITHUB#7820: refuse to exorcise an index whose commit point could not be read
7.8 hours ago  2 comments  0 votes  0 watches  github-actions[bot]gokaaimikemccandrmuirserhiy-bzhezytskyy
DescriptionCheckIndex#exorciseIndex dereferences Status#newSegments after checking only ... When the commit point cannot be read, checkIndex leaves newSegments null and sets missingSegments ... Luke is: CheckIndexDialogFactory enables its Repair button on if (!
    serhiy-bzhezytskyy 1.8 days ago:  Rebased on main (all green). PTAL when someone has a chance?
    github-actions[bot] 14.3 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!

#16475 PR: GITHUB#9967: document the Fields#iterator() order contract and assert it in tests
7.8 hours ago  2 comments  0 votes  0 watches  github-actions[bot]jpountzserhiy-bzhezytskyy
Description CheckIndex rejects a reader whose Fieldsiterator() returns field names out of order, ... It documents *"the behavior is undefined if the iterators are not actually sorted"* rather than ... Measured, with removeDuplicates=true as both callers use: | input | result | |---|---| | [a,b] + [ ...
    serhiy-bzhezytskyy 1.8 days ago:  Rebased on main (all green). PTAL when someone has a chance?
    github-actions[bot] 30.3 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!

#16476 PR: GITHUB#7820: report which segment's .si could not be read
7.8 hours ago  10 comments  0 votes  0 watches  github-actions[bot]gokaaimikemccandromseygeekserhiy-bzhezytskyy
Description CheckIndex reports that a commit point could not be read, but not *which* segment is ... This is the November 2023 comment on 7820: > the exception "does not make it clear which segment(s ... It introduces CorruptSegmentInfoException and throws it from SegmentInfos when a segment's .si ...
    serhiy-bzhezytskyy 1.8 days ago:  @mikemccand rebased on main again today (all green). Both nits and the backport question above are answered -- anything else before this can merge?
    github-actions[bot] 14.3 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!

#16480 PR: GITHUB#16479: verify a CRC32C of each stored-fields and term-vectors chunk before decompressing it
7.8 hours ago  2 comments  0 votes  0 watches  github-actions[bot]rmuirserhiy-bzhezytskyy
Closes 16479. Description A corrupt byte inside a compressed chunk of stored fields or term vectors is not ... It surfaces as whatever the decompressor does with it — an ArrayIndexOutOfBoundsException from LZ4, ...
    serhiy-bzhezytskyy 1.8 days ago:  Rebased on main (all green). PTAL when someone has a chance?
    github-actions[bot] 30.3 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!

#16572 PR: Add ReturnFieldsRetriever: concurrent scatter/gather utility for per-hit return fields
7.8 hours ago  1 comments  0 votes  0 watches  github-actions[bot]zihanx
Description Adds a reusable utility for fetching "return fields" — one value per hit for a set ... This is the follow-up to the ReaderUtil.partitionByLeaf scatter/gather API 16496; it builds the ... Motivation Fetching field values for a page of hits (in ranking order) is a common need, and ...
    github-actions[bot] 7.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!

#16575 PR: Don't use PointValues stats for doc-values range rewrite
7.8 hours ago  1 comments  0 votes  0 watches  github-actions[bot]kalayciburak
Description SortedNumericDocValuesRangeQuery.rewrite used NumericFieldStats.getStats, which ... Point encodings can differ from doc-values (for example DoublePoint vs Double.doubleToLongBits on ... IndexOrDocValuesQuery then dropped the hits as well.
    github-actions[bot] 7.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!

[19.0 msec search, 20.0 msec total]