[Save this search]

Status
All
   Fixed (7187)
  Closed (5190)
Open (2663)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2281)
  PR (382)
Author relation
All
  None (2065)
  Member (664)
  Contributor (521)
  New contributor (70)
Created
All
  Past day (5)
  Past 2 days (24)
  Past 3 days (25)
  Past week (38)
  Past month (64)
  Past 3 months (150)
  Past 6 months (213)
  Past year (315)
Updated
All
  Past day (25)
  Past 2 days (46)
  Past 3 days (50)
  Past week (64)
  Past month (115)
  Past 3 months (214)
  Past 6 months (261)
  Past year (566)
Updated ago
All
  > 1 day ago (2638)
  > 2 days ago (2617)
  > 3 days ago (2613)
  > 1 week ago (2599)
  > 1 month ago (2548)
  > 3 months ago (2449)
  > 1 year ago (2097)
Comment count
All
  0 (600)
  1 (378)
  2 - 5 (819)
  6 - 10 (449)
  10 - 20 (318)
  > 20 (174)
Reaction count
All
  0 (2378)
  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 (85)
  rmuir (63)
  benwtrent (53)
  uschindler (42)
  msokolov (40)
  romseygeek (22)

See all 211...
Reviewed
All
  mikemccand (26)
  jpountz (23)
  rmuir (15)
  benwtrent (14)
  dweiss (13)
  uschindler (12)
  msokolov (11)

See all 67...
Commented
All
  asfimport (1368)
  github-actions[bot] (279)
  jpountz (137)
  mikemccand (127)
  rmuir (97)
  msokolov (86)
  benwtrent (82)

See all 311...
User
All
  asfimport (1810)
  github-actions[bot] (336)
  mikemccand (219)
  jpountz (207)
  rmuir (141)
  benwtrent (121)
  msokolov (108)

See all 470...
Last comment user
All
  asfimport (1319)
  github-actions[bot] (271)
  mikemccand (35)
  jpountz (31)
  rmuir (23)
  msokolov (19)
  benwtrent (17)

See all 168...
Draft
All
  No (319)
  Yes (63)
Component
All
  core (645)
  analysis (155)
  highlighter (47)
  facet (43)
  spatial (42)
  queryparser (30)
  test-framework (23)

See all 23...
Type
All
  enhancement (1204)
  bug (727)
  task (200)
  test (78)
  documentation (23)
Labels
All
  Stale (268)
  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 (2663)
Reporter
All
  rmuir (270)
  mikemccand (154)
  jpountz (124)
  dsmiley (69)
  uschindler (53)
  iverase (44)
  dweiss (43)

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

#14894 PR: ART
3.2 hours ago  9 comments  0 votes  0 watches  github-actions[bot]github-project-automation[bot]vsop-479
Description This change is an exploration of ART. Trying to use it in Lucene(tip, NormalizeCharMap, or somewhere else) ART implmentation in this ... Leaf node has a key(allow null).
    github-actions[bot] 3 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!
    github-actions[bot] 6.3 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!

#16030 PR: Implement data-blind scalar quantization
4.4 hours ago  19 comments  0 votes  0 watches  github-actions[bot]kaivalnpmccullochtmikemccandromseygeek
Add an option to the quantization format to enable or disable centering (enabled by default). When centering is disabled we also stop writing the float vectors which can lead to significant ... Special handling is included during merges -- we check that all of the input is in the same ...
    mccullocht 1.1 days ago:  Hey @kaivalnp thanks for the review, I know this is very large. I will address the rest of your comments over the next couple of days.
    mccullocht 1.1 days ago:  If the center is already a zero vector that is geometrically equivalent to our data blind ... Centering wouldn't subtract anything from the vector, and for angular similarity center_dot would ...

#16089 PR: Upgrade DocIdSetBuilder to use FixedBitSet eagerly once exceeding the threshold
4.4 hours ago  17 comments  0 votes  0 watches  epotyomgf2121github-actions[bot]kkewwei
Description In DocIdSetBuilder, if We know the cost and is large enough, switch the builder to ... . <!
    github-actions[bot] 4.4 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!
    kkewwei 14.9 days ago:  @gf2121 Very thank you for the review. BulkAdder#grow currently also increments the counter, so reusing it for capacity growth would ... Introducing such a parameter would require changing a broader set of callers.

#16474 PR: GITHUB#7820: refuse to exorcise an index whose commit point could not be read
4.4 hours ago  1 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 (!
    github-actions[bot] 4.4 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!

#16476 PR: GITHUB#7820: report which segment's .si could not be read
4.5 hours ago  9 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 ...
    github-actions[bot] 4.5 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!
    serhiy-bzhezytskyy 15.8 days ago:  Hi @romseygeek — tagging you since you've picked up my earlier PRs here and know the context. This one has been sitting a couple of weeks; it's synced to main now, and the workflow runs need ... Happy to do whatever is needed to get it merged — what else can I improve or fix?

#16478 PR: Reject LZ4 match offsets that point before the start of the output
4.5 hours ago  3 comments  0 votes  0 watches  github-actions[bot]jpountzrmuirserhiy-bzhezytskyy
Description LZ4decompress reads a match offset and checks only that it is not zero. It does not check it against the number of bytes written so far, so an offset larger than dOff ... System.arraycopy(dest, dOff - matchDec, dest, dOff, fastLen); // same ` Corrupt input therefore ...
    github-actions[bot] 4.5 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!
    serhiy-bzhezytskyy 15.7 days ago:  @rmuir should this throw CorruptIndexException(msg, compressed) instead of IOException? Callers use it 16:1, and util.bkd/util.fst already take the util → index dependency that ... I'll switch if you prefer.

#16500 PR: ByteBuffersDataInput: throw EOFException when random-access reads go past the limit
4.5 hours ago  2 comments  0 votes  0 watches  github-actions[bot]iverasesgup432
Description ByteBuffersDataInput's random-access readBytes(long, byte[], int, int) used the ... So reading past the end we throw IndexOutOfBoundsException which seems wrong to me, instead should ... This PR uses limit() instead of a capacity() <!
    github-actions[bot] 4.5 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!
    sgup432 15.4 days ago:  @iverase I am trying to see if you can check on this one. Feel free to ignore if you are not the right person.

[16.0 msec search, 17.1 msec total]