[Save this search]

Status
All
   Fixed (7187)
  Closed (5252)
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 (667)
  Contributor (517)
  New contributor (68)
Created
All
  Past day (2)
  Past 2 days (10)
  Past 3 days (10)
  Past week (17)
  Past month (56)
  Past 3 months (124)
  Past 6 months (199)
  Past year (300)
Updated
All
  Past day (15)
  Past 2 days (23)
  Past 3 days (24)
  Past week (42)
  Past month (94)
  Past 3 months (197)
  Past 6 months (245)
  Past year (552)
Updated ago
All
  > 1 day ago (2641)
  > 2 days ago (2633)
  > 3 days ago (2632)
  > 1 week ago (2614)
  > 1 month ago (2562)
  > 3 months ago (2459)
  > 1 year ago (2104)
Comment count
All
  0 (591)
  1 (375)
  2 - 5 (828)
  6 - 10 (451)
  10 - 20 (314)
  > 20 (171)
Reaction count
All
  0 (2370)
  1 (171)
  2 - 5 (93)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (14)
  mikemccand (13)
  rmuir (6)
  msokolov (5)
  iverase (4)
  romseygeek (4)
  benwtrent (4)

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

See all 215...
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] (281)
  jpountz (137)
  mikemccand (126)
  rmuir (96)
  msokolov (87)
  benwtrent (82)

See all 312...
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] (271)
  mikemccand (34)
  jpountz (31)
  rmuir (23)
  msokolov (17)
  benwtrent (17)

See all 168...
Draft
All
  No (304)
  Yes (62)
Component
All
  core (649)
  analysis (154)
  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 (273)
  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 766...
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

#16677: [ENH] Improve DocValues bulk decoding using Panama Vector API
3 hours ago  2 comments  0 votes  0 watches  CH-AbhinavKHARSHAVARDHAN-eng
Description Currently, when Lucene decodes byte-aligned DocValues (specifically 8-bit, 16-bit, and ... Using Panama Vector API , we can process these conversions in bulk using in built vector casts ( ... Possible solution In PanamaDocValuesBulkDecodeSupport we should add vectorized decoding of Byte, ...
    CH-Abhinav 3 hours ago:  Uhh I would like anyone to work on this issue but this issue is about DocValues and PanamaDocValuesB ... I guess your AI hallucinates. Anyways I already have code logic with me regarding this issue.
    KHARSHAVARDHAN-eng 5.4 hours ago:  Hi, I’d like to work on this issue. I’ll investigate the current centroid calculation implementation for the OSQ vector format, ... I’ll also add or update the relevant tests and benchmarks.

#16520 PR: Support two-phase filters in MaxScoreBulkScorer bitset path
7.9 hours ago  4 comments  0 votes  0 watches  github-actions[bot]kkewweiromseygeek
Description Related https://github.com/apache/lucene/pull/16515discussion_r3803396045 <!-- 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 12.9 days ago:  Thanks for the review. I updated the test following by testDenseScorersUseBitSet, so it now specifically verifies that ...
    romseygeek 13 days ago:  I don't think this is actually testing that we're calling intoBitSet on the TwoPhaseIterator?

#16678 PR: Backport "Fix the COSINE merge scorer in Lucene104ScalarQuantizedVectorsReader" to 10.5.2
7.9 hours ago  1 comments  0 votes  0 watches  github-actions[bot]john-mlikakaivalnp
Description Backport of 16665 to branch_10_5. The fix has already been backported to branch_10x in https://github.com/apache/lucene/commit/ ... A test in the fix depends on Lucene99HnswVectorsReadergetFlatVectorsReader, which is **not** ...
    john-mlika 9.4 hours ago:  the test doesn't need the function on any of the branches. Lucene99HnswVectorsReader already implements QuantizedVectorsReader, so we can cast the reader ...

#16664 PR: Speed up concurrent HNSW merge through reduced beam insertion
12.5 hours ago  2 comments  0 votes  0 watches  costingithub-actions[bot]mayya-sharipova
When merging HNSW graphs concurrently, every non-base vector is inserted via full beam search from ... The sequential merge path avoids this, by collecting neighborhood information as entry points to ... This PR addressed that.
    costin 12.5 hours ago:  Thanks for the review. This is going to be a long answer as my understanding of the algorithm might be incomplete hence ... Now threads "steal" leftover work as (source graph, source ordinal) and look up the merged ordinal ...
    mayya-sharipova 4.7 days ago:  @costin Thanks for tackling concurrent merges. Before you invest more here: I'm not convinced by this approach. The sequential algorithm was designed around the join set, which gives two guarantees — coverage ...

#16671 PR: Backport "Backwards-compatibility changes for [Byte|Float]VectorSimilarityQuery" to branch_10x
13.2 hours ago  0 comments  0 votes  0 watches  github-actions[bot]kaivalnp
Backport #16654 to branch_10x

#16478 PR: Reject LZ4 match offsets that point before the start of the output
14.1 hours ago  7 comments  0 votes  0 watches  github-actions[bot]jpountzrmuirserhiy-bzhezytskyyuschindler
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 ...
    uschindler 14.1 hours ago:  Please don't rebase, we want to see the changes done in PRs, so just merge (see the button in the ... When we merge the PR it gets splashed anyways.
    uschindler 14.2 hours ago:  Hi, I think IOException is correct here, because all the othr code throws this. Changing that to CorruptIndexException would need more refactoring and should be a separate PR. I don't think this is relevant here.

#16672: Umbra-style strings for Lucene
14.6 hours ago  1 comments  0 votes  0 watches  rmuirstefanvodita
Description I was reading the Umbra DB paper and they describe an approach to storing strings ( ... They use 16 bytes. Short strings fit in the 16 bytes.
    rmuir 14.6 hours ago:  isn't the point of these optimizations usually to try to inline small strings into stack space? does it apply to java?

[15.5 msec search, 16.5 msec total]