[Save this search]

Status
All
   Fixed (7187)
  Closed (5106)
Open (2633)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2279)
  PR (354)
Author relation
All
  None (2056)
  Member (648)
  Contributor (495)
  New contributor (67)
Created
All
  Past day (1)
  Past 2 days (2)
  Past 3 days (11)
  Past week (11)
  Past month (56)
  Past 3 months (132)
  Past 6 months (187)
  Past year (290)
Updated
All
  Past day (10)
  Past 2 days (13)
  Past 3 days (26)
  Past week (38)
  Past month (111)
  Past 3 months (182)
  Past 6 months (243)
  Past year (535)
Updated ago
All
  > 1 day ago (2623)
  > 2 days ago (2620)
  > 3 days ago (2607)
  > 1 week ago (2595)
  > 1 month ago (2522)
  > 3 months ago (2451)
  > 1 year ago (2098)
Comment count
All
  0 (594)
  1 (374)
  2 - 5 (811)
  6 - 10 (444)
  10 - 20 (314)
  > 20 (169)
Reaction count
All
  0 (2348)
  1 (172)
  2 - 5 (91)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (13)
  mikemccand (11)
  rmuir (6)
  iverase (4)
  romseygeek (4)
  benwtrent (4)
  uschindler (3)

See all 27...
Mentioned
All
  jpountz (102)
  mikemccand (86)
  rmuir (61)
  benwtrent (53)
  uschindler (43)
  msokolov (40)
  romseygeek (23)

See all 209...
Reviewed
All
  mikemccand (26)
  jpountz (23)
  benwtrent (14)
  rmuir (13)
  uschindler (12)
  dweiss (10)
  msokolov (10)

See all 62...
Commented
All
  asfimport (1368)
  github-actions[bot] (269)
  jpountz (139)
  mikemccand (126)
  rmuir (96)
  benwtrent (82)
  msokolov (80)

See all 308...
User
All
  asfimport (1810)
  github-actions[bot] (319)
  mikemccand (219)
  jpountz (210)
  rmuir (137)
  benwtrent (121)
  msokolov (100)

See all 465...
Last comment user
All
  asfimport (1319)
  github-actions[bot] (256)
  mikemccand (35)
  jpountz (32)
  rmuir (24)
  benwtrent (17)
  dweiss (15)

See all 164...
Draft
All
  No (295)
  Yes (59)
Component
All
  core (627)
  analysis (156)
  highlighter (46)
  facet (42)
  spatial (41)
  queryparser (29)
  sandbox (22)

See all 23...
Type
All
  enhancement (1199)
  bug (726)
  task (202)
  test (79)
  documentation (22)
Labels
All
  Stale (254)
  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 (2633)
Reporter
All
  rmuir (270)
  mikemccand (154)
  jpountz (125)
  dsmiley (69)
  uschindler (52)
  iverase (43)
  dweiss (41)

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

#16511 PR: Add bulk-scorer differential oracle test
8.7 minutes ago  0 comments  0 votes  0 watches  github-actions[bot]tballison
Adds a differential oracle: the optimized bulk-scoring path must produce the same match set as ... Three tests: 1. testBulkEqualsScorer — the fuzzer: random index shapes (doc counts derived from ... Confirmed manually that the regression tests fails at the pre-fix commit (c93628f669, on branch_10x ...

#13829: tests fail due to large amount of output with highish tests.iters
6 hours ago  4 comments  0 votes  0 watches  dweissmsokolovslow-J
Description I've noticed that some tests fail when tests.iters is set to a highish value (like 20 ... I assume this is something we'd want to fix, but I'm not clear how to go about it exactly. Some tests I've seen fail are: TestDemo.testIndexSearch (IndexFiles outputs the names of files as ...
    dweiss 6 hours ago:  An alternative is to ignore the rule entirely if test iterations are larger than 0.
    slow-J 6.5 hours ago:  Maybe we could multiply the sysout limits by the number of iterations? https://github.com/apache/lucene/blob/9cda46563a4bb30f26fd120ab9bc1397106bf945/lucene/ ...

#12416: Lucene KNN token vectors demo
6.6 hours ago  2 comments  0 votes  0 watches  alessandrobenedettibobmancmsokolovslow-J
Description I am trying to use a larger vector dictionary with the demo code. I have tried all the files here https://nlp.stanford.edu/projects/glove/ and every one throws this. ... `inputs are added out of order lastInput=[74 68 65] vs input=[2e] java.lang.AssertionError: inputs ...
    slow-J 6.6 hours ago:  Would it make sense to change https://github.com/apache/lucene/blob/9cda46563a4bb30f26fd120ab9bc1397 ...
    msokolov 3.1 years ago:  Your dictionary must be sorted in UTF-8 order

#16476 PR: GITHUB#7820: report which segment's .si could not be read
6.8 hours ago  7 comments  0 votes  0 watches  github-actions[bot]gokaaimikemccandserhiy-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 6.8 hours ago:  yes, i tested — the code cherry-picks onto branch_10x cleanly, only the CHANGES entry conflicts ...
    serhiy-bzhezytskyy 4 days ago:  Thanks @mikemccand — both nits are addressed in 8935d53a: the SegmentInfo declaration is now ... CI is green. Anything else I should improve here?

#16510 PR: Implement intoBitSet for NotDocIdSet and IndexSortSortedNumericDocValuesRangeQuery
13.5 hours ago  0 comments  0 votes  0 watches  github-actions[bot]kkewwei
Description This PR adds intoBitSet implementations for these two cases, which can avoid ... I’m not sure whether benchmarks are required for these paths. I’d be happy to add them if need

#16089 PR: Upgrade DocIdSetBuilder to use FixedBitSet eagerly once exceeding the threshold
13.6 hours ago  13 comments  0 votes  0 watches  epotyomgithub-actions[bot]kkewwei
Description In DocIdSetBuilder, if We know the cost and is large enough, switch the builder to ... . <!
    kkewwei 13.6 hours ago:  @epotyom Can you help merge in your spare time?
    epotyom 3.2 days ago:  Thanks for adding and running the tests @kkewwei - great results!

#16030 PR: Implement data-blind scalar quantization
16.2 hours ago  5 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 day ago:  I'll try to revive this over the next week or two. > This should work well when incoming vectors are isotropic (all dimensions behave the same i.e ...
    mikemccand 1.1 days ago:  +1, I love that we are making progress on data-blind quantization. This should work well when incoming vectors are isotropic (all dimensions behave the same i.e. the ... But I think your average trained model won't just produce isotropic embeddings?

[15.6 msec search, 16.6 msec total]