[Save this search]

Status
All
   Fixed (7187)
  Closed (5242)
Open (2652)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2286)
  PR (366)
Author relation
All
  None (2063)
  Member (662)
  Contributor (515)
  New contributor (68)
Created
All
  Past day (1)
  Past 2 days (4)
  Past 3 days (7)
  Past week (16)
  Past month (54)
  Past 3 months (123)
  Past 6 months (199)
  Past year (299)
Updated
All
  Past day (11)
  Past 2 days (16)
  Past 3 days (20)
  Past week (37)
  Past month (97)
  Past 3 months (197)
  Past 6 months (243)
  Past year (550)
Updated ago
All
  > 1 day ago (2641)
  > 2 days ago (2636)
  > 3 days ago (2632)
  > 1 week ago (2615)
  > 1 month ago (2555)
  > 3 months ago (2455)
  > 1 year ago (2102)
Comment count
All
  0 (590)
  1 (377)
  2 - 5 (823)
  6 - 10 (449)
  10 - 20 (314)
  > 20 (172)
Reaction count
All
  0 (2366)
  1 (171)
  2 - 5 (93)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (14)
  mikemccand (13)
  rmuir (6)
  msokolov (4)
  iverase (4)
  romseygeek (4)
  benwtrent (4)

See all 27...
Mentioned
All
  jpountz (99)
  mikemccand (84)
  rmuir (62)
  benwtrent (52)
  uschindler (41)
  msokolov (40)
  romseygeek (21)

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

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

See all 310...
User
All
  asfimport (1810)
  github-actions[bot] (335)
  mikemccand (217)
  jpountz (207)
  rmuir (138)
  benwtrent (120)
  msokolov (108)

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

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

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

See all 765...
Assignee
All
  Unassigned (2412)
  mikemccand (35)
  uschindler (31)
  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

#16660 PR: Skip blocks without decompressing them when reading selected stored fields.
44.3 minutes ago  1 comments  0 votes  0 watches  github-actions[bot]vsop-479
This change implements skip entire sub blocks without decompressing them, when these blocks only ... Inspired by https://github.com/apache/lucene/pull/1003. Relates to https://github.com/apache/lucene/issues/11652.
    vsop-479 1.5 hours ago:  No regression on wikimediumall: ` TaskQPS baseline StdDevQPS my_modified_version ...

#16567 PR: Add ivfaster: a segment-lifecycle-aware IVF vector codec for the sandbox
4.9 hours ago  3 comments  0 votes  0 watches  RKSPDgithub-actions[bot]gsmillermsokolov
IVFaster: a segment-lifecycle-aware IVF vector codec (sandbox) It's no secret that vector search ... Segments are immutable and merge constantly, and both properties are cheap for an inverted index ... There have been attempts to improve this behavior, namely IncrementalHnswGraphMerger, which adopts ...
    gsmiller 14.2 days ago:  Disclaimer: Rikhil and I work together and started a conversation about this earlier today, but I ... A property that really excites me about IVF is that docIDs can be traversed in monotonically ... I find this compelling since it means docs could potentially be evaluated doc-at-a-time along with ...
    RKSPD 15.4 days ago:  > exciting! the numbers you shared look compelling. Can you address the failing checks?

#16657 PR: Fix LRUQueryCache hashCode/equals contract and account query RAM once per distinct query
7.1 hours ago  10 comments  0 votes  0 watches  github-actions[bot]msfrohsgup432
Description LRUQueryCache was recently refactored (releasing in Lucene 11.0) to partition the ... I found a bug in QueryCacheKey: it compares queries by value in equals() but hashes them with ... For example, we cache new TermQuery("color","red") and then look it up with another equal new ...
    sgup432 7.2 hours ago:  Benchmarks: Comparing the 16 partition vs 1 partition ` ┌──────────────────────────────────── ...
    sgup432 7.3 hours ago:  @msfroh I have changed the logic. As mentioned above, instead of routing based on (query, segment), I am routing by query only. This simplifies a lot of things.

#16665 PR: Fix the COSINE merge scorer in Lucene104ScalarQuantizedVectorsReader
8.9 hours ago  0 comments  0 votes  0 watches  github-actions[bot]john-mlika
For an asymmetric scalar-quantized encoding, an HNSW merge asks Lucene104ScalarQuantizedVectorsRead ... It quantizes them raw, while the writer normalized the index side of the same segment for COSINE. With vectors that are not unit length, the merge fails on the quantizer's unit-vector assertion ...

#16030 PR: Implement data-blind scalar quantization
9 hours ago  40 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 ...
    kaivalnp 9 hours ago:  Nice!
    kaivalnp 1.3 days ago:  Looks awesome! Left some small comments..

#16654 PR: Backwards-compatibility changes for [Byte|Float]VectorSimilarityQuery
9.1 hours ago  11 comments  0 votes  0 watches  github-actions[bot]hossmankaivalnpmsokolov
Description - Lucene 10.5.0 (15784) switched [Byte|Float]VectorSimilarityQuery from explicit to ... . - This caused upgrade churn for some users (https://issues.apache.org/jira/browse/SOLR-18416), ...
    kaivalnp 9.1 hours ago:  Thanks, I will merge this by EOD unless there are further comments! Also proposing to remove the (deprecated) Explicit classes in Lucene 10.6, I'll raise a follow-up ...
    msokolov 12.7 hours ago:  thanks, looks good to me!

#15840: Add/Improve the test coverage for NativeVectorUtilSupport
10.6 hours ago  2 comments  0 votes  0 watches  ColinLeeoExE-Bossshubhamvishu
Description Currently, NativeVectorUtilSupport is only exercised in tests when the user ... Even then, not all code paths and VectorUtil operations are covered but only the ones overridden ... The native path is not tested automatically in our CI workflow which disconnects it from other ...
    shubhamvishu 10.6 hours ago:  > Does this split match the intended scope of the issue? For the first PR, would you prefer to focus on the Java-side behavior, the real native ABI path, or ... @ColinLeeo Thanks for showing interest.
    ColinLeeo 22.7 hours ago:  Hi, I’d like to help with this issue. After looking through NativeVectorUtilSupport, I think there are two layers of behavior we may want ... The first is the Java-side logic: native versus fallback dispatch, argument handling, and result ...

[16.3 msec search, 17.4 msec total]