[Save this search]

Status
All
   Fixed (7187)
  Closed (4512)
Open (2535)
   Won't Fix (543)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2231)
  PR (304)
Author relation
All
  None (2031)
  Member (605)
  Contributor (419)
  New contributor (55)
Created
All
  Past day (3)
  Past 2 days (5)
  Past 3 days (5)
  Past week (6)
  Past month (39)
  Past 3 months (85)
  Past 6 months (154)
  Past year (282)
Updated
All
  Past day (13)
  Past 2 days (16)
  Past 3 days (16)
  Past week (28)
  Past month (82)
  Past 3 months (125)
  Past 6 months (401)
  Past year (507)
Updated ago
All
  > 1 day ago (2522)
  > 2 days ago (2519)
  > 3 days ago (2519)
  > 1 week ago (2507)
  > 1 month ago (2453)
  > 3 months ago (2410)
  > 1 year ago (2028)
Comment count
All
  0 (551)
  1 (355)
  2 - 5 (797)
  6 - 10 (430)
  10 - 20 (304)
  > 20 (168)
Reaction count
All
  0 (2254)
  1 (166)
  2 - 5 (93)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (14)
  mikemccand (8)
  benwtrent (6)
  rmuir (4)
  iverase (4)
  dweiss (3)
  msokolov (3)

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

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

See all 60...
Commented
All
  asfimport (1369)
  github-actions[bot] (232)
  jpountz (140)
  mikemccand (121)
  rmuir (95)
  benwtrent (84)
  msokolov (80)

See all 280...
User
All
  asfimport (1811)
  github-actions[bot] (270)
  mikemccand (205)
  jpountz (199)
  rmuir (127)
  benwtrent (121)
  msokolov (101)

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

See all 156...
Draft
All
  No (252)
  Yes (52)
Component
All
  core (593)
  analysis (149)
  highlighter (47)
  spatial (41)
  facet (40)
  queryparser (26)
  test-framework (25)

See all 23...
Type
All
  enhancement (1165)
  bug (724)
  task (198)
  test (77)
  documentation (22)
Labels
All
  Stale (220)
  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 (2535)
Reporter
All
  rmuir (271)
  mikemccand (153)
  jpountz (126)
  dsmiley (68)
  uschindler (52)
  iverase (43)
  romseygeek (41)

See all 735...
Assignee
All
  Unassigned (2294)
  mikemccand (35)
  uschindler (31)
  romseygeek (27)
  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

#15807 PR: Replace BigInteger allocation in StringHelper.idToString with HexFormat
45.5 minutes ago  3 comments  0 votes  0 watches  dweissgithub-actions[bot]sgup432
Description While going through PR where we are reducing lock contention, and me further ... HexFormat got available in JDK17+, maybe we can use that now? And is better.
    dweiss 56.8 minutes ago:  Yes, please include it. Maybe we should even target 10x? In this case, put it under changes to 10.5.0.
    sgup432 1.2 hours ago:  @dweiss Do we need a changelog for this change?

#15732 PR: Prevent writing vectors twice during merging HNSW graphs
2 hours ago  9 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 2 hours ago:  @msokolov After some thought, doing the way you suggested requires a change on the semantics of ... This is a big change as it is possible now to change the format of the new segments in an existing ... This will not be possible if we add two methods for merging.
    iverase 5.2 days 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 ...

#15797 PR: Add asserts in PerFieldKnnVectorsFormat
2.2 hours ago  3 comments  0 votes  0 watches  benwtrentgithub-actions[bot]iverase
This PR just proves the issue reported in https://github.com/apache/lucene/issues/15796
    iverase 2.2 hours ago:  I am having second thoughts about this change it changes the semantics of PerFieldKnnVectorsFormat ... In the current version we have one call for flush and one call for merge so it is possible to ... This action would not be possible (or at least much more tricky) with this change.
    iverase 7.2 days ago:  Failures were related to a test bug, I think it might still be worthy to add those asserts.

#15814: Should we make Bits implement Accountable
6.5 hours ago  0 comments  0 votes  0 watches  romseygeek
Bits are returned from a few public APIs, notably LeafReader.getLiveDocs(), and can be significant ... Most implementations are actually some form of BitSet, which implements Accountable, and means that ... Should we push this interface down to the base class?

#15722 PR: Add interface to do prefetch on KnnVectorValues and an example implementation to use prefetch in ...
7 hours ago  32 comments  0 votes  0 watches  benwtrentgithub-actions[bot]mccullochtmikemccandmsfrohnavneet1vvigyasharma
Description This change add the ability to do prefetch for KnnVectorValues. Along with the change, there is a sample implementation of how to add create a PrefetchableFlatVecto ... Places where this prefetch can be useful: 1.
    navneet1v 1.1 days ago:  friendly ping to review the PR: @benwtrent , @mccullocht , @msfroh
    navneet1v 12 days ago:  @msfroh updated the code as per your comments.

#15784 PR: Adaptive graph traversal in similarity-based vector searches
7.1 hours ago  12 comments  0 votes  0 watches  Pulkitg64benwtrentgithub-actions[bot]kaivalnp
Description Lucene added support for similarity-based vector searches in 12679, which is a ... Byte|Float]VectorSimilarityQuery provides an approximate search for this^, which uses a [special ... The search algorithm in upper levels of the HNSW graph is the same as KNN -- which finds the single ...
    benwtrent 7.1 hours ago:  I thought the purpose of traversalSimilarity was to provide a similar interaction to efSearch. It allows you to configure the recall/latency relationship at search time. HNSW graphs are sparse by nature and being able to allow the searcher to explore the graph more to ...
    kaivalnp 2 days ago:  Hi @benwtrent, since you helped review the original similarity-based vector search query (#12679) - ... Thanks in advance!

#15795 PR: Introduce MemoryAccountingBitsetCollectorManager
9.1 hours ago  7 comments  0 votes  0 watches  gaobinlonggithub-actions[bot]romseygeek
Description This pr introduces MemoryAccountingBitsetCollectorManager and switches ... Relates to https://github.com/apache/lucene/issues/12892.
    gaobinlong 9.1 hours ago:  I've refactored the code to make it memory efficient for concurrent search case, please take a look ...
    romseygeek 5.4 days ago:  Does this mean we're creating a maxDoc-length FixedBitSet for every thread? I wonder if there's a way of being more memory efficient here?

[20.8 msec search, 21.8 msec total]