[Save this search]

Status
All
   Fixed (7187)
  Closed (4632)
Open (2553)
   Won't Fix (543)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2245)
  PR (308)
Author relation
All
  None (2034)
  Member (623)
  Contributor (426)
  New contributor (60)
Created
All
  Past day (1)
  Past 2 days (1)
  Past 3 days (2)
  Past week (8)
  Past month (39)
  Past 3 months (97)
  Past 6 months (139)
  Past year (276)
Updated
All
  Past day (6)
  Past 2 days (7)
  Past 3 days (10)
  Past week (28)
  Past month (60)
  Past 3 months (132)
  Past 6 months (356)
  Past year (487)
Updated ago
All
  > 1 day ago (2547)
  > 2 days ago (2546)
  > 3 days ago (2543)
  > 1 week ago (2525)
  > 1 month ago (2493)
  > 3 months ago (2421)
  > 1 year ago (2066)
Comment count
All
  0 (561)
  1 (360)
  2 - 5 (802)
  6 - 10 (432)
  10 - 20 (303)
  > 20 (166)
Reaction count
All
  0 (2270)
  1 (169)
  2 - 5 (92)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (15)
  mikemccand (8)
  benwtrent (5)
  rmuir (4)
  iverase (4)
  dweiss (3)
  msokolov (3)

See all 23...
Mentioned
All
  jpountz (94)
  mikemccand (72)
  rmuir (52)
  benwtrent (50)
  msokolov (41)
  uschindler (39)
  dweiss (19)

See all 202...
Reviewed
All
  jpountz (23)
  mikemccand (23)
  rmuir (15)
  msokolov (14)
  benwtrent (14)
  dweiss (11)
  uschindler (11)

See all 58...
Commented
All
  asfimport (1369)
  github-actions[bot] (240)
  jpountz (140)
  mikemccand (122)
  rmuir (99)
  benwtrent (87)
  msokolov (81)

See all 287...
User
All
  asfimport (1811)
  github-actions[bot] (276)
  mikemccand (207)
  jpountz (202)
  rmuir (131)
  benwtrent (125)
  msokolov (104)

See all 437...
Last comment user
All
  asfimport (1326)
  github-actions[bot] (234)
  mikemccand (33)
  jpountz (32)
  rmuir (24)
  gsmiller (16)
  benwtrent (16)

See all 151...
Draft
All
  No (256)
  Yes (52)
Component
All
  core (590)
  analysis (150)
  highlighter (47)
  spatial (41)
  facet (39)
  queryparser (26)
  test-framework (26)

See all 23...
Type
All
  enhancement (1174)
  bug (725)
  task (198)
  test (78)
  documentation (22)
Labels
All
  Stale (232)
  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 (2553)
Reporter
All
  rmuir (270)
  mikemccand (156)
  jpountz (126)
  dsmiley (68)
  uschindler (52)
  romseygeek (42)
  iverase (42)

See all 742...
Assignee
All
  Unassigned (2311)
  mikemccand (35)
  uschindler (31)
  romseygeek (27)
  dsmiley (22)
  rmuir (15)
  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

#15903 PR: Add TurboQuant rotation-based vector quantization codec to sandbox
2.8 minutes ago  29 comments  0 votes  0 watches  benwtrentgithub-actions[bot]mccullochtmikemccandshbhartveaseyxande
# Summary This PR adds a new FlatVectorsFormat implementation based on the TurboQuant algorithm ... This implementation was co-authored with an AI coding agent (Kiro) as an experiment in AI-assisted ... The agent handled the bulk of the code generation, test writing, and iterative debugging while I ...
    mccullocht 2.8 minutes ago:  > Do you mean add rotation inside existing OSQ and still keep optimizeIntervals + 14 byte ... Yes. Theoretically you could implement this as a generic wrapper codec that rotates at write and read ...
    shbhar 7.3 minutes ago:   >Add a datablind scalar quantized flat vectors format that is OSQ based. I took a stab at this in the existing SQ format and it's quite tricky so we may want it to be a ... Makes sense, I guess with this we can also give the option to user to not store fp32 vectors at all ...

#15935: Hook for merge thread pool
4.9 hours ago  1 comments  0 votes  0 watches  MrFlapbenwtrentnavneet1vshatejas
Description In opensearch k-NN, we want merge operations to be executed with a dynamic number of ... To do this, we are giving a TaskExecutor a dynamic number of threads here: https://github.com/ ... We would like a close function to be added as an interface with default noop behavior.
    benwtrent 4.9 hours ago:  Why isn't finish() used? A new interface extension seems unnecessary.

#15952 PR: Add afterMerge() lifecycle hook to KnnVectorsWriter and PerFieldKnnVe…
4.9 hours ago  3 comments  0 votes  0 watches  MrFlapbenwtrentgithub-actions[bot]navneet1vshatejas
Resolves https://github.com/apache/lucene/issues/15935 Problem PerFieldKnnVectorsFormat ... This makes it impossible to cleanly release per-merge resources, leading to resource leaks. Solution Add a protected void afterMerge() throws IOException method with a no-op default to both ...
    benwtrent 4.9 hours ago:  Why doesn't finish work? It seems like the writer should know its in a merge context already and finish should just handle ... Adding a new interface seems unnecessary?
    navneet1v 1.7 days ago:  @MrFlap can you add entry in change log and also unit test for the new interface

#15565 PR: Introduce AllGroupHeadsCollectorManager
7.2 hours ago  2 comments  0 votes  0 watches  gaobinlonggithub-actions[bot]javanna
Description AllGroupHeadsCollectorManager in grouping package did not have until now a ... Relates to https://github.com/apache/lucene/issues/12892.
    javanna 7.2 hours ago:  Thanks for opening this PR @gaobinlong ! I had a quick look and my observations are similar to those I had at https://github.com/apache/ ... We are introducing a new public collector manager that is only used in tests code, while the ...
    github-actions[bot] 2.5 months ago:  This PR has not had activity in the past 2 weeks, labeling it as stale. If the PR is waiting for review, notify the dev@lucene.apache.org list. Thank you for your contribution!

#15953 PR: Add api/runtime Usage attribute to modular configurations.
9.5 hours ago  0 comments  0 votes  0 watches  dweissgithub-actions[bot]
The custom modular paths extension we use resolves modules properly unless they use gradle's module ... Compile-time/ runtime dependencies may be omitted incorrectly. This corrects the problem.

#15558 PR: Refactor QueryCache to improve performance
12.9 hours ago  20 comments  0 votes  0 watches  BaurzhanSakharievbenwtrentgithub-actions[bot]mergify[bot]msfrohsgup432
Description Related issue - https://github.com/apache/lucene/issues/14222 Major changes: ... With each partition having its own read/write lock to improve concurrency.
    msfroh 3.1 days ago:  IMO, this change is pretty good as implemented. While I'm slightly nervous about the implications of modifying the query cache implementation, I ... For those of us who do want a query cache, I think this one should perform much better in ...
    github-actions[bot] 4.7 days ago:  This PR has not had activity in the past 2 weeks, labeling it as stale. If the PR is waiting for review, notify the dev@lucene.apache.org list. Thank you for your contribution!

#15947 PR: Optimize GroupFacetCollector.getFacetEntries()
1.7 days ago  1 comments  0 votes  0 watches  dweissgaobinlonggithub-actions[bot]
Description The method GroupFacetCollector.getFacetEntries() can be optimized by: 1) Initial ...
    dweiss 1.9 days ago:  In all honesty, I think the previous version was easier to understand and the gain is probably ...

[20.8 msec search, 21.8 msec total]