[Save this search]

Status
All
   Fixed (7187)
  Closed (4499)
Open (2536)
   Won't Fix (543)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2231)
  PR (305)
Author relation
All
  None (2031)
  Member (605)
  Contributor (417)
  New contributor (56)
Created
All
  Past day (4)
  Past 2 days (4)
  Past 3 days (9)
  Past week (18)
  Past month (44)
  Past 3 months (88)
  Past 6 months (156)
  Past year (286)
Updated
All
  Past day (14)
  Past 2 days (17)
  Past 3 days (26)
  Past week (33)
  Past month (90)
  Past 3 months (128)
  Past 6 months (404)
  Past year (508)
Updated ago
All
  > 1 day ago (2522)
  > 2 days ago (2519)
  > 3 days ago (2510)
  > 1 week ago (2503)
  > 1 month ago (2446)
  > 3 months ago (2408)
  > 1 year ago (2028)
Comment count
All
  0 (552)
  1 (355)
  2 - 5 (799)
  6 - 10 (430)
  10 - 20 (304)
  > 20 (166)
Reaction count
All
  0 (2255)
  1 (166)
  2 - 5 (93)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (14)
  mikemccand (8)
  benwtrent (6)
  dweiss (5)
  rmuir (4)
  iverase (4)
  msokolov (3)

See all 25...
Mentioned
All
  jpountz (90)
  mikemccand (73)
  rmuir (50)
  benwtrent (46)
  msokolov (38)
  uschindler (37)
  vigyasharma (18)

See all 195...
Reviewed
All
  jpountz (23)
  mikemccand (22)
  rmuir (13)
  msokolov (13)
  dweiss (12)
  uschindler (12)
  benwtrent (11)

See all 61...
Commented
All
  asfimport (1369)
  github-actions[bot] (230)
  jpountz (141)
  mikemccand (121)
  rmuir (95)
  benwtrent (83)
  msokolov (80)

See all 281...
User
All
  asfimport (1811)
  github-actions[bot] (271)
  mikemccand (204)
  jpountz (200)
  rmuir (127)
  benwtrent (119)
  msokolov (101)

See all 431...
Last comment user
All
  asfimport (1326)
  github-actions[bot] (220)
  jpountz (32)
  mikemccand (31)
  rmuir (23)
  msokolov (16)
  dweiss (15)

See all 158...
Draft
All
  No (253)
  Yes (52)
Component
All
  core (592)
  analysis (149)
  highlighter (47)
  spatial (41)
  facet (40)
  test-framework (27)
  queryparser (26)

See all 23...
Type
All
  enhancement (1165)
  bug (725)
  task (198)
  test (77)
  documentation (22)
Labels
All
  Stale (219)
  legacy-jira-fix-versio... (214)
  legacy-jira-fix-versio... (169)
  affects-version:4.0-ALPHA (81)
  tool:build (54)
  vector-based-search (47)
  affects-version:6.0 (37)

See all 157...
Commits?
All
  No (2536)
Reporter
All
  rmuir (271)
  mikemccand (153)
  jpountz (127)
  dsmiley (68)
  uschindler (52)
  iverase (43)
  romseygeek (41)

See all 734...
Assignee
All
  Unassigned (2294)
  mikemccand (35)
  uschindler (31)
  romseygeek (28)
  dsmiley (22)
  rmuir (14)
  jpountz (11)

See all 45...
  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

#15802 PR: Improvements to similarity-based vector search query
22.8 minutes ago  1 comments  0 votes  0 watches  github-actions[bot]kaivalnp
Description 12679 added a query to perform similarity-based vector searches: matching _all_ ... Change concurrency model from one-thread-per-slice to one-thread-per-segment - See #12160, ... Optimize filtered search by applying conjunction on docs that have vectors - Similar to a KNN ...
    kaivalnp 22.8 minutes ago:  knnPerfTest.py benchmarks (using https://github.com/mikemccand/luceneutil/pull/542) with Cohere v3, ...

#15799 PR: Exclude JNA Cleaner thread from ThreadLeak detection
2.4 hours ago  2 comments  0 votes  0 watches  github-actions[bot]romseygeeksgup432
JNA Cleaner is a static per-JVM thread that may start up during the execution of a test if JNA is ...
    romseygeek 9.5 hours ago:  We don't use JNA in lucene as far as I can tell, but this can still affect anybody who has some ...

#15800 PR: Optimize HNSW Multi-Vector Search via Document-Centric Short-Circuiting
2.8 hours ago  0 comments  0 votes  0 watches  github-actions[bot]krickert
Problem With the recent introduction of LateInteractionField and the rise of multi-vector models ( ... Standard search treats these as $N$ unique targets, leading to significant CPU waste. If a document has thousands of chunks and one chunk is already securely in the Top-K, standard ...

#15801 PR: Add 4-arg map override to FilterFileChannel
3.1 hours ago  1 comments  0 votes  0 watches  github-actions[bot]ldemattemayya-sharipova
Java 22 added FileChannel.map(MapMode, long, long, Arena) which returns MemorySegment. The base FileChannel class provides a default implementation that throws UnsupportedOperationExcep ... Without this override, any wrapped FileChannel based on FilterFileChannel would fail when the 4 ...
    mayya-sharipova 3.1 hours ago:  @ldematte would appreciate your review here

#15794: Add maxValueCount to DocValuesSkipper metadata
4.1 hours ago  3 comments  0 votes  0 watches  gaobinlongmartijnvgromseygeeksgup432
DescriptionCurrently, if a consumer of a numeric or ordinal-based docvalues iterator wants to know ... This is fragile, and not necessarily supported by Codecs. We could build more consistent checks by storing a global maxValueCount entry on DocValuesSkipper.
    sgup432 4.1 hours ago:  > then they need to access it via DocValues.getSortedXXX and then check to see if the returned ... I also found this to be a somewhat hacky way of determining whether a field is multi-valued when I ... So makes sense to add maxValueCount entry on DocValuesSkipper.
    gaobinlong 21.3 hours ago:  Awesome, we really want this feature, in our use case, we want to know if a docvalues field is ...

#15472 PR: [WIP] Revisiting JVector codec
7.7 hours ago  18 comments  0 votes  0 watches  RKSPDabernardi597github-actions[bot]mikemccanduschindler
Description I took a stab at bringing the OpenSearch JVector codec into Lucene as a codec in ... I made quite a few changes along the way and wanted to cut this PR to share some of those changes/ ... Most notably, I did remove the incremental graph building functionality that is used to speed up ...
    abernardi597 7.7 hours ago:  Here are some of the results from my benchmarking on the Cohere V3 dataset. # Indexing On a m8g.16xlarge EC2 instance running AL2, I indexed 5M documents using 16 ...
    RKSPD 2.6 months ago:  > The JVector specific KNN query seems to have some interesting query-time hyper-parameters: > > ... In my experience with benchmarking, overQueryFactor, threshold, rerankFloor = 0 kept the ... Using the knnPerfTest run parameters we can use the fanout/overSample levers to test apples/apples ...

#15732 PR: Prevent writing vectors twice during merging HNSW graphs
10.3 hours ago  8 comments  0 votes  0 watches  benwtrentgithub-actions[bot]iverasemccullochtmsokolov
This PR is just addressing the following suggestion from Adrien when merging https://github.com/ ... This version only supports un-quantised vectors because for quantise vectors the logic is a bit ... The key aspects of this implementation are: 1.- KnnVectorsWritermergeOneField returns now an ...
    iverase 10.3 hours ago:  In this new iteration I introduced the methods KnnVectorsWriter#mergeFlatVectors and ... The first method is called for all the fields first and after that we call the method ... One important side efect of this work is that we need to make sure that calls to PerFieldKnnVectorsF ...
    iverase 2.4 days ago:  @msokolov working through this I realize we need to make sure the method PerFieldKnnVectorsFormat# ...

[20.6 msec search, 21.5 msec total]